/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

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

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

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

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  .container .row {
    display: block; }
    .container .row::after {
      clear: both;
      content: "";
      display: table; }
    .container .row .col-md-1 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 6.1721527019%; }
      .container .row .col-md-1:last-child {
        margin-right: 0; }
    .container .row .col-md-2 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .container .row .col-md-2:last-child {
        margin-right: 0; }
    .container .row .col-md-3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .container .row .col-md-3:last-child {
        margin-right: 0; }
    .container .row .col-md-4 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .container .row .col-md-4:last-child {
        margin-right: 0; }
    .container .row .col-md-5, .container .row .signup-form .fields, .signup-form .container .row .fields {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      .container .row .col-md-5:last-child, .container .row .signup-form .fields:last-child, .signup-form .container .row .fields:last-child {
        margin-right: 0; }
    .container .row .col-md-6 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .container .row .col-md-6:last-child {
        margin-right: 0; }
    .container .row .col-md-7 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%; }
      .container .row .col-md-7:last-child {
        margin-right: 0; }
    .container .row .col-md-8 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .container .row .col-md-8:last-child {
        margin-right: 0; }
    .container .row .col-md-9 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .container .row .col-md-9:last-child {
        margin-right: 0; }
    .container .row .col-md-10 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%; }
      .container .row .col-md-10:last-child {
        margin-right: 0; }
    .container .row .col-md-11 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 91.4701957002%; }
      .container .row .col-md-11:last-child {
        margin-right: 0; }
    .container .row .col-md-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .container .row .col-md-12:last-child {
        margin-right: 0; }
    .container .row .col-sm-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .container .row .col-sm-12:last-child {
        margin-right: 0; }

/* New Color-Schema using this inverted color spectrum thing */
.navbar-top {
  /* bootstrap alternative: .navbar-fixed-top */
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  width: 100%; }

