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

h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, th, td, caption, hr {
  margin: 0;
  padding: 0; }

abbr[title], dfn[title] {
  cursor: help; }

a, u, ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

img {
  font-style: italic; }

label, input, textarea, button, select, option {
  cursor: pointer; }

.text-input:active, .text-input:focus, textarea:active, textarea:focus {
  cursor: text;
  outline: none; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@font-face {
  font-family: 'source_sans';
  src: url('../fonts/source-sans/sourcesanspro-it-webfont.eot');
  src: url('../fonts/source-sans/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans/sourcesanspro-it-webfont.woff2') format('woff2'), url('../fonts/source-sans/sourcesanspro-it-webfont.woff') format('woff'), url('../fonts/source-sans/sourcesanspro-it-webfont.ttf') format('truetype'), url('../fonts/source-sans/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'source_sans';
  src: url('../fonts/source-sans/sourcesanspro-bold-webfont.eot');
  src: url('../fonts/source-sans/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans/sourcesanspro-bold-webfont.woff2') format('woff2'), url('../fonts/source-sans/sourcesanspro-bold-webfont.woff') format('woff'), url('../fonts/source-sans/sourcesanspro-bold-webfont.ttf') format('truetype'), url('../fonts/source-sans/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'source_sans';
  src: url('../fonts/source-sans/sourcesanspro-regular-webfont.eot');
  src: url('../fonts/source-sans/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/source-sans/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/source-sans/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/source-sans/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal; }

[bs-anim~="spin"] {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

html {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  font: 112.5%/1.5 "source_sans", "Lucida Grande", "Lucida Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 600px) {
    html {
      height: 100vh; } }

body {
  min-height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  color: #777777;
  text-rendering: optimizeLegibility; }
  @media only screen and (min-width: 600px) {
    body {
      height: 100vh;
      overflow-y: hidden; } }

main {
  position: relative; }
  @media only screen and (min-width: 600px) {
    main {
      overflow: hidden; } }

ul ul, ul ol, ol ul, ol ol, dl ul, dl ol {
  margin-bottom: 0; }

ul, ol {
  margin-left: 27px; }

ul {
  list-style: disc; }
  ul ul {
    list-style: circle; }

ol {
  list-style: decimal; }
  ol ol {
    list-style: lower-alpha; }

dt {
  font-weight: bold; }

dd + dt {
  padding-top: 14px; }

table {
  margin-top: 14px;
  width: 100%; }

th, td {
  padding: 7px 14px;
  border-bottom: 1px solid #F0F0F0;
  text-align: left;
  vertical-align: top; }

th {
  font-weight: bold; }

thead tr:last-child th {
  border-bottom: 2px solid #F0F0F0; }

[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

hr {
  clear: both;
  margin-bottom: 27px;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 14px;
  height: 1px; }

[bs-grid] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
  [bs-grid] > * {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 7px; }

@media only screen and (min-width: 750px) {
  [bs-grid~="desk-2"] [bs-grid-item] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media only screen and (min-width: 1000px) {
  [bs-grid~="wide-4"] [bs-grid-item] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; } }

@media only screen and (min-width: 600px) {
  [bs-grid-item~="padded-right"] {
    padding-right: 54px; } }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

[bs-header] {
  position: relative;
  background: #222222; }
  @media only screen and (min-width: 600px) {
    [bs-header] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  [bs-header] [bs-header-row~="brand"] {
    height: 60px; }
  [bs-header] [bs-header-row] {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    [bs-header] [bs-header-row] * {
      margin-top: auto;
      margin-bottom: auto; }
  [bs-header] [bs-list~="header"] {
    width: 100%;
    padding-left: 75px;
    font-size: 14px;
    font-size: 0.77778rem; }
    [bs-header] [bs-list~="header"], [bs-header] [bs-list~="header"] a {
      color: #fff; }
      [bs-header] [bs-list~="header"]:hover, [bs-header] [bs-list~="header"] a:hover {
        text-decoration: none; }
    [bs-header] [bs-list~="header"] a {
      display: block;
      position: relative; }
      [bs-header] [bs-list~="header"] a:hover {
        color: #81be00;
        text-shadow: 1px 1px 3px black; }

[bs-toggle] {
  font-size: 24px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 55px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
  -webkit-transition: background .2s;
          transition: background .2s;
  text-shadow: 1px 1px 2px #00262C;
  border-left: 1px solid #222222;
  border-bottom: 1px solid #222222; }
  @media only screen and (min-width: 600px) {
    [bs-toggle] {
      display: none; } }
  [bs-toggle] svg {
    position: absolute;
    top: 14px;
    left: 12px;
    height: 30px;
    width: 30px;
    pointer-events: none; }
    [bs-toggle] svg[bs-state=alt] {
      opacity: 0; }
  [bs-toggle]:hover {
    background: #444444; }
  [bs-toggle].active svg {
    opacity: 0; }
    [bs-toggle].active svg[bs-state=alt] {
      opacity: 1 !important; }

[bs-link~="version"] {
  color: #777777;
  margin-left: 7px;
  font-size: 20px;
  font-size: 1.11111rem;
  position: relative;
  top: 4px; }
  [bs-link~="version"]:hover, [bs-link~="version"]:focus {
    color: #F54747; }

[bs-sidebar] {
  position: relative;
  background: #444444; }
  @media only screen and (min-width: 600px) {
    [bs-sidebar] {
      width: 240px; }
      [bs-sidebar]:after {
        content: " ";
        width: 10px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
        background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 100%); } }

[bs-section-nav] {
  background: #444444;
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(-200%) translateY(20px) scale(1.2);
      -ms-transform: translateX(-200%) translateY(20px) scale(1.2);
          transform: translateX(-200%) translateY(20px) scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(.3, 0, 0, 1.3);
          transition-timing-function: cubic-bezier(.3, 0, 0, 1.3);
  -webkit-transition: all .3s;
          transition: all .3s;
  opacity: 0;
  z-index: 5; }
  [bs-section-nav] ul {
    margin-bottom: 0; }
  [bs-section-nav] [bs-button] {
    text-transform: none;
    color: #ababab;
    width: 100%;
    border-radius: 0;
    text-align: left;
    border: 0;
    position: relative;
    background: transparent;
    display: block;
    height: auto;
    padding: 11px 0 11px 55px;
    border-bottom: 1px solid #363636;
    font-size: 16px;
    font-size: 0.88889rem;
    margin-bottom: 0;
    box-shadow: 0 0 0 0; }
    [bs-section-nav] [bs-button] [bs-svg-icon] {
      top: 14px;
      width: 20px;
      height: 20px;
      -webkit-filter: drop-shadow(1px 1px 1px #00262C);
      filter: drop-shadow(1px 1px 1px #00262C); }
    [bs-section-nav] [bs-button].active {
      background: #363636;
      z-index: 5;
      color: #fff; }
      [bs-section-nav] [bs-button].active [bs-svg-icon] {
        color: #F54747; }
    [bs-section-nav] [bs-button]:hover {
      color: #fff;
      background: #363636; }
    [bs-section-nav] [bs-button]:active {
      color: #fff;
      box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
      background: #292929; }
  @media only screen and (min-width: 600px) {
    [bs-section-nav] {
      position: relative;
      -webkit-transform: translateX(0) translateY(0) scale(1);
          -ms-transform: translateX(0) translateY(0) scale(1);
              transform: translateX(0) translateY(0) scale(1); }
      [bs-section-nav].ready {
        opacity: 1; } }
  [bs-section-nav].active {
    -webkit-transform: translateX(0) translateY(0) scale(1);
        -ms-transform: translateX(0) translateY(0) scale(1);
            transform: translateX(0) translateY(0) scale(1);
    opacity: 1; }

@media only screen and (min-width: 600px) {
  [bs-container] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

[bs-content] {
  overflow-x: hidden;
  height: auto;
  position: relative;
  background: #fff;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    [bs-content] {
      height: 100vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 59px;
      margin-top: 1px;
      width: auto;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

svg {
  width: 100%;
  height: 100%;
  opacity: 1;
  fill: currentColor !important;
  -webkit-transition: .3s;
          transition: .3s; }
  svg.icon-hidden {
    opacity: 0; }

.icon {
  display: inline-block; }

.icon-trash {
  width: 100%;
  max-width: 26px;
  height: 26px; }

.icon-word {
  width: 100%;
  max-width: 150px;
  height: 100%;
  margin-left: 15px;
  color: #fff; }
  .icon-word svg {
    position: relative;
    top: -1px; }

.icon-logo {
  color: #fff;
  -webkit-transition: all .1s;
          transition: all .1s;
  width: 55px;
  height: 37px;
  text-align: center; }
  .icon-logo:hover {
    color: #fff;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

[bs-svg-icon] {
  display: inline-block;
  width: 27px;
  height: 27px;
  line-height: inherit;
  position: relative;
  top: 7px; }
  [bs-svg-icon] use {
    width: 27px;
    height: 27px; }

h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, address, ul, ol, dl, table, fieldset, figure, figcaption, details, pre {
  margin-bottom: 14px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #444444;
  font-weight: 400;
  line-height: 1;
  font-family: "source_sans", "Lucida Grande", "Lucida Sans", sans-serif;
  margin-bottom: 27px;
  -webkit-font-smoothing: antialiased; }
  h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    font-size: inherit;
    font-weight: normal; }

h1, .h1 {
  font-size: 36px;
  font-size: 2rem; }

h2, .h2 {
  padding-top: 14px;
  font-size: 30px;
  font-size: 1.66667rem; }

h3, .h3 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold; }

h4, .h4 {
  font-size: 16px;
  font-size: 0.88889rem; }

h5, .h5 {
  font-size: 16px;
  font-size: 0.88889rem; }

h6, .h6 {
  font-size: 16px;
  font-size: 0.88889rem; }

[bs-heading] {
  background: #444444;
  font-size: 24px;
  font-size: 1.33333rem;
  padding-left: 55px;
  position: relative;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  color: #FBFBFB;
  background: #3f3f3f;
  border-top: 1px solid #3f3f3f; }
  @media only screen and (min-width: 600px) {
    [bs-heading] {
      font-size: 38px;
      font-size: 2.11111rem;
      color: #444444;
      background: #FBFBFB;
      padding-left: 80px;
      border-top: 0; }
      [bs-heading]:before {
        display: none; } }
  [bs-heading] [bs-svg-icon] {
    position: absolute;
    left: 14px;
    top: 11px; }
    @media only screen and (min-width: 600px) {
      [bs-heading] [bs-svg-icon] {
        height: 38px;
        width: 38px;
        top: 6px; } }

.lede {
  font-size: 24px;
  font-size: 1.33333rem; }

.small {
  font-size: 14px;
  font-size: 0.77778rem; }

a {
  color: #F54747;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
          transition: background 0.3s ease, color 0.3s ease; }
  a:hover, a:active, a:focus {
    color: #000; }
  a [class^="icon-"], a [class*=" icon-"] {
    text-decoration: none; }

[bs-icon] {
  -webkit-transition: background 0.3s ease, color 0.3s ease;
          transition: background 0.3s ease, color 0.3s ease; }

.flush--bottom {
  margin-bottom: 0 !important; }

.text--cap {
  text-transform: capitalize; }

.color--lime {
  color: #81be00; }

.hidden {
  display: none; }
  .hidden.active {
    display: block; }

[bs-stack] {
  margin-bottom: 14px; }

span.sep {
  margin-left: 5px;
  margin-right: 5px; }

@media only screen and (min-width: 600px) {
  .width-100 {
    width: 100% !important; }
  .width-90 {
    width: 90% !important; }
  .width-80 {
    width: 80% !important; }
  .width-70 {
    width: 70% !important; }
  .width-60 {
    width: 60% !important; }
  .width-50 {
    width: 50% !important; }
  .width-40 {
    width: 40% !important; }
  .width-30 {
    width: 30% !important; }
  .width-20 {
    width: 20% !important; } }

@media only screen and (min-width: 600px) {
  [bs-width~="100"] {
    width: 100% !important; }
  [bs-width~="90"] {
    width: 90% !important; }
  [bs-width~="80"] {
    width: 80% !important; }
  [bs-width~="70"] {
    width: 70% !important; }
  [bs-width~="60"] {
    width: 60% !important; }
  [bs-width~="50"] {
    width: 50% !important; }
  [bs-width~="40"] {
    width: 40% !important; }
  [bs-width~="30"] {
    width: 30% !important; }
  [bs-width~="25"] {
    width: 25% !important; }
  [bs-width~="20"] {
    width: 20% !important; }
  [bs-width~="10"] {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 10% !important;
        -ms-flex: 0 0 10% !important;
            flex: 0 0 10% !important; }
  [bs-width~="5"] {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 5% !important;
        -ms-flex: 0 0 5% !important;
            flex: 0 0 5% !important; } }

[bs-text~="lede"] {
  font-size: 18px;
  font-size: 1rem; }

[bs-text~="mono"] {
  font-weight: normal;
  font-size: 16px;
  font-size: 0.88889rem;
  font-family: monospace;
  color: #000; }

[bs-text~="micro"] {
  font-size: 12px;
  font-size: 0.66667rem;
  text-transform: uppercase;
  color: #d6d6d6;
  width: 60px;
  display: inline-block;
  text-align: right;
  margin-right: 5px; }

[bs-color~="white"] {
  color: #fff; }

[bs-color~="success"] {
  color: #81be00; }

@media only screen and (min-width: 750px) {
  [bs-visible~="not-desk"] {
    display: none; } }

[bs-visible~="not-palm"] {
  display: none !important; }
  @media only screen and (min-width: 600px) {
    [bs-visible~="not-palm"] {
      display: inherit !important; } }

@media only screen and (min-width: 600px) {
  [bs-visible~="palm"] {
    display: none; } }

[bs-sep] {
  color: #d6d6d6;
  margin-left: 3px;
  margin-right: 3px; }

[bs-button] {
  font-size: 16px;
  font-size: 0.88889rem;
  display: inline-block;
  border: 1px solid #e30c0c;
  padding: 7px 21px;
  width: auto;
  vertical-align: middle;
  background: #F54747;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: color .2s, background .2s;
          transition: color .2s, background .2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  height: 40px;
  -webkit-tap-highlight-color: transparent; }
  [bs-button]:hover {
    text-decoration: none;
    color: #fff;
    background: #f21717; }
  [bs-button]:focus {
    text-decoration: none;
    color: #fff; }
  [bs-button]:active {
    color: #fff;
    box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.1) inset;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4); }
  [bs-button].success {
    color: #81be00 !important; }
    [bs-button].success [bs-state~="success"] {
      opacity: 1; }
    [bs-button].success [bs-state~="default"] {
      opacity: 0; }
  [bs-button][disabled] {
    border-color: #d86464;
    background: #d86464;
    color: #F2AAAA; }
  [bs-button] [bs-svg-icon] {
    position: absolute;
    top: 11px;
    left: 14px;
    width: 16px;
    height: 16px; }

[bs-button~="subtle"] {
  background: #fff;
  color: #F54747;
  border-color: #e3e3e3; }
  [bs-button~="subtle"]:hover, [bs-button~="subtle"]:focus {
    color: #F54747;
    background: #F0F0F0; }
  [bs-button~="subtle"]:focus {
    background: #fff; }
  [bs-button~="subtle"]:active {
    color: #F54747;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #f7f7f7; }
  [bs-button~="subtle"][disabled] {
    border-color: #e3e3e3;
    background: #F0F0F0;
    color: #F2AAAA; }

[bs-button~="subtle-alt"] {
  background: #fff;
  color: #8a8a8a;
  border-color: #e3e3e3; }
  [bs-button~="subtle-alt"]:hover, [bs-button~="subtle-alt"]:focus {
    color: #8a8a8a;
    background: #F0F0F0; }
  [bs-button~="subtle-alt"]:focus {
    background: #fff; }
  [bs-button~="subtle-alt"]:active {
    color: #8a8a8a;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #f7f7f7; }
  [bs-button~="subtle-alt"][disabled] {
    border-color: #e3e3e3;
    background: #F0F0F0;
    color: #bdbdbd; }

[bs-button~="size-small"] {
  font-size: 14px;
  font-size: 0.77778rem;
  padding: 5px 14px;
  padding-top: 7px;
  height: 34px; }
  [bs-button~="size-small"] [bs-svg-icon] {
    top: 9px;
    width: 14px;
    height: 14px; }

[bs-button~="icon"] {
  padding-left: 14px;
  padding-right: 14px; }
  [bs-button~="icon"] [bs-svg-icon] {
    position: relative;
    top: 2px;
    left: auto; }

[bs-button~="icon-left"] {
  position: relative;
  padding-left: 41px; }
  [bs-button~="icon-left"] [bs-svg-icon] {
    left: 14px; }

[bs-button~="icon-right"] {
  position: relative;
  padding-right: 41px; }
  [bs-button~="icon-right"] [bs-svg-icon] {
    left: auto;
    right: 14px; }

[bs-button-group] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 14px; }
  [bs-button-group] [bs-button] {
    border-radius: 0;
    margin-bottom: 0; }
    [bs-button-group] [bs-button]:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    [bs-button-group] [bs-button]:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }

[bs-button~="inline"] {
  position: relative;
  background: transparent;
  color: #000;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  box-shadow: 0 0 0 0;
  font-size: 14px;
  font-size: 0.77778rem;
  margin-bottom: 0;
  padding-top: 10px; }
  [bs-button~="inline"] [bs-checkbox] {
    margin-right: 8px; }
  [bs-button~="inline"]:focus {
    background: transparent;
    color: #000; }
  [bs-button~="inline"]:hover {
    background: #F0F0F0;
    color: #000; }
  [bs-button~="inline"]:active {
    background: #d6d6d6;
    box-shadow: 0 0 0 0; }

[bs-button~="success"] [bs-svg-icon] {
  color: #81be00; }

[bs-button-row] {
  background: #FBFBFB;
  border-bottom: 1px solid #d6d6d6; }
  @media only screen and (min-width: 600px) {
    [bs-button-row] {
      padding-left: 27px; } }

@media only screen and (min-width: 600px) {
  [bs-action~="menu-toggle"] {
    display: none; } }

@media only screen and (min-width: 600px) {
  [bs-action~="menu-close"] {
    display: none; } }

/*
 * Basic Inputs
 */
button, input, select {
  outline: none;
  vertical-align: middle;
  border-radius: 3px;
  outline: 0;
  height: 40px;
  padding-left: 7px;
  padding-right: 14px;
  max-width: 100%;
  font-family: "source_sans", "Lucida Grande", "Lucida Sans", sans-serif;
  color: #000; }

[bs-code-input] {
  width: 100%;
  border: 0;
  border: 1px dashed #F0F0F0;
  font-family: monospace;
  padding: 14px; }
  [bs-code-input]:focus {
    color: #4A90E2; }

[bs-heading-bar] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px; }
  [bs-heading-bar] [bs-input-label] {
    line-height: 36px; }
  [bs-heading-bar] [bs-button-group] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: auto;
    margin-top: auto; }
    [bs-heading-bar] [bs-button-group] [bs-button] {
      padding: 3px 5px;
      height: 24px;
      font-size: 10px; }
      @media only screen and (min-width: 600px) {
        [bs-heading-bar] [bs-button-group] [bs-button] {
          padding: 7px 14px;
          height: 34px;
          font-size: 14px; } }

[bs-textarea-input] {
  position: relative;
  margin-bottom: 14px; }
  [bs-textarea-input] [bs-tag] {
    left: -64px;
    color: #D08989; }

[bs-error~="offset"] {
  position: absolute;
  top: 0;
  left: 0; }

[bs-input-label] {
  font-size: 14px;
  font-size: 0.77778rem;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #ababab;
  letter-spacing: .5px; }
  @media only screen and (min-width: 600px) {
    [bs-input-label] {
      font-size: 14px;
      font-size: 0.77778rem; } }

[bs-label-heading] {
  color: #000;
  font-weight: bold; }

[bs-input] {
  padding: 0;
  border-radius: 3px;
  height: 100%; }
  [bs-input] > * {
    margin-top: auto;
    margin-bottom: auto; }
  [bs-input] input {
    border: 0;
    border-radius: 0;
    padding: 0;
    outline: 0;
    font-size: 16px;
    font-size: 0.88889rem;
    border-bottom: 1px dashed #F0F0F0; }
    [bs-input] input:focus {
      color: #4A90E2; }
  [bs-input] input[type=text] {
    width: 100%; }
  [bs-input] input[type=radio]:checked + label {
    color: #4A90E2 !important; }

[bs-input~="text"] {
  height: auto; }
  [bs-input~="text"] input {
    font-family: monospace; }

[bs-input~="inline"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  [bs-input~="inline"] input:focus + label {
    text-decoration: underline; }
  [bs-input~="inline"] > * {
    margin-top: auto;
    margin-bottom: auto; }
    [bs-input~="inline"] > *:first-child {
      margin-right: 14px; }

.loader, .loader:before, .loader:after {
  background: #333333;
  -webkit-animation: load1 .5s infinite ease-in-out;
  animation: load1 .5s infinite ease-in-out;
  width: 1em;
  height: 2em; }

.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em; }

.loader {
  opacity: 1;
  -webkit-transition: all 1s;
          transition: all 1s;
  text-indent: -9999em;
  margin: 8em auto;
  position: absolute;
  font-size: 11px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  z-index: 1;
  left: 50%; }
  .loader.behind {
    z-index: 0; }
  .loader.ready {
    opacity: 0;
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%); }

.loader:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0 #333333;
    height: 4em; }

  40% {
    box-shadow: 0 -2em #333333;
    height: 5em; } }

@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0 #333333;
    height: 4em; }

  40% {
    box-shadow: 0 -2em #333333;
    height: 5em; } }

[bs-panel] {
  position: relative;
  background: #fff;
  padding: 27px 0 14px;
  border-bottom: 1px solid #F0F0F0; }
  [bs-panel] [bs-text~="lede"] {
    font-size: 20px;
    font-size: 1.11111rem;
    position: relative;
    margin-bottom: 0;
    color: #000; }
    @media only screen and (min-width: 600px) {
      [bs-panel] [bs-text~="lede"] {
        font-size: 24px;
        font-size: 1.33333rem; } }
  [bs-panel] [bs-text~="prefixed"] {
    text-transform: none; }
    [bs-panel] [bs-text~="prefixed"] span {
      text-transform: uppercase;
      color: #F0F0F0;
      font-weight: 200; }

[bs-panel~="switch"].disabled {
  background: #FBFBFB; }
  [bs-panel~="switch"].disabled, [bs-panel~="switch"].disabled [bs-text~="lede"] {
    color: #ababab; }
[bs-panel~="switch"] [bs-panel-content] {
  padding-left: 81px;
  margin-bottom: 14px; }
  @media only screen and (min-width: 600px) {
    [bs-panel~="switch"] [bs-panel-content] {
      padding-left: 108px; }
      [bs-panel~="switch"] [bs-panel-content] [bs-panel-icon] {
        top: 33px; } }
[bs-panel~="switch"] [bs-panel-content~="basic"] {
  padding-left: 14px;
  padding-right: 14px;
  max-width: none; }
[bs-panel~="switch"] [bs-panel-content~="tight"] {
  padding-left: 0;
  padding-right: 0;
  max-width: none; }

[bs-panel~="last"] {
  border-bottom: 2px solid #F0F0F0;
  position: relative; }
  [bs-panel~="last"]:after {
    content: " ";
    width: 100%;
    height: 1px;
    display: block;
    background: #F0F0F0;
    position: absolute;
    bottom: -4px;
    z-index: 2; }

[bs-panel~="controls"] {
  padding: 0;
  background: #FBFBFB;
  border-bottom: 1px solid #F0F0F0; }
  @media only screen and (min-width: 600px) {
    [bs-panel~="controls"] {
      padding: 27px;
      padding-bottom: 14px; } }
  @media only screen and (min-width: 600px) {
    [bs-panel~="controls"] [bs-heading] {
      margin-bottom: 14px; } }

[bs-panel~="no-border"] {
  border-bottom: 0; }

[bs-panel~="outline"] {
  border-bottom: 1px solid #F0F0F0; }

[bs-panel-icon] {
  position: absolute;
  left: 14px;
  top: 30px; }
  [bs-panel-icon] [bs-svg-icon] {
    color: #444444;
    height: 24px;
    width: 24px;
    top: 0; }

[bs-panel-content] {
  padding-left: 54px;
  padding-right: 14px; }
  @media only screen and (min-width: 600px) {
    [bs-panel-content] {
      padding-left: 108px; }
      [bs-panel-content] [bs-panel-icon] {
        left: 44px;
        top: 27px; }
        [bs-panel-content] [bs-panel-icon] [bs-svg-icon] {
          height: 30px;
          width: 30px; }
          [bs-panel-content] [bs-panel-icon] [bs-svg-icon] use {
            height: 30px;
            width: 30px; } }
  [bs-panel~="trans"] [bs-panel-content] {
    padding-left: 68px; }

[bs-panel-content~="basic"] {
  padding-left: 27px;
  padding-right: 27px;
  max-width: 50em; }
  @media only screen and (min-width: 600px) {
    [bs-panel-content~="basic"] {
      padding-left: 40.5px;
      padding-right: 40.5px; } }

@media only screen and (min-width: 1000px) {
  [bs-skinny] {
    padding: 54px 95px; } }

[bs-flush] {
  margin-bottom: 0;
  border-bottom: 0; }

[bs-list] {
  margin-left: 0;
  list-style: none;
  word-wrap: break-word; }
  [bs-list] p {
    margin-bottom: 0; }
  [bs-list] [bs-button-group] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0; }
    [bs-list] [bs-button-group] [bs-button] {
      height: auto;
      border: 0;
      box-shadow: 0 0 0 0;
      border-radius: 0; }
      [bs-list] [bs-button-group] [bs-button]:active {
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3) inset; }

[bs-list~="inline"] li {
  display: inline-block; }

[bs-list~="bordered"] > li {
  padding: 11px 14px;
  border-bottom: 1px solid #F0F0F0; }
  [bs-list~="bordered"] > li:first-child {
    border-top: 1px solid #F0F0F0; }

[bs-list~="inline-controls"] {
  word-wrap: break-word; }
  [bs-list~="inline-controls"] p {
    margin-bottom: 7px; }
  [bs-list~="inline-controls"] li {
    background: #fff;
    position: relative;
    padding-left: 14px;
    -webkit-transition: background .5s;
            transition: background .5s; }
    [bs-list~="inline-controls"] li:hover {
      background: #FBFBFB; }
      [bs-list~="inline-controls"] li:hover [bs-button~="subtle-alt"] {
        color: #000; }
      [bs-list~="inline-controls"] li:hover [bs-button] {
        background: transparent; }
        [bs-list~="inline-controls"] li:hover [bs-button]:hover {
          color: #F54747; }
    @media only screen and (min-width: 750px) {
      [bs-list~="inline-controls"] li {
        padding: 0;
        padding-left: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        [bs-list~="inline-controls"] li p {
          margin-bottom: 0;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          padding-top: 11px;
          padding-bottom: 11px; } }
  [bs-list~="inline-controls"] [bs-button-group] {
    margin-bottom: 0; }
    [bs-list~="inline-controls"] [bs-button-group] [bs-button~="icon-left"] {
      line-height: 35px; }
      [bs-list~="inline-controls"] [bs-button-group] [bs-button~="icon-left"] [bs-svg-icon] {
        top: 12px; }
    [bs-list~="inline-controls"] [bs-button-group] [bs-svg-icon] {
      top: 4px;
      width: 22px;
      height: 22px; }

[bs-tag] {
  position: absolute;
  right: calc(100% + 10px);
  text-transform: uppercase;
  font-size: 10px;
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 3px;
  top: 6px;
  text-align: center; }
  [bs-tag] span {
    color: #bebebe;
    display: block; }

[bs-tag~="offset"] {
  top: 44px; }
  @media only screen and (min-width: 600px) {
    [bs-tag~="offset"] {
      top: 6px;
      right: auto;
      left: -86px; } }

[bs-list~="padded-left"] li {
  padding-left: 14px; }

[bs-list~="basic"] {
  list-style: circle;
  margin-left: 27px; }

[bs-offset~="basic"] > li {
  padding-left: 27px; }
  @media only screen and (min-width: 600px) {
    [bs-offset~="basic"] > li {
      padding-left: 40.5px; } }

[bs-controls] {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

[bs-flex~="top"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #2c2c2c;
  border-bottom: 1px solid #424242; }
  @media only screen and (min-width: 600px) {
    [bs-flex~="top"] {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 59px; } }

[bs-control] {
  font-size: 12px;
  font-size: 0.66667rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  position: relative;
  color: #ababab;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 6px; }
  @media only screen and (min-width: 600px) {
    [bs-control] {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      height: 100%;
      padding-top: 10px;
      padding-left: 14px;
      padding-right: 14px; } }
  [bs-control]:first-child {
    border-left-width: 0; }
    @media only screen and (min-width: 600px) {
      [bs-control]:first-child {
        border-left-width: 1px; } }
  [bs-control] [bs-svg-icon] {
    -webkit-transition: all .3s;
            transition: all .3s;
    width: 14px;
    height: 14px;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; }
    @media only screen and (min-width: 600px) {
      [bs-control] [bs-svg-icon] {
        width: 19px;
        height: 19px; } }
  [bs-control]:focus {
    text-decoration: none;
    color: #ababab; }
  [bs-control]:hover {
    background: #444444;
    text-decoration: none;
    color: #fff; }
    [bs-control]:hover [bs-svg-icon] {
      -webkit-transform: rotate(360deg) scale(1.1);
          -ms-transform: rotate(360deg) scale(1.1);
              transform: rotate(360deg) scale(1.1);
      color: #fff; }

[bs-state~="success"] {
  opacity: 0;
  color: #81be00; }

[bs-state~="waiting"] {
  opacity: 0;
  color: #4A90E2; }

[bs-state-icons] {
  position: relative; }
  [bs-state-icons] [bs-svg-icon] {
    position: absolute; }

[bs-anim~="spin"] {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }

[bs-state-wrapper] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  [bs-state-wrapper] [bs-state~="inline"] {
    top: 3px;
    left: 14px;
    width: 17px;
    height: 27px; }
  [bs-state-wrapper].waiting [bs-state~="waiting"] {
    opacity: 1; }
  [bs-state-wrapper].success [bs-state~="success"] {
    opacity: 1; }

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #AAAAAA; }

input.cmn-toggle-round + label {
  padding: 4px;
  width: 44px;
  height: 22px;
  border-radius: 3px; }

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 2px;
  bottom: 1px;
  content: ""; }

input.cmn-toggle-round + label:before {
  right: 2px;
  background-color: #AAAAAA;
  border-radius: 3px;
  -webkit-transition: background 0.2s;
          transition: background 0.2s; }

input.cmn-toggle-round + label:after {
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: margin 0.2s;
          transition: margin 0.2s; }

input.cmn-toggle-round:checked + label:before {
  background-color: #81be00; }

input.cmn-toggle-round + label:after {
  margin-left: 1px; }

input.cmn-toggle-round:checked + label:after {
  margin-left: 23px; }

input.cmn-toggle-round:checked + label {
  background-color: #81be00; }

[bs-footer] {
  color: #000;
  text-align: center;
  margin-bottom: 27px;
  padding-top: 27px;
  font-size: 14px;
  font-size: 0.77778rem; }
  @media only screen and (min-width: 600px) {
    [bs-footer] {
      padding-top: 27px;
      position: fixed;
      bottom: 0;
      width: 240px;
      color: #ababab; } }
  [bs-footer] p {
    margin-bottom: 0; }
  [bs-footer] a {
    color: #000; }
    @media only screen and (min-width: 600px) {
      [bs-footer] a {
        color: #ababab; } }
    [bs-footer] a:hover, [bs-footer] a:focus {
      text-decoration: none;
      color: #c4c4c4; }
  [bs-footer] [bs-icon] {
    padding: 0 10px; }
  [bs-footer] [bs-svg-icon] {
    width: 20px;
    height: 20px; }
    @media only screen and (min-width: 600px) {
      [bs-footer] [bs-svg-icon] {
        -webkit-filter: drop-shadow(1px 1px 2px #00262C);
        filter: drop-shadow(1px 1px 2px #00262C); } }

pre {
  margin-top: 14px;
  padding: 14px;
  border-radius: 3px;
  box-shadow: -10px 0px 10px #F0F0F0 inset;
  border: 1px solid #ebebeb; }
  pre code {
    font-size: 12px;
    font-size: 0.66667rem;
    font-size: 16px;
    font-size: 0.88889rem;
    color: currentColor;
    line-height: 1;
    background: transparent;
    border: 0; }

code {
  background: #FBFBFB;
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #F0F0F0;
  color: #2275d7;
  font-size: 14px;
  font-size: 0.77778rem; }

[bs-notify] {
  position: absolute;
  left: 0;
  width: 100%;
  background: #444444;
  color: #fff;
  text-align: center;
  padding: 27px 14px;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: all .3s;
          transition: all .3s;
  z-index: 100; }
  [bs-notify].active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  [bs-notify] p {
    margin-bottom: 0; }
  [bs-notify].error {
    background: #ED6A13; }

[bs-overlay] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 54px 14px;
  color: #fff;
  text-align: center;
  visibility: hidden;
  z-index: 2000; }
  [bs-overlay].active {
    visibility: visible; }
  [bs-overlay] * {
    color: #fff; }
  [bs-overlay] [bs-svg-icon] {
    width: 40px;
    height: 40px; }
    @media only screen and (min-width: 600px) {
      [bs-overlay] [bs-svg-icon] {
        width: 100px;
        height: 100px; } }