.navbar-default {
  background-color: transparent;
  border: none; }
  .navbar-default .navbar-nav {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; }
    .navbar-default .navbar-nav li a {
      font-size: 14px;
      line-height: 40px;
      color: #ffffff;
      -webkit-transition: all .1875s;
      -moz-transition: all .1875s;
      transition: all .1875s; }
    .navbar-default .navbar-nav li.active > a {
      background-color: inherit;
      box-shadow: inset 0px 5px 0px; }
      .navbar-default .navbar-nav li.active > a:hover {
        color: #e7e7e7; }
    .navbar-default .navbar-nav li.separator {
      height: 40px;
      background-color: #ffffff;
      width: 1px;
      margin: 0px 12px;
      opacity: 0.25; }
    .navbar-default .navbar-nav li:hover > a {
      box-shadow: inset 0px 5px 0px; }
    .navbar-default .navbar-nav li.login-button-container:hover > a {
      box-shadow: none; }
    .navbar-default .navbar-nav .login-button {
      background-color: #ffffff;
      color: #424086;
      padding: 6px 18px;
      border-radius: 4px;
      margin-top: 27px;
      margin-left: 6px;
      min-width: 72px;
      text-align: center;
      height: 27px; }
      .navbar-default .navbar-nav .login-button:hover {
        box-shadow: none; }

.container .navbar-brand {
  margin-top: -2px;
  margin-left: 0px;
  letter-spacing: 0.7px;
  font-size: 28px;
  color: #ffffff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }
  @media (max-width: 992px) {
    .container .navbar-brand {
      float: left; } }
  .container .navbar-brand .glyphicon {
    position: relative;
    top: 5px; }
  .container .navbar-brand .package {
    font-family: "Lato", sans-serif;
    font-weight: 700; }
  .container .navbar-brand .cloud {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-size: 28px; }
  .container .navbar-brand:hover, .container .navbar-brand:focus {
    color: #bcc3e4; }

.navbar {
  background-image: linear-gradient(292deg, #9147d8, #2a1f63);
  border-bottom: 2px solid #7775BD; }
  .navbar .user-dropdown .dropdown-toggle img {
    width: 20px;
    height: 20px;
    border: 1px solid #471D23;
    border-radius: 5px;
    margin-top: -2px;
    margin-right: 5px; }

.navbar-brand {
  margin-top: -2px;
  letter-spacing: 0.7px; }
  .navbar-brand .glyphicon {
    position: relative;
    top: 5px; }
  .navbar-brand .package {
    font-family: "Lato", sans-serif;
    font-weight: 700; }
  .navbar-brand .cloud {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-size: 19px; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #D2DDF7;
  overflow: hidden; }

.navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #7775BD; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.dropdown-menu > .active > a,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #6D6AC7; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  background-color: #7775BD; }

.navbar {
  position: relative;
  min-height: 75px;
  margin-bottom: 20px; }
  .navbar .glyphicon-cloud {
    margin-right: 6px; }

.navbar:before, .navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

.navbar-header, .navbar-items {
  text-decoration: none;
  padding-top: 16px; }

.nav {
  list-style-type: none; }
  .nav > li {
    float: left;
    position: relative;
    display: block; }
    .nav > li > a {
      text-decoration: none;
      padding: 28px 16px; }

.header-callout .reader-img label[for="remember"] {
  display: none; }

a {
  color: #1086a3;
  text-decoration: none; }

button, input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Titillium Web", sans-serif;
  background-color: #7774ec; }
  button:hover, input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #424086; }

.nowrap {
  white-space: nowrap; }

.center {
  margin-left: auto;
  margin-right: auto; }

.center div {
  margin-top: 5px;
  text-align: center;
  font-size: 16px; }

.light, .lightest {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.lightest {
  font-weight: 300; }

.page-header {
  max-width: 928px;
  margin: 15px auto; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc; }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc; }

.btn-default .badge {
  color: white;
  background-color: #333333; }

.btn-primary {
  color: white;
  background-color: #7774ec;
  border-color: #0e738c; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #7A77D2;
  border-color: #084554; }

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #1086a3;
  border-color: #0e738c; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

.form-group {
  margin-bottom: 15px; }

.price-highlight {
  color: #78D758; }

.btn-default.hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

table.table tr td {
  vertical-align: middle !important; }

.field_with_errors {
  border-color: #DB332C; }

.field_with_errors label {
  color: #DB332C; }

.error {
  padding-top: 5px;
  color: #DB332C;
  font-weight: 300; }

.signup-form .tos_label {
  display: inline;
  padding-left: 3px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.main-heading {
  padding-top: 58px; }

a.navbar-brand {
  text-decoration: none; }

a.footer-link {
  color: #ffffff; }

.additional {
  margin: 18px 0; }

.sharing {
  margin-bottom: 2em;
  text-align: right; }

.resp-sharing-button {
  font-size: 1.2em; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em; }

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em; }

.resp-sharing-button span {
  padding-left: 0.4em; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--pinterest {
  background-color: #bd081c; }

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--tumblr {
  background-color: #35465C; }

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25D366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39; }

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321; }

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C; }

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c; }

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777; }

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e; }

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf; }

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  color: #50317b;
  margin: 0 0 522px;
  /* bottom = footer height */ }
  body.onpremise {
    margin: 0 0 88px; }

.highlight {
  background-color: #ffffcc; }

.c {
  color: #999988;
  font-style: italic; }

/* Comment */
.err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
.k {
  color: #000000;
  font-weight: bold; }

/* Keyword */
.o {
  color: #000000;
  font-weight: bold; }

/* Operator */
.cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
.cp {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Preproc */
.c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
.cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Special */
.gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
.ge {
  color: #000000;
  font-style: italic; }

/* Generic.Emph */
.gr {
  color: #aa0000; }

/* Generic.Error */
.gh {
  color: #999999; }

/* Generic.Heading */
.gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
.go {
  color: #888888; }

/* Generic.Output */
.gp {
  color: #555555; }

/* Generic.Prompt */
.gs {
  font-weight: bold; }

/* Generic.Strong */
.gu {
  color: #aaaaaa; }

/* Generic.Subheading */
.gt {
  color: #aa0000; }

/* Generic.Traceback */
.kc {
  color: #000000;
  font-weight: bold; }

/* Keyword.Constant */
.kd {
  color: #000000;
  font-weight: bold; }

/* Keyword.Declaration */
.kn {
  color: #000000;
  font-weight: bold; }

/* Keyword.Namespace */
.kp {
  color: #000000;
  font-weight: bold; }

/* Keyword.Pseudo */
.kr {
  color: #000000;
  font-weight: bold; }

/* Keyword.Reserved */
.kt {
  color: #445588;
  font-weight: bold; }

/* Keyword.Type */
.m {
  color: #009999; }

/* Literal.Number */
.s {
  color: #d01040; }

/* Literal.String */
.na {
  color: #008080; }

/* Name.Attribute */
.nb {
  color: #0086B3; }

/* Name.Builtin */
.nc {
  color: #445588;
  font-weight: bold; }

/* Name.Class */
.no {
  color: #008080; }

/* Name.Constant */
.nd {
  color: #3c5d5d;
  font-weight: bold; }

/* Name.Decorator */
.ni {
  color: #800080; }

/* Name.Entity */
.ne {
  color: #990000;
  font-weight: bold; }

/* Name.Exception */
.nf {
  color: #990000;
  font-weight: bold; }

/* Name.Function */
.nl {
  color: #990000;
  font-weight: bold; }

/* Name.Label */
.nn {
  color: #555555; }

/* Name.Namespace */
.nt {
  color: #000080; }

/* Name.Tag */
.nv {
  color: #008080; }

/* Name.Variable */
.ow {
  color: #000000;
  font-weight: bold; }

/* Operator.Word */
.w {
  color: #bbbbbb; }

/* Text.Whitespace */
.mf {
  color: #009999; }

/* Literal.Number.Float */
.mh {
  color: #009999; }

/* Literal.Number.Hex */
.mi {
  color: #009999; }

/* Literal.Number.Integer */
.mo {
  color: #009999; }

/* Literal.Number.Oct */
.sb {
  color: #d01040; }

/* Literal.String.Backtick */
.sc {
  color: #d01040; }

/* Literal.String.Char */
.sd {
  color: #d01040; }

/* Literal.String.Doc */
.s2 {
  color: #d01040; }

/* Literal.String.Double */
.se {
  color: #d01040; }

/* Literal.String.Escape */
.sh {
  color: #d01040; }

/* Literal.String.Heredoc */
.si {
  color: #d01040; }

/* Literal.String.Interpol */
.sx {
  color: #d01040; }

/* Literal.String.Other */
.sr {
  color: #009926; }

/* Literal.String.Regex */
.s1 {
  color: #d01040; }

/* Literal.String.Single */
.ss {
  color: #990073; }

/* Literal.String.Symbol */
.bp {
  color: #999999; }

/* Name.Builtin.Pseudo */
.vc {
  color: #008080; }

/* Name.Variable.Class */
.vg {
  color: #008080; }

/* Name.Variable.Global */
.vi {
  color: #008080; }

/* Name.Variable.Instance */
.il {
  color: #009999; }

/* Literal.Number.Integer.Long */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local("Lato Hairline"), local("Lato-Hairline"), url(https://themes.googleusercontent.com/static/fonts/lato/v7/Kom15zUm24dIPfIRiNogNuvvDin1pK8aKteLpeZ5c0A.woff) format("woff"); }
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://themes.googleusercontent.com/static/fonts/lato/v7/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format("woff"); }
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url(https://themes.googleusercontent.com/static/fonts/lato/v7/G2uphNnNqGFMHLRsO_72ngLUuEpTyoUstqEm5AMlJo4.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff"); }
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #fdfdfd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

a {
  color: #2a7ae2;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: underline; }

a:visited {
  color: #205caa; }

ul, ol {
  color: #333333; }

ul li,
ol li {
  margin-bottom: 4px; }

/* Utility */
.wrap:before,
.wrap:after {
  content: "";
  display: table; }

.wrap:after {
  clear: both; }

.wrap {
  max-width: 800px;
  padding: 0 30px;
  margin: 0 auto;
  zoom: 1; }

/* Layout Styles */
/* ----------------------------------------------------------*/
figure {
  margin: 1em 0; }

.main-content {
  padding: 0 2em; }
  .main-content nav {
    max-width: 920px;
    margin: 0 auto; }

.back-to-posts-link {
  border: 1px solid #eaeaea;
  padding: 2px 4px;
  border-radius: 4px; }
  .back-to-posts-link:hover {
    background-color: #b3b3b3;
    text-decoration: none;
    color: #ffffff;
    border: none; }

.back-to-top-fixed {
  border: 1px solid;
  padding: 4px;
  border-radius: 4px;
  position: fixed;
  bottom: 7px;
  background-color: #fff;
  right: 18px;
  z-index: 2;
  visibility: hidden;
  -webkit-transform: translateZ(0); }
  .back-to-top-fixed.show {
    visibility: visible; }

.site-title,
.site-title:hover,
.site-title:visited {
  display: block;
  color: #333;
  font-size: 26px;
  letter-spacing: -1px;
  float: left;
  line-height: 56px;
  position: relative;
  z-index: 1; }

.site-nav .menu-icon {
  display: none; }

.site-nav .page-link {
  margin-left: 20px;
  color: #727272;
  letter-spacing: -.5px; }

/* Sign-up Banner CSS */
/* ----------------------------------------------------------*/
.button-container {
  width: 100%;
  position: relative;
  border-radius: 4px;
  padding: 26px 18px;
  background: #6435a5;
  font-size: 1.1em;
  margin: 38px 0px;
  min-height: 88px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .button-container p {
    width: 75%;
    display: inline;
    color: #fff !important;
    margin-right: 22px !important; }
  .button-container .large-link-container a {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .button-container .sign-up-button {
    width: 25%;
    display: inline; }
    .button-container .sign-up-button button {
      font-size: 24px;
      border-radius: 4px;
      float: right;
      height: 100%;
      padding: 12px;
      position: relative;
      text-align: center;
      color: #FDFDFD;
      -webkit-transform: translate3d(0);
      transform: translate3d(0, 0, 0); }
  @media (max-width: 992px) {
    .button-container .large-link-container a {
      display: block; }
    .button-container p {
      line-height: 24px !important; } }
  .button-container .anim-btn {
    -webkit-animation: signup-input-shadow-remove ease-in-out 0.325s;
    -moz-animation: signup-input-shadow-remove ease-in-out 0.325s;
    animation: signup-input-shadow-remove ease-in-out 0.325s;
    box-shadow: none;
    border: none; }
    .button-container .anim-btn:hover {
      -webkit-animation: signup-input-shadow ease-in-out 0.325s;
      -moz-animation: signup-input-shadow ease-in-out 0.325s;
      animation: signup-input-shadow ease-in-out 0.325s;
      box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; }
@-webkit-keyframes signup-input-shadow {
  0% {
    box-shadow: none; }
  100% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; } }
@-moz-keyframes signup-input-shadow {
  0% {
    box-shadow: none; }
  100% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; } }
@keyframes signup-input-shadow {
  0% {
    box-shadow: none; }
  100% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; } }
@-webkit-keyframes signup-input-shadow-remove {
  0% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; }
  100% {
    box-shadow: none; } }
@-moz-keyframes signup-input-shadow-remove {
  0% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; }
  100% {
    box-shadow: none; } }
@keyframes signup-input-shadow-remove {
  0% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; }
  100% {
    box-shadow: none; } }
.signup-header {
  max-width: 880px;
  margin: 0 auto; }

.github-icon-svg,
.twitter-icon-svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px; }

/* Page Content styles */
/* ----------------------------------------------------------*/
.page-content {
  padding: 30px 0;
  background-color: #fff; }

/* Home styles */
/* ----------------------------------------------------------*/
.home h1 {
  margin-bottom: 25px; }

.posts {
  list-style-type: none; }
  .posts p {
    overflow: hidden;
    text-overflow: ellipsis; }
  .posts .pagination {
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 0.5em;
    border-radius: 4px; }
    .posts .pagination .page_number {
      margin: 0 1em; }
    .posts .pagination .previous,
    .posts .pagination .next {
      border: 1px solid #7371C1;
      padding: 4px;
      border-radius: 4px;
      text-decoration: none;
      cursor: pointer; }
      .posts .pagination .previous:hover,
      .posts .pagination .next:hover {
        color: #fff;
        background-color: #7371C1; }
    .posts .pagination .next:after {
      content: " >";
      top: -2px;
      position: relative; }
    .posts .pagination .previous:before {
      content: "< ";
      top: -2px;
      position: relative; }

.posts li {
  margin-bottom: 30px; }

.posts .post-link {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.8em;
  letter-spacing: 0.01em;
  font-weight: bold; }

.posts {
  max-width: 880px;
  margin: 0 auto; }
  .posts li p {
    color: #757575;
    font-family: "PT Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 400; }
  .posts li p:first-of-type {
    margin-top: 3px; }
  .posts li p:last-of-type {
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea; }

.posts .post-date {
  display: block;
  font-size: 15px;
  color: #818181; }

/* Category page styles */
.home {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.8em; }
  .home .button-container {
    font-size: 1.4em; }
  .home ul.posts {
    list-style-type: none; }
    .home ul.posts li p:last-of-type {
      border-bottom: none; }
    .home ul.posts h1 {
      font-size: 1em; }
    .home ul.posts a {
      color: #7371C1; }

.tags {
  display: inline-block;
  border: 1px solid #eaeaea;
  padding: 8px;
  border-radius: 3px;
  line-height: 14px;
  font-size: 0.8em;
  margin-bottom: 28px; }

.tags h4 {
  display: inline-block;
  text-align: left;
  font-size: 1.2em;
  color: #797894;
  margin: 0px; }

.tags ul {
  display: inline-block;
  margin: 0; }

.tags li {
  list-style-type: none;
  float: left;
  margin-left: 12px; }

/* Post styles */
/* ----------------------------------------------------------*/
.post-header {
  margin: 10px 0 30px; }

.post {
  max-width: 920px;
  margin: 0 auto;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2em;
  line-height: 1.5; }

.post .tags ul {
  margin: -4px 0; }

.post ul#markdown-toc {
  margin: 0; }

.post ul#markdown-toc ul {
  margin: 8px 0; }

.post-header h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 3em; }

.post-header .meta {
  font-size: 15px;
  color: #818181;
  margin-top: 5px; }

.post-content {
  margin: 0 0 30px;
  padding-bottom: 2em;
  border-bottom: 1px solid #eaeaea; }

.post-content > p {
  margin: 20px 0; }

.post-content h4 {
  font-size: 20px; }

.post-content blockquote {
  border-left: 4px solid #e8e8e8;
  padding-left: 20px;
  font-size: 20px;
  opacity: .6;
  letter-spacing: -1px;
  margin: 30px 0; }

.post-content ul,
.post-content ol {
  padding-left: 20px;
  margin-top: 10px; }

img {
  max-width: 100%; }

.post ul,
.post ol {
  margin: 0.675em 1.35em; }

/* terminal */
.post pre.terminal {
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.post pre.terminal code {
  background-color: #333; }

.posts a {
  color: #7371C1; }

.type-system-slab .forcewrap {
  white-space: normal !important; }

.table-contents {
  margin-bottom: 24px; }

.table-contents h3 {
  text-align: left;
  margin-bottom: 4px;
  font-size: 26px; }

.type-system-sans h4 {
  color: #797894;
  text-align: left;
  font-size: 1.2em;
  margin-top: 28px; }

article.type-system-slab code {
  background: transparent;
  border-radius: 4.5px;
  font-family: monaco;
  font-size: 0.95em;
  font-style: normal;
  padding: 0.1em 0.4em; }

.post article.type-system-slab code {
  white-space: inherit;
  word-break: break-word; }

.post article.type-system-slab ol li:last-of-type,
.post article.type-system-slab ul li:last-of-type {
  margin-bottom: 18px; }

.post .post-section-image-container {
  text-align: center; }

.post .filename-heading + .highlight pre {
  margin-top: 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

@media (max-width: 992px) {
  .post h1, .post h2, .post h3, .post h4 {
    line-height: 1.4em; } }
.footer-container {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.0em;
  background: #2f2b46;
  color: white;
  box-shadow: inset 0px 6px 0px #d7c4e8;
  padding-top: 42px;
  text-align: center; }
  .footer-container.small-footer {
    height: 88px; }
  .footer-container footer {
    display: flex;
    max-width: 992px;
    margin: 0 auto; }
    .footer-container footer .footer-link {
      color: #fff; }
    .footer-container footer.concise {
      text-align: left;
      min-height: 58px; }
  .footer-container .footer-group {
    flex: 1;
    vertical-align: top;
    list-style-type: none;
    text-align: left;
    margin-right: 48px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .footer-container .footer-group li {
      margin-bottom: 18px; }
      .footer-container .footer-group li.header {
        font-size: 18px;
        font-weight: bold;
        color: #c3c2c4; }
      .footer-container .footer-group li span.corp {
        font-size: 16px;
        font-weight: bold;
        color: #E9E8FF; }

@media (max-width: 992px) {
  .front-page .container .navbar-brand,
  .front-page .container .navbar-brand .cloud {
    font-size: 22px; }

  .front-page .navbar-default .navbar-nav li a {
    padding: 0 17px; }

  .tags h4 {
    display: none; }

  .tags li {
    margin: 8px; }

  .sidebar-toc {
    display: none; } }
/* media queries */
/* ----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .footer-col-1 {
    width: 50%; }

  .footer-col-2 {
    width: 45%;
    /*fallback*/
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 0; }

  .site-footer .column.footer-col-3 {
    width: auto;
    float: none;
    clear: both; }

  .special-box {
    display: -webkit-box; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 36px; } }
@media screen and (max-width: 600px) {
  .wrap {
    padding: 0 12px; }

  .site-nav {
    position: fixed;
    z-index: 10;
    top: 14px;
    right: 8px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e8e8e8; }

  .site-nav .menu-icon {
    display: block;
    font-size: 24px;
    color: #505050;
    float: right;
    width: 36px;
    text-align: center;
    line-height: 36px; }

  .site-nav .menu-icon svg {
    width: 18px;
    height: 16px; }

  .site-nav .trigger {
    clear: both;
    margin-bottom: 5px;
    display: none; }

  .site-nav:hover .trigger {
    display: block; }

  .site-nav .page-link {
    display: block;
    text-align: right;
    line-height: 1.25;
    padding: 5px 10px;
    margin: 0; }

  .post-header h1 {
    font-size: 36px; }

  .post-content h2 {
    font-size: 28px; }

  .post-content h3 {
    font-size: 22px; }

  .post-content h4 {
    font-size: 18px; }

  .post-content blockquote {
    padding-left: 10px; }

  .post-content ul,
  .post-content ol {
    padding-left: 10px; }

  .site-footer .column {
    float: none;
    clear: both;
    width: auto;
    margin: 0 0 15px; } }
@media (max-width: 992px) {
  body {
    margin-bottom: 0; }

  .nav > li {
    float: none;
    position: relative;
    display: block; }

  .navbar-header .navbar-brand {
    top: -18px;
    position: relative; }

  .navbar-items {
    position: relative;
    overflow: hidden; }
    .navbar-items .mobile-nav-button {
      display: block;
      position: fixed;
      top: 22px;
      right: 22px;
      z-index: 2; }
      .navbar-items .mobile-nav-button .rect {
        height: 4px;
        width: 32px;
        margin-bottom: 5px;
        background-color: #C5C5C5;
        transition: all 0.25s ease-out; }
        .navbar-items .mobile-nav-button .rect.rect1.rotated {
          -webkit-transform: rotate(-220deg);
          transform: rotate(-220deg);
          background-color: #424086; }
        .navbar-items .mobile-nav-button .rect.rect2.rotated {
          -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
          top: -9px;
          position: relative;
          background-color: #424086; }
        .navbar-items .mobile-nav-button .rect.rect3.rotated {
          -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
          opacity: 0; }

  .navbar-default .navbar-nav {
    padding: 0;
    text-align: right;
    position: fixed;
    top: 0;
    right: 0;
    min-height: 1400px;
    background-color: #7F87CD;
    margin: 0;
    padding-top: 88px; }
    .navbar-default .navbar-nav.opened {
      -webkit-animation: slidein-nav 0.25s ease-in;
      animation: slidein-nav 0.25s ease-out;
      display: block; }
    .navbar-default .navbar-nav.closed {
      -webkit-animation: slideout-nav 0.25s ease-in;
      animation: slideout-nav 0.25s ease-in;
      -webkit-transform: translateX(99px);
      transform: translateX(99px); }
    .navbar-default .navbar-nav li.active > a,
    .navbar-default .navbar-nav li:hover > a {
      background-color: inherit;
      box-shadow: none; }
    .navbar-default .navbar-nav .separator {
      display: none; }
    .navbar-default .navbar-nav .login-button {
      background-color: inherit;
      color: #ffffff; }
    .navbar-default .navbar-nav .open {
      transform: translateX(0); }

  .container,
  .companies-container .logo-container,
  .pricing {
    min-width: 0; }

  .container .row [class*=col-] {
    float: none;
    width: 100%; }

  .container {
    padding: 18px; }

  .front-page .hero-section {
    min-height: 580px;
    height: 560px; }
    .front-page .hero-section .hero-container h1 {
      font-size: 32px; }
    .front-page .hero-section .hero-container .subhead {
      font-size: 14px;
      line-height: 16px; }

  .introduction-container .features-row {
    padding: 0; }

  .companies-container .logo-container ul.logos {
    padding: 0; }
    .companies-container .logo-container ul.logos li.logo {
      width: 100%; }
    .companies-container .logo-container ul.logos .belly-pad {
      padding: 0; }

  .terminal-screen {
    display: none; }

  .footer-container {
    position: relative;
    height: auto; }
    .footer-container footer {
      display: block;
      padding: 0 2em; } }
article.type-system-sans {
  font-family: "PT Sans", sans-serif;
  text-align: left; }
  article.type-system-sans::after {
    clear: both;
    content: "";
    display: table; }
  article.type-system-sans p {
    margin: 0; }
  article.type-system-sans b, article.type-system-sans strong {
    font-weight: 600; }
  article.type-system-sans ul {
    list-style-type: square; }
  article.type-system-sans ol {
    list-style-type: decimal; }
  article.type-system-sans hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0; }
  article.type-system-sans p {
    color: #333;
    line-height: 1.5; }
  article.type-system-sans a {
    color: #1565c0;
    text-decoration: none;
    word-wrap: break-word; }
  article.type-system-sans h1,
  article.type-system-sans h2,
  article.type-system-sans h3,
  article.type-system-sans h4,
  article.type-system-sans h5,
  article.type-system-sans h6 {
    font-family: "Titillium Web", sans-serif;
    margin: 1.2em 0; }
  article.type-system-sans .type {
    border-bottom: 1px solid;
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.7em;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 2em;
    padding: 0.1em 0;
    text-align: left;
    text-transform: uppercase; }
  article.type-system-sans h1 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.4em;
    padding: 16px 0;
    color: #50317b;
    border-bottom: 3px solid #eaeaea; }
  article.type-system-sans h2 {
    font-size: 1.6em;
    font-weight: 600;
    color: #757575; }
  article.type-system-sans h3 {
    font-size: 1.4em;
    font-weight: 600; }
  article.type-system-sans h4 {
    font-size: 1.2em;
    font-weight: 600; }
  article.type-system-sans h5 {
    font-size: 1.0em;
    font-weight: 600; }
  article.type-system-sans h6 {
    font-size: 1.0em;
    font-weight: 400; }
  article.type-system-sans pre,
  article.type-system-sans code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 0.85em;
    overflow: auto; }
  article.type-system-sans pre {
    display: block;
    padding: 9.5px;
    margin-bottom: 1em;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: whitesmoke;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4.5px;
    -moz-border-radius: 4.5px;
    border-radius: 4.5px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
  article.type-system-sans code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    -webkit-border-radius: 4.5px;
    -moz-border-radius: 4.5px;
    border-radius: 4.5px;
    font-style: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 20px; }
  article.type-system-sans pre code {
    padding: 0;
    border: 0;
    color: #585858;
    background-color: inherit; }
  article.type-system-sans p.date {
    color: rgba(51, 51, 51, 0.4);
    font-family: "PT Sans", sans-serif;
    font-size: 0.8em;
    margin-bottom: 0.5em; }
  article.type-system-sans p {
    font-family: "PT Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 0.8em; }
    article.type-system-sans p span {
      font-family: "PT Sans", sans-serif;
      font-size: 0.8em;
      font-weight: 600;
      text-transform: uppercase; }
  article.type-system-sans hr {
    width: 3em; }
  article.type-system-sans a code {
    text-decoration: underline;
    padding: 4px;
    color: inherit;
    margin: 0 4px; }
  article.type-system-sans a.read-more {
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    margin-left: 0.2em;
    position: relative;
    text-transform: uppercase; }
    article.type-system-sans a.read-more span {
      font-size: 1.7em;
      position: absolute;
      right: -10px;
      top: -2px; }
  article.type-system-sans p.author {
    font-family: "PT Sans", sans-serif;
    font-style: italic; }
  article.type-system-sans h1 code,
  article.type-system-sans h2 code,
  article.type-system-sans h3 code,
  article.type-system-sans h4 code,
  article.type-system-sans h5 code,
  article.type-system-sans h6 code {
    font-size: inherit;
    font-family: inherit;
    vertical-align: top;
    background-color: #6435a5;
    color: #fff;
    border: none; }

.repo-list-page {
  max-width: 500px; }

.optional-step {
  padding: 2em;
  border: 1px solid #eaeaea;
  background-color: #e0e0e0;
  border-radius: 4px; }
  .optional-step .highlight {
    border-radius: 4px; }

.filename-heading {
  border: 1px solid #eaeaea;
  padding: 0 8px 8px;
  margin-bottom: 0 !important;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  display: inline-block; }
  .filename-heading + .highlight pre {
    border-radius: 0 4px 4px 4px; }
  .filename-heading code {
    background-color: transparent !important;
    color: #b1b1b1 !important;
    font-size: 0.8em !important;
    vertical-align: -webkit-baseline-middle !important; }
    .filename-heading code::before {
      content: "";
      background-image: url("/images/elements/file-icon.png");
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: 0;
      height: 16px;
      width: 16px;
      display: inline-block;
      margin-right: 0.3em; }

.dropdown-callout-container {
  width: 100%;
  background: #d2ddf7;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 18px; }
  .dropdown-callout-container .callout-toggle-button:before {
    background-image: url(/assets/images/elements/right-arrow.png);
    content: "";
    height: 12px;
    width: 12px;
    display: inline-block;
    background-size: 12px 12px; }
  .dropdown-callout-container .callout-body {
    display: none;
    margin-top: 18px; }
    .dropdown-callout-container .callout-body pre {
      margin-bottom: 0; }
  .dropdown-callout-container.open .callout-toggle-button:before {
    background-image: url(/assets/images/elements/down-arrow.png); }
  .dropdown-callout-container.open .callout-body {
    display: block; }

.callout-container {
  border: 2px solid #424086;
  padding: 8px;
  border-radius: 4px;
  margin: 18px 0;
  font-size: 1.0em; }
  .callout-container .callout-body p {
    margin: 0;
    color: #424086; }
  .callout-container .callout-body b {
    font-weight: bold; }
  .callout-container .callout-code pre {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 18px;
    overflow: auto; }
  .callout-container.tuning {
    background-color: #ffffaf; }
    .callout-container.tuning .callout-code pre {
      background-color: #ffffe4; }
  .callout-container.config {
    background-color: #d2ddf7; }

.button-container.callout {
  display: flex;
  padding: 0; }
  .button-container.callout p {
    flex: 5;
    margin: 1em;
    padding-top: 0.5em; }
  .button-container.callout .sign-up-button {
    flex: 1;
    margin: 1em; }

.sidebar-toc {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  padding: 22px 18px;
  width: 25%;
  height: 100%;
  max-width: 300px;
  overflow: scroll;
  font-size: 16px;
  -webkit-transition: all 0.225s ease-in-out; }
  .sidebar-toc.show {
    pointer-events: all;
    opacity: 1; }
  .sidebar-toc #sidebar-toc-list ul {
    border: 1px solid #eaeaea;
    padding: 8px; }
  .sidebar-toc #sidebar-toc-list li {
    padding-bottom: 8px;
    margin-bottom: 4px; }
    .sidebar-toc #sidebar-toc-list li a.active {
      font-weight: bold; }
  .sidebar-toc code {
    background: #EEEEFF;
    border-radius: 4.5px;
    border: 1px solid #e0e0e0;
    font-family: monaco;
    font-size: 0.70em;
    font-style: normal;
    padding: 0.1em 0.4em;
    white-space: pre;
    color: #585858; }

.search-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 1em; }

.gsc-control-cse {
  padding-right: 3em; }

.gsc-search-box td {
  border: none; }
.gsc-search-box .gsc-input input[type='text'] {
  background: none !important;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-indent: 6px !important; }
.gsc-search-box .gsc-clear-button {
  position: relative;
  right: 22px;
  top: -2px; }
.gsc-search-box .gsc-search-button input[type='button'] {
  top: -5px;
  position: relative;
  padding: 0.4em 1.8em; }

.rss-container {
  text-align: right; }
  .rss-container h4 {
    display: inline-block; }
  .rss-container .reader-img {
    display: inline; }
  .rss-container iframe {
    height: 35px !important;
    padding-top: 12px; }

/* slide in/out from right */
/* slide in/out from bottom */
@-webkit-keyframes slidein-from-right {
  0% {
    right: -27em; }
  90% {
    right: 1.4em; }
  100% {
    right: 1em; } }
@-moz-keyframes slidein-from-right {
  0% {
    right: -27em; }
  90% {
    right: 1.4em; }
  100% {
    right: 1em; } }
@keyframes slidein-from-right {
  0% {
    right: -27em; }
  90% {
    right: 1.4em; }
  100% {
    right: 1em; } }
@-webkit-keyframes slideout-to-right {
  0% {
    right: 1em; }
  10% {
    right: 1.4em; }
  100% {
    right: -27em; } }
@-moz-keyframes slideout-to-right {
  0% {
    right: 1em; }
  10% {
    right: 1.4em; }
  100% {
    right: -27em; } }
@keyframes slideout-to-right {
  0% {
    right: 1em; }
  100% {
    right: -27em; } }
@-webkit-keyframes slidein-from-bottom {
  0% {
    bottom: -16em; }
  100% {
    bottom: 0; } }
@-moz-keyframes slidein-from-bottom {
  0% {
    bottom: -16em; }
  100% {
    bottom: 0; } }
@keyframes slidein-from-bottom {
  0% {
    bottom: -16em; }
  100% {
    bottom: 0; } }
@-webkit-keyframes slideout-to-bottom {
  0% {
    bottom: 0; }
  100% {
    bottom: -16em; } }
@-moz-keyframes slideout-to-bottom {
  0% {
    bottom: 0; }
  100% {
    bottom: -16em; } }
@keyframes slideout-to-bottom {
  0% {
    bottom: 0; }
  100% {
    bottom: -16em; } }
.slidein-from-right {
  -webkit-animation: slidein-from-right ease-in-out 0.225s;
  -moz-animation: slidein-from-right ease-in-out 0.225s;
  animation: slidein-from-right ease-in-out 0.225s; }

.slideout-to-right {
  -webkit-animation: slideout-to-right ease-in 0.225s;
  -moz-animation: slideout-to-right ease-in 0.225s;
  animation: slideout-to-right ease-in 0.225s; }

.slidein-from-bottom {
  -webkit-animation: slidein-from-bottom ease-in 0.225s;
  -moz-animation: slidein-from-bottom ease-in 0.225s;
  animation: slidein-from-bottom ease-in 0.225s; }

.slideout-to-bottom {
  -webkit-animation: slideout-to-bottom ease-out 0.425s;
  -moz-animation: slideout-to-bottom ease-out 0.425s;
  animation: slideout-to-bottom ease-out 0.425s; }

.header-callout .newsletter-callout {
  float: right;
  width: 82%;
  padding-top: 0.7em;
  padding-bottom: 0;
  position: inherit;
  border: none;
  font-size: 0.8em;
  z-index: 2;
  background-color: transparent;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none; }
  .header-callout .newsletter-callout form {
    float: left;
    width: 60%; }
  .header-callout .newsletter-callout .reader-img {
    float: left;
    width: 40%;
    padding-left: 0.9em; }
    .header-callout .newsletter-callout .reader-img a {
      margin-top: 7px;
      background-position: 0.6em;
      box-shadow: none;
      padding: 0.5em;
      min-height: 37px; }
  .header-callout .newsletter-callout .close, .header-callout .newsletter-callout .close + h2 {
    display: none; }
  .header-callout .newsletter-callout .subscribe-elements {
    padding: 0.5em 0; }
    .header-callout .newsletter-callout .subscribe-elements input {
      margin-bottom: 0;
      float: left; }
      .header-callout .newsletter-callout .subscribe-elements input:first-of-type {
        width: 77%;
        margin-right: 3%; }
      .header-callout .newsletter-callout .subscribe-elements input[type="submit"] {
        background-color: #9695d1;
        width: 20%;
        padding: 0.8em; }
  @media (max-width: 992px) {
    .header-callout .newsletter-callout {
      width: 100%;
      padding: 0; }
      .header-callout .newsletter-callout * > * {
        float: none !important;
        width: 100% !important; }
      .header-callout .newsletter-callout .container {
        padding: 0; }
      .header-callout .newsletter-callout .reader-img {
        padding: 0; }
        .header-callout .newsletter-callout .reader-img a {
          background-position: 18px; }
      .header-callout .newsletter-callout .subscribe-elements {
        padding: 0.5em 0; }
        .header-callout .newsletter-callout .subscribe-elements input {
          margin-bottom: 0; }
          .header-callout .newsletter-callout .subscribe-elements input:first-of-type {
            margin-bottom: 1em; } }

.newsletter-callout {
  padding: 1em;
  width: 25%;
  min-width: 364px;
  position: fixed;
  background-color: #f7f7ff;
  border: 1px solid #c4c4c4;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  font-size: 1.2em;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  right: 1em;
  bottom: -16em;
  /* same as $slidein-bottom-offscreen */
  box-shadow: none; }
  .newsletter-callout > * {
    font-family: "Titillium Web", sans-serif; }
  .newsletter-callout h2 {
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    color: #7371c1;
    padding-bottom: 0.4em;
    margin: 0;
    text-shadow: 1px 2px 3px #dedddd; }
  .newsletter-callout button.close {
    position: absolute;
    right: 1em;
    top: 0.5em;
    background-color: transparent;
    opacity: 1;
    font-size: 0.7em;
    color: #c5c5c5;
    padding: 0.4em;
    border: none; }
    .newsletter-callout button.close:hover {
      color: #acacac; }
    .newsletter-callout button.close:focus {
      outline: 0;
      color: #929292; }
  .newsletter-callout .anim-btn {
    -webkit-animation: subscribe-newsletter-input-shadow-remove ease-in-out 0.325s;
    -moz-animation: subscribe-newsletter-input-shadow-remove ease-in-out 0.325s;
    animation: subscribe-newsletter-input-shadow-remove ease-in-out 0.325s;
    box-shadow: none;
    border: none; }
    .newsletter-callout .anim-btn:hover {
      -webkit-animation: subscribe-newsletter-input-shadow ease-in-out 0.325s;
      -moz-animation: subscribe-newsletter-input-shadow ease-in-out 0.325s;
      animation: subscribe-newsletter-input-shadow ease-in-out 0.325s;
      box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; }
@-webkit-keyframes subscribe-newsletter-input-shadow {
  0% {
    box-shadow: none; }
  100% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; } }
@-moz-keyframes subscribe-newsletter-input-shadow {
  0% {
    box-shadow: none; }
  100% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; } }
@keyframes subscribe-newsletter-input-shadow {
  0% {
    box-shadow: none; }
  100% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; } }
@-webkit-keyframes subscribe-newsletter-input-shadow-remove {
  0% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; }
  100% {
    box-shadow: none; } }
@-moz-keyframes subscribe-newsletter-input-shadow-remove {
  0% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; }
  100% {
    box-shadow: none; } }
@keyframes subscribe-newsletter-input-shadow-remove {
  0% {
    box-shadow: #4DB2E2 1px 1px, #4DB2E2 2px 2px, #4DB2E2 3px 3px, #4DB2E2 4px 4px; }
  100% {
    box-shadow: none; } }
  @media (max-width: 992px) {
    .newsletter-callout {
      width: 90%;
      min-width: 280px;
      position: relative;
      font-size: 0.9em;
      right: 0;
      bottom: 0;
      animation: none;
      margin-bottom: 2em;
      border-bottom: 1px solid #c4c4c4;
      border-radius: 4px; }
      .newsletter-callout h2 {
        text-align: center;
        font-size: 3em; }
      .newsletter-callout button.close {
        display: none; }
      .newsletter-callout .reader-img a {
        background-position: 8px 8px; } }
  @media (min-width: 992px) {
    .newsletter-callout.fixed-bottom-right {
      display: block;
      padding-top: 1.5em;
      right: 1em;
      bottom: 0;
      margin-bottom: 0; } }
  .newsletter-callout input::-webkit-input-placeholder {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #000; }
  .newsletter-callout input:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #000; }
  .newsletter-callout input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #000; }
  .newsletter-callout input:-ms-input-placeholder {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #000; }
  .newsletter-callout input[type='submit'] {
    width: 100%;
    background-color: #5755b5;
    -webkit-transition: all 0.125s ease-out; }
    .newsletter-callout input[type='submit']:hover {
      background-color: #46449c; }
    .newsletter-callout input[type='submit']:active, .newsletter-callout input[type='submit']:focus {
      outline: 0;
      background-color: #3a3880; }
  .newsletter-callout .reader-img {
    width: 100%;
    padding: 0; }
    .newsletter-callout .reader-img a {
      padding: 4px 28px;
      text-align: center;
      color: #fff;
      display: block;
      background-image: url(https://feedburner.google.com/fb/images/pub/feed-icon16x16.png);
      background-repeat: no-repeat;
      background-position: 12px 12px;
      background-color: #7371c1;
      border-radius: 4px;
      border: none;
      font-size: 1em;
      font-weight: 600;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      box-shadow: #D2DDF7 1px 1px, #D2DDF7 2px 2px, #D2DDF7 3px 3px, #D2DDF7 4px 4px;
      -webkit-transition: all 0.125s ease-out; }
      .newsletter-callout .reader-img a:visited, .newsletter-callout .reader-img a:hover {
        color: #fff; }
      .newsletter-callout .reader-img a:hover {
        background-color: #5e5cb8;
        box-shadow: #D2DDF7 0 0, #D2DDF7 1px 1px, #D2DDF7 2px 2px, #D2DDF7 3px 3px; }
      .newsletter-callout .reader-img a:active, .newsletter-callout .reader-img a:focus {
        background-color: #434195;
        box-shadow: #D2DDF7 0 0, #D2DDF7 0 0, #D2DDF7 1px 1px, #D2DDF7 2px 2px; }
    .newsletter-callout .reader-img label[for="remember"] {
      position: relative;
      color: #c5c5c5;
      padding: 0 0.4em;
      bottom: -16px;
      right: -4px;
      font-size: 0.6em;
      float: right;
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in; }
      .newsletter-callout .reader-img label[for="remember"]:hover {
        color: #fff;
        border-radius: 4px;
        background-color: #9e9e9e; }
    .newsletter-callout .reader-img input[name="remember"] {
      display: none; }
  .newsletter-callout .subscribe-elements input {
    margin-bottom: 0.5em; }
    .newsletter-callout .subscribe-elements input:first-of-type {
      border-bottom: 1px solid #eaeaea; }

.cookie-popover {
  background: #868686;
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 22;
  padding-left: 2em;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cookie-popover a {
    color: #ffe000; }
  .cookie-popover p {
    font-size: 14px;
    flex: 12;
    margin: 1em 0; }
  .cookie-popover .button-container {
    flex: 1;
    text-align: center;
    padding-right: 2em;
    padding: initial;
    background: initial;
    font-size: initial;
    margin: initial;
    margin-right: 2em;
    min-height: initial; }
    .cookie-popover .button-container a.close {
      color: #7accf3;
      border-radius: 16px;
      background: none;
      border: 1px solid;
      padding: 8px 8px;
      line-height: 0;
      font-size: 14px;
      opacity: 1; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/glyphicons/glyphicons-halflings-regular.eot");
  src: url("/assets/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/assets/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("glyphicons-halflings-regular.woff") format("woff"), url("glyphicons-halflings-regular.ttf") format("truetype"), url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicons.x05 {
  font-size: 6px; }

.glyphicon.x2 {
  font-size: 24px; }

.glyphicon.x3 {
  font-size: 36px; }

.glyphicon.x4 {
  font-size: 48px; }

.glyphicon.x5 {
  font-size: 60px; }

.glyphicon.x6 {
  font-size: 72px; }

.glyphicon.x7 {
  font-size: 84px; }

.glyphicon.x8 {
  font-size: 96px; }

.glyphicon.light:before, .glyphicon.lightest:before {
  color: #f2f2f2; }

.glyphicon.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.glyphicon.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.glyphicon.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.glyphicon.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.glyphicon.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.glyphicon.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-envelope:before {
  content: "\E004"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-pencil:before {
  content: "\E061"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-plus:before {
  content: "\E098"; }

.glyphicon-minus:before {
  content: "\E099"; }

.glyphicon-asterisk:before {
  content: "\E100"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comments:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-top:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-top:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-euro:before {
  content: "\E147"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse:before {
  content: "\E159"; }

.glyphicon-collapse-top:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud:before {
  content: "\E196"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-door:before {
  content: "\E207"; }

.glyphicon-key:before {
  content: "\E208"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\E217"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\E220"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\E222"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\E228"; }

.glyphicon-ruble:before {
  content: "\E229"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-terminal:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

.glyphicon-building:before {
  content: "\E261"; }

.glyphicon-tick:before {
  content: "\E262"; }

.glyphicon-star-half:before {
  content: "\E263"; }

.glyphicon-hash:before {
  content: "\E264"; }

.glyphicon-directions:before {
  content: "\E265"; }

.glyphicon-gas:before {
  content: "\E266"; }

.glyphicon-snowflake:before {
  content: "\E267"; }

.glyphicon-sunlight:before {
  content: "\E268"; }

.glyphicon-selectbox:before {
  content: "\E269"; }

.glyphicon-sortable:before {
  content: "\E270"; }

.glyphicon-note-empty:before {
  content: "\E271"; }

.glyphicon-note:before {
  content: "\E272"; }

.glyphicon-direction-right:before {
  content: "\E273"; }

.glyphicon-direction-left:before {
  content: "\E274"; }

.glyphicon-direction-down:before {
  content: "\E275"; }

.glyphicon-direction-up:before {
  content: "\E276"; }

.glyphicon-parking:before {
  content: "\E277"; }

.glyphicon-coffee-cup:before {
  content: "\E278"; }

.glyphicon-record-empty:before {
  content: "\E279"; }

.glyphicon-move-square:before {
  content: "\E280"; }

.glyphicon-bug:before {
  content: "\E281"; }

.glyphicon-display:before {
  content: "\E282"; }

.glyphicon-direction:before {
  content: "\E283"; }

.glyphicon-group:before {
  content: "\E284"; }

.glyphicon-reflect-y:before {
  content: "\E285"; }

.glyphicon-reflect-x:before {
  content: "\E286"; }

.glyphicon-battery-charging:before {
  content: "\E287"; }

.glyphicon-battery-full:before {
  content: "\E288"; }

.glyphicon-battery-75:before {
  content: "\E289"; }

.glyphicon-battery-50:before {
  content: "\E290"; }

.glyphicon-battery-25:before {
  content: "\E291"; }

.glyphicon-battery-10:before {
  content: "\E292"; }

.glyphicon-paired:before {
  content: "\E293"; }

.glyphicon-rotate-right:before {
  content: "\E294"; }

.glyphicon-rotate-left:before {
  content: "\E295"; }

.glyphicon-list-numbered:before {
  content: "\E296"; }

.glyphicon-paragraph:before {
  content: "\E297"; }

.glyphicon-list-plus:before {
  content: "\E298"; }

.glyphicon-synchronization:before {
  content: "\E299"; }

.glyphicon-cube-black:before {
  content: "\E300"; }
