/*

  Note: DO NOT INLINE IN DEV.

  There's some sort of caching bug where if values change but are the
  same length (`#000` -> `#fff`) the new value is not reflected.

  Hack fix was to disable inlining in dev.

*/

/* External */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
@font-face{font-family:KaTeX_AMS;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_AMS-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_AMS-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_AMS-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_AMS-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_AMS-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Bold.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Bold.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Bold.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Bold.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Bold.ttf") %>) format('ttf');font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Caligraphic-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Bold.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Bold.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Bold.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Bold.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Bold.ttf") %>) format('ttf');font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Fraktur-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Bold.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Bold.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Bold.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Bold.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Bold.ttf") %>) format('ttf');font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Italic.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Italic.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Italic.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Italic.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Italic.ttf") %>) format('ttf');font-weight:400;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Main-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Math;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Math-Italic.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Math-Italic.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Math-Italic.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Math-Italic.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Math-Italic.ttf") %>) format('ttf');font-weight:400;font-style:italic}@font-face{font-family:KaTeX_SansSerif;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_SansSerif-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_SansSerif-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_SansSerif-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_SansSerif-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_SansSerif-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Script;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Script-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Script-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Script-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Script-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Script-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size1;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size1-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size1-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size1-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size1-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size1-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size2;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size2-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size2-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size2-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size2-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size2-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size3;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size3-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size3-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size3-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size3-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size3-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size4;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size4-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size4-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size4-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size4-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Size4-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Typewriter;src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Typewriter-Regular.eot") %>);src:url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Typewriter-Regular.eot") %>)#iefix format('embedded-opentype'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Typewriter-Regular.woff2") %>) format('woff2'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Typewriter-Regular.woff") %>) format('woff'),url(<%= asset_path("KaTeX/dist/fonts/KaTeX_Typewriter-Regular.ttf") %>) format('ttf');font-weight:400;font-style:normal}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:inline-block;text-align: left;text-align:initial}.katex{font:400 1.21em KaTeX_Main;line-height:1.2;white-space:nowrap;text-indent:0}.katex .katex-html{display:inline-block}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .base,.katex .strut{display:inline-block}.katex .mathit{font-family:KaTeX_Math;font-style:italic}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .amsrm,.katex .mathbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr{font-family:KaTeX_Script}.katex .mathsf{font-family:KaTeX_SansSerif}.katex .mainit{font-family:KaTeX_Main;font-style:italic}.katex .textstyle>.mord+.mop{margin-left:.16667em}.katex .textstyle>.mord+.mbin{margin-left:.22222em}.katex .textstyle>.mord+.mrel{margin-left:.27778em}.katex .textstyle>.mop+.mop,.katex .textstyle>.mop+.mord,.katex .textstyle>.mord+.minner{margin-left:.16667em}.katex .textstyle>.mop+.mrel{margin-left:.27778em}.katex .textstyle>.mop+.minner{margin-left:.16667em}.katex .textstyle>.mbin+.minner,.katex .textstyle>.mbin+.mop,.katex .textstyle>.mbin+.mopen,.katex .textstyle>.mbin+.mord{margin-left:.22222em}.katex .textstyle>.mrel+.minner,.katex .textstyle>.mrel+.mop,.katex .textstyle>.mrel+.mopen,.katex .textstyle>.mrel+.mord{margin-left:.27778em}.katex .textstyle>.mclose+.mop{margin-left:.16667em}.katex .textstyle>.mclose+.mbin{margin-left:.22222em}.katex .textstyle>.mclose+.mrel{margin-left:.27778em}.katex .textstyle>.mclose+.minner,.katex .textstyle>.minner+.mop,.katex .textstyle>.minner+.mord,.katex .textstyle>.mpunct+.mclose,.katex .textstyle>.mpunct+.minner,.katex .textstyle>.mpunct+.mop,.katex .textstyle>.mpunct+.mopen,.katex .textstyle>.mpunct+.mord,.katex .textstyle>.mpunct+.mpunct,.katex .textstyle>.mpunct+.mrel{margin-left:.16667em}.katex .textstyle>.minner+.mbin{margin-left:.22222em}.katex .textstyle>.minner+.mrel{margin-left:.27778em}.katex .mclose+.mop,.katex .minner+.mop,.katex .mop+.mop,.katex .mop+.mord,.katex .mord+.mop,.katex .textstyle>.minner+.minner,.katex .textstyle>.minner+.mopen,.katex .textstyle>.minner+.mpunct{margin-left:.16667em}.katex .reset-textstyle.textstyle{font-size:1em}.katex .reset-textstyle.scriptstyle{font-size:.7em}.katex .reset-textstyle.scriptscriptstyle{font-size:.5em}.katex .reset-scriptstyle.textstyle{font-size:1.42857em}.katex .reset-scriptstyle.scriptstyle{font-size:1em}.katex .reset-scriptstyle.scriptscriptstyle{font-size:.71429em}.katex .reset-scriptscriptstyle.textstyle{font-size:2em}.katex .reset-scriptscriptstyle.scriptstyle{font-size:1.4em}.katex .reset-scriptscriptstyle.scriptscriptstyle{font-size:1em}.katex .style-wrap{position:relative}.katex .vlist{display:inline-block}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist .baseline-fix{display:inline-table;table-layout:fixed}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{width:100%}.katex .mfrac .frac-line:before{border-bottom-style:solid;border-bottom-width:1px;content:"";display:block}.katex .mfrac .frac-line:after{border-bottom-style:solid;border-bottom-width:.04em;content:"";display:block;margin-top:-1px}.katex .mspace{display:inline-block}.katex .mspace.negativethinspace{margin-left:-.16667em}.katex .mspace.thinspace{width:.16667em}.katex .mspace.mediumspace{width:.22222em}.katex .mspace.thickspace{width:.27778em}.katex .mspace.enspace{width:.5em}.katex .mspace.quad{width:1em}.katex .mspace.qquad{width:2em}.katex .llap,.katex .rlap{width:0;position:relative}.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .rlap>.inner{left:0}.katex .katex-logo .a{font-size:.75em;margin-left:-.32em;position:relative;top:-.2em}.katex .katex-logo .t{margin-left:-.23em}.katex .katex-logo .e{margin-left:-.1667em;position:relative;top:.2155em}.katex .katex-logo .x{margin-left:-.125em}.katex .rule{display:inline-block;border:0 solid;position:relative}.katex .overline .overline-line,.katex .underline .underline-line{width:100%}.katex .overline .overline-line:before,.katex .underline .underline-line:before{border-bottom-style:solid;border-bottom-width:1px;content:"";display:block}.katex .overline .overline-line:after,.katex .underline .underline-line:after{border-bottom-style:solid;border-bottom-width:.04em;content:"";display:block;margin-top:-1px}.katex .sqrt>.sqrt-sign{position:relative}.katex .sqrt .sqrt-line{width:100%}.katex .sqrt .sqrt-line:before{border-bottom-style:solid;border-bottom-width:1px;content:"";display:block}.katex .sqrt .sqrt-line:after{border-bottom-style:solid;border-bottom-width:.04em;content:"";display:block;margin-top:-1px}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer,.katex .sizing{display:inline-block}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:2em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:3.46em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:4.14em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.98em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.47142857em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.95714286em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.55714286em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.875em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.125em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.25em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.5em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.8em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.1625em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.5875em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:3.1125em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.77777778em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.88888889em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.6em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.92222222em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.3em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.76666667em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.7em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.8em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.9em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.2em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.44em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.73em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:2.07em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.49em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.58333333em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.66666667em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.75em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.83333333em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44166667em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.725em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.075em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.48611111em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.55555556em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.625em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.69444444em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.20138889em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.4375em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72916667em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.28901734em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.40462428em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.46242775em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.52023121em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.57803468em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69364162em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83236994em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.19653179em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.43930636em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.24154589em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.33816425em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.38647343em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.43478261em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.48309179em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.57971014em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69565217em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83574879em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20289855em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.20080321em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2811245em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.32128514em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.36144578em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.40160643em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48192771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57831325em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69477912em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8313253em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist>span,.katex .op-limits>.vlist>span{text-align:center}.katex .accent .accent-body>span{width:0}.katex .accent .accent-body.accent-vec>span{position:relative;left:.326em}.katex .mtable .vertical-separator{display:inline-block;margin:0 -.025em;border-right:.05em solid #000}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist{text-align:center}.katex .mtable .col-align-l>.vlist{text-align:left}.katex .mtable .col-align-r>.vlist{text-align:right}


/* Bootstrap, namespaced */
body.use-bootstrap .Shared-Content {
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-viewport {
  width: device-width;
}

}
/*


###################################
###################################
###################################
###################################
###################################
###################################





THIS IS A CUSTOMIZED VERSION OF BOOTSTRAP. DO NOT REPLACE DROP IN REPLACEMENT WITHOUT:


-- 1. Removing normalize.css

We already include normalize.css elsewhere.

-- 2. Removing `html` and `body` stuff

* Remove the html {} rule






###################################
###################################
###################################
###################################
###################################
###################################


*/
body.use-bootstrap .Shared-Content *:before,
body.use-bootstrap .Shared-Content *:after {
  box-sizing: border-box;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body.use-bootstrap .Shared-Content body.use-bootstrap {
  font-family: "Harmonia Sans W01", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=bf847fcef0d6fc9bdb6ee2845189f010)
 * Config saved to config.json and https://gist.github.com/bf847fcef0d6fc9bdb6ee2845189f010
 */
body.use-bootstrap .Shared-Content input,
body.use-bootstrap .Shared-Content button,
body.use-bootstrap .Shared-Content select,
body.use-bootstrap .Shared-Content textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body.use-bootstrap .Shared-Content a {
  color: #337ab7;
  text-decoration: none;
}
body.use-bootstrap .Shared-Content a:hover,
body.use-bootstrap .Shared-Content a:focus {
  color: #23527c;
  text-decoration: underline;
}
body.use-bootstrap .Shared-Content a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.use-bootstrap .Shared-Content figure {
  margin: 0;
}
body.use-bootstrap .Shared-Content img {
  vertical-align: middle;
}
body.use-bootstrap .Shared-Content .img-responsive,
body.use-bootstrap .Shared-Content .thumbnail > img,
body.use-bootstrap .Shared-Content .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.use-bootstrap .Shared-Content .img-rounded {
  border-radius: 6px;
}
body.use-bootstrap .Shared-Content .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
body.use-bootstrap .Shared-Content .img-circle {
  border-radius: 50%;
}
body.use-bootstrap .Shared-Content hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
body.use-bootstrap .Shared-Content .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body.use-bootstrap .Shared-Content .sr-only-focusable:active,
body.use-bootstrap .Shared-Content .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body.use-bootstrap .Shared-Content [role="button"] {
  cursor: pointer;
}
body.use-bootstrap .Shared-Content h1,
body.use-bootstrap .Shared-Content h2,
body.use-bootstrap .Shared-Content h3,
body.use-bootstrap .Shared-Content h4,
body.use-bootstrap .Shared-Content h5,
body.use-bootstrap .Shared-Content h6,
body.use-bootstrap .Shared-Content .h1,
body.use-bootstrap .Shared-Content .h2,
body.use-bootstrap .Shared-Content .h3,
body.use-bootstrap .Shared-Content .h4,
body.use-bootstrap .Shared-Content .h5,
body.use-bootstrap .Shared-Content .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
body.use-bootstrap .Shared-Content h1 small,
body.use-bootstrap .Shared-Content h2 small,
body.use-bootstrap .Shared-Content h3 small,
body.use-bootstrap .Shared-Content h4 small,
body.use-bootstrap .Shared-Content h5 small,
body.use-bootstrap .Shared-Content h6 small,
body.use-bootstrap .Shared-Content .h1 small,
body.use-bootstrap .Shared-Content .h2 small,
body.use-bootstrap .Shared-Content .h3 small,
body.use-bootstrap .Shared-Content .h4 small,
body.use-bootstrap .Shared-Content .h5 small,
body.use-bootstrap .Shared-Content .h6 small,
body.use-bootstrap .Shared-Content h1 .small,
body.use-bootstrap .Shared-Content h2 .small,
body.use-bootstrap .Shared-Content h3 .small,
body.use-bootstrap .Shared-Content h4 .small,
body.use-bootstrap .Shared-Content h5 .small,
body.use-bootstrap .Shared-Content h6 .small,
body.use-bootstrap .Shared-Content .h1 .small,
body.use-bootstrap .Shared-Content .h2 .small,
body.use-bootstrap .Shared-Content .h3 .small,
body.use-bootstrap .Shared-Content .h4 .small,
body.use-bootstrap .Shared-Content .h5 .small,
body.use-bootstrap .Shared-Content .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
body.use-bootstrap .Shared-Content h1,
body.use-bootstrap .Shared-Content .h1,
body.use-bootstrap .Shared-Content h2,
body.use-bootstrap .Shared-Content .h2,
body.use-bootstrap .Shared-Content h3,
body.use-bootstrap .Shared-Content .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
body.use-bootstrap .Shared-Content h1 small,
body.use-bootstrap .Shared-Content .h1 small,
body.use-bootstrap .Shared-Content h2 small,
body.use-bootstrap .Shared-Content .h2 small,
body.use-bootstrap .Shared-Content h3 small,
body.use-bootstrap .Shared-Content .h3 small,
body.use-bootstrap .Shared-Content h1 .small,
body.use-bootstrap .Shared-Content .h1 .small,
body.use-bootstrap .Shared-Content h2 .small,
body.use-bootstrap .Shared-Content .h2 .small,
body.use-bootstrap .Shared-Content h3 .small,
body.use-bootstrap .Shared-Content .h3 .small {
  font-size: 65%;
}
body.use-bootstrap .Shared-Content h4,
body.use-bootstrap .Shared-Content .h4,
body.use-bootstrap .Shared-Content h5,
body.use-bootstrap .Shared-Content .h5,
body.use-bootstrap .Shared-Content h6,
body.use-bootstrap .Shared-Content .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.use-bootstrap .Shared-Content h4 small,
body.use-bootstrap .Shared-Content .h4 small,
body.use-bootstrap .Shared-Content h5 small,
body.use-bootstrap .Shared-Content .h5 small,
body.use-bootstrap .Shared-Content h6 small,
body.use-bootstrap .Shared-Content .h6 small,
body.use-bootstrap .Shared-Content h4 .small,
body.use-bootstrap .Shared-Content .h4 .small,
body.use-bootstrap .Shared-Content h5 .small,
body.use-bootstrap .Shared-Content .h5 .small,
body.use-bootstrap .Shared-Content h6 .small,
body.use-bootstrap .Shared-Content .h6 .small {
  font-size: 75%;
}
body.use-bootstrap .Shared-Content h1,
body.use-bootstrap .Shared-Content .h1 {
  font-size: 36px;
}
body.use-bootstrap .Shared-Content h2,
body.use-bootstrap .Shared-Content .h2 {
  font-size: 30px;
}
body.use-bootstrap .Shared-Content h3,
body.use-bootstrap .Shared-Content .h3 {
  font-size: 24px;
}
body.use-bootstrap .Shared-Content h4,
body.use-bootstrap .Shared-Content .h4 {
  font-size: 18px;
}
body.use-bootstrap .Shared-Content h5,
body.use-bootstrap .Shared-Content .h5 {
  font-size: 14px;
}
body.use-bootstrap .Shared-Content h6,
body.use-bootstrap .Shared-Content .h6 {
  font-size: 12px;
}
body.use-bootstrap .Shared-Content p {
  margin: 0 0 10px;
}
body.use-bootstrap .Shared-Content .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .lead {
    font-size: 21px;
  }
}
body.use-bootstrap .Shared-Content small,
body.use-bootstrap .Shared-Content .small {
  font-size: 85%;
}
body.use-bootstrap .Shared-Content mark,
body.use-bootstrap .Shared-Content .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
body.use-bootstrap .Shared-Content .text-left {
  text-align: left;
}
body.use-bootstrap .Shared-Content .text-right {
  text-align: right;
}
body.use-bootstrap .Shared-Content .text-center {
  text-align: center;
}
body.use-bootstrap .Shared-Content .text-justify {
  text-align: justify;
}
body.use-bootstrap .Shared-Content .text-nowrap {
  white-space: nowrap;
}
body.use-bootstrap .Shared-Content .text-lowercase {
  text-transform: lowercase;
}
body.use-bootstrap .Shared-Content .text-uppercase {
  text-transform: uppercase;
}
body.use-bootstrap .Shared-Content .text-capitalize {
  text-transform: capitalize;
}
body.use-bootstrap .Shared-Content .text-muted {
  color: #777777;
}
body.use-bootstrap .Shared-Content .text-primary {
  color: #337ab7;
}
body.use-bootstrap .Shared-Content a.text-primary:hover,
body.use-bootstrap .Shared-Content a.text-primary:focus {
  color: #286090;
}
body.use-bootstrap .Shared-Content .text-success {
  color: #3c763d;
}
body.use-bootstrap .Shared-Content a.text-success:hover,
body.use-bootstrap .Shared-Content a.text-success:focus {
  color: #2b542c;
}
body.use-bootstrap .Shared-Content .text-info {
  color: #31708f;
}
body.use-bootstrap .Shared-Content a.text-info:hover,
body.use-bootstrap .Shared-Content a.text-info:focus {
  color: #245269;
}
body.use-bootstrap .Shared-Content .text-warning {
  color: #8a6d3b;
}
body.use-bootstrap .Shared-Content a.text-warning:hover,
body.use-bootstrap .Shared-Content a.text-warning:focus {
  color: #66512c;
}
body.use-bootstrap .Shared-Content .text-danger {
  color: #a94442;
}
body.use-bootstrap .Shared-Content a.text-danger:hover,
body.use-bootstrap .Shared-Content a.text-danger:focus {
  color: #843534;
}
body.use-bootstrap .Shared-Content .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
body.use-bootstrap .Shared-Content a.bg-primary:hover,
body.use-bootstrap .Shared-Content a.bg-primary:focus {
  background-color: #286090;
}
body.use-bootstrap .Shared-Content .bg-success {
  background-color: #dff0d8;
}
body.use-bootstrap .Shared-Content a.bg-success:hover,
body.use-bootstrap .Shared-Content a.bg-success:focus {
  background-color: #c1e2b3;
}
body.use-bootstrap .Shared-Content .bg-info {
  background-color: #d9edf7;
}
body.use-bootstrap .Shared-Content a.bg-info:hover,
body.use-bootstrap .Shared-Content a.bg-info:focus {
  background-color: #afd9ee;
}
body.use-bootstrap .Shared-Content .bg-warning {
  background-color: #fcf8e3;
}
body.use-bootstrap .Shared-Content a.bg-warning:hover,
body.use-bootstrap .Shared-Content a.bg-warning:focus {
  background-color: #f7ecb5;
}
body.use-bootstrap .Shared-Content .bg-danger {
  background-color: #f2dede;
}
body.use-bootstrap .Shared-Content a.bg-danger:hover,
body.use-bootstrap .Shared-Content a.bg-danger:focus {
  background-color: #e4b9b9;
}
body.use-bootstrap .Shared-Content .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
body.use-bootstrap .Shared-Content ul,
body.use-bootstrap .Shared-Content ol {
  margin-top: 0;
  margin-bottom: 10px;
}
body.use-bootstrap .Shared-Content ul ul,
body.use-bootstrap .Shared-Content ol ul,
body.use-bootstrap .Shared-Content ul ol,
body.use-bootstrap .Shared-Content ol ol {
  margin-bottom: 0;
}
body.use-bootstrap .Shared-Content .list-unstyled {
  padding-left: 0;
  list-style: none;
}
body.use-bootstrap .Shared-Content .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
body.use-bootstrap .Shared-Content .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
body.use-bootstrap .Shared-Content dl {
  margin-top: 0;
  margin-bottom: 20px;
}
body.use-bootstrap .Shared-Content dt,
body.use-bootstrap .Shared-Content dd {
  line-height: 1.42857143;
}
body.use-bootstrap .Shared-Content dt {
  font-weight: bold;
}
body.use-bootstrap .Shared-Content dd {
  margin-left: 0;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.use-bootstrap .Shared-Content .dl-horizontal dd {
    margin-left: 180px;
  }
}
body.use-bootstrap .Shared-Content abbr[title],
body.use-bootstrap .Shared-Content abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
body.use-bootstrap .Shared-Content .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
body.use-bootstrap .Shared-Content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
body.use-bootstrap .Shared-Content blockquote p:last-child,
body.use-bootstrap .Shared-Content blockquote ul:last-child,
body.use-bootstrap .Shared-Content blockquote ol:last-child {
  margin-bottom: 0;
}
body.use-bootstrap .Shared-Content blockquote footer,
body.use-bootstrap .Shared-Content blockquote small,
body.use-bootstrap .Shared-Content blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
body.use-bootstrap .Shared-Content blockquote footer:before,
body.use-bootstrap .Shared-Content blockquote small:before,
body.use-bootstrap .Shared-Content blockquote .small:before {
  content: '\2014 \00A0';
}
body.use-bootstrap .Shared-Content .blockquote-reverse,
body.use-bootstrap .Shared-Content blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
body.use-bootstrap .Shared-Content .blockquote-reverse footer:before,
body.use-bootstrap .Shared-Content blockquote.pull-right footer:before,
body.use-bootstrap .Shared-Content .blockquote-reverse small:before,
body.use-bootstrap .Shared-Content blockquote.pull-right small:before,
body.use-bootstrap .Shared-Content .blockquote-reverse .small:before,
body.use-bootstrap .Shared-Content blockquote.pull-right .small:before {
  content: '';
}
body.use-bootstrap .Shared-Content .blockquote-reverse footer:after,
body.use-bootstrap .Shared-Content blockquote.pull-right footer:after,
body.use-bootstrap .Shared-Content .blockquote-reverse small:after,
body.use-bootstrap .Shared-Content blockquote.pull-right small:after,
body.use-bootstrap .Shared-Content .blockquote-reverse .small:after,
body.use-bootstrap .Shared-Content blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
body.use-bootstrap .Shared-Content address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
body.use-bootstrap .Shared-Content code,
body.use-bootstrap .Shared-Content kbd,
body.use-bootstrap .Shared-Content pre,
body.use-bootstrap .Shared-Content samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
body.use-bootstrap .Shared-Content code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
body.use-bootstrap .Shared-Content kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
body.use-bootstrap .Shared-Content pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
body.use-bootstrap .Shared-Content .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
body.use-bootstrap .Shared-Content table {
  background-color: transparent;
}
body.use-bootstrap .Shared-Content caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
body.use-bootstrap .Shared-Content th {
  text-align: left;
}
body.use-bootstrap .Shared-Content .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
body.use-bootstrap .Shared-Content .table > thead > tr > th,
body.use-bootstrap .Shared-Content .table > tbody > tr > th,
body.use-bootstrap .Shared-Content .table > tfoot > tr > th,
body.use-bootstrap .Shared-Content .table > thead > tr > td,
body.use-bootstrap .Shared-Content .table > tbody > tr > td,
body.use-bootstrap .Shared-Content .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
body.use-bootstrap .Shared-Content .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
body.use-bootstrap .Shared-Content .table > caption + thead > tr:first-child > th,
body.use-bootstrap .Shared-Content .table > colgroup + thead > tr:first-child > th,
body.use-bootstrap .Shared-Content .table > thead:first-child > tr:first-child > th,
body.use-bootstrap .Shared-Content .table > caption + thead > tr:first-child > td,
body.use-bootstrap .Shared-Content .table > colgroup + thead > tr:first-child > td,
body.use-bootstrap .Shared-Content .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
body.use-bootstrap .Shared-Content .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
body.use-bootstrap .Shared-Content .table .table {
  background-color: #ffffff;
}
body.use-bootstrap .Shared-Content .table-condensed > thead > tr > th,
body.use-bootstrap .Shared-Content .table-condensed > tbody > tr > th,
body.use-bootstrap .Shared-Content .table-condensed > tfoot > tr > th,
body.use-bootstrap .Shared-Content .table-condensed > thead > tr > td,
body.use-bootstrap .Shared-Content .table-condensed > tbody > tr > td,
body.use-bootstrap .Shared-Content .table-condensed > tfoot > tr > td {
  padding: 5px;
}
body.use-bootstrap .Shared-Content .table-bordered {
  border: 1px solid #dddddd;
}
body.use-bootstrap .Shared-Content .table-bordered > thead > tr > th,
body.use-bootstrap .Shared-Content .table-bordered > tbody > tr > th,
body.use-bootstrap .Shared-Content .table-bordered > tfoot > tr > th,
body.use-bootstrap .Shared-Content .table-bordered > thead > tr > td,
body.use-bootstrap .Shared-Content .table-bordered > tbody > tr > td,
body.use-bootstrap .Shared-Content .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
body.use-bootstrap .Shared-Content .table-bordered > thead > tr > th,
body.use-bootstrap .Shared-Content .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
body.use-bootstrap .Shared-Content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
body.use-bootstrap .Shared-Content .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
body.use-bootstrap .Shared-Content table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
body.use-bootstrap .Shared-Content table td[class*="col-"],
body.use-bootstrap .Shared-Content table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
body.use-bootstrap .Shared-Content .table > thead > tr > td.active,
body.use-bootstrap .Shared-Content .table > tbody > tr > td.active,
body.use-bootstrap .Shared-Content .table > tfoot > tr > td.active,
body.use-bootstrap .Shared-Content .table > thead > tr > th.active,
body.use-bootstrap .Shared-Content .table > tbody > tr > th.active,
body.use-bootstrap .Shared-Content .table > tfoot > tr > th.active,
body.use-bootstrap .Shared-Content .table > thead > tr.active > td,
body.use-bootstrap .Shared-Content .table > tbody > tr.active > td,
body.use-bootstrap .Shared-Content .table > tfoot > tr.active > td,
body.use-bootstrap .Shared-Content .table > thead > tr.active > th,
body.use-bootstrap .Shared-Content .table > tbody > tr.active > th,
body.use-bootstrap .Shared-Content .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > td.active:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > th.active:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.active:hover > td,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr:hover > .active,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
body.use-bootstrap .Shared-Content .table > thead > tr > td.success,
body.use-bootstrap .Shared-Content .table > tbody > tr > td.success,
body.use-bootstrap .Shared-Content .table > tfoot > tr > td.success,
body.use-bootstrap .Shared-Content .table > thead > tr > th.success,
body.use-bootstrap .Shared-Content .table > tbody > tr > th.success,
body.use-bootstrap .Shared-Content .table > tfoot > tr > th.success,
body.use-bootstrap .Shared-Content .table > thead > tr.success > td,
body.use-bootstrap .Shared-Content .table > tbody > tr.success > td,
body.use-bootstrap .Shared-Content .table > tfoot > tr.success > td,
body.use-bootstrap .Shared-Content .table > thead > tr.success > th,
body.use-bootstrap .Shared-Content .table > tbody > tr.success > th,
body.use-bootstrap .Shared-Content .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > td.success:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > th.success:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.success:hover > td,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr:hover > .success,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
body.use-bootstrap .Shared-Content .table > thead > tr > td.info,
body.use-bootstrap .Shared-Content .table > tbody > tr > td.info,
body.use-bootstrap .Shared-Content .table > tfoot > tr > td.info,
body.use-bootstrap .Shared-Content .table > thead > tr > th.info,
body.use-bootstrap .Shared-Content .table > tbody > tr > th.info,
body.use-bootstrap .Shared-Content .table > tfoot > tr > th.info,
body.use-bootstrap .Shared-Content .table > thead > tr.info > td,
body.use-bootstrap .Shared-Content .table > tbody > tr.info > td,
body.use-bootstrap .Shared-Content .table > tfoot > tr.info > td,
body.use-bootstrap .Shared-Content .table > thead > tr.info > th,
body.use-bootstrap .Shared-Content .table > tbody > tr.info > th,
body.use-bootstrap .Shared-Content .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > td.info:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > th.info:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.info:hover > td,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr:hover > .info,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
body.use-bootstrap .Shared-Content .table > thead > tr > td.warning,
body.use-bootstrap .Shared-Content .table > tbody > tr > td.warning,
body.use-bootstrap .Shared-Content .table > tfoot > tr > td.warning,
body.use-bootstrap .Shared-Content .table > thead > tr > th.warning,
body.use-bootstrap .Shared-Content .table > tbody > tr > th.warning,
body.use-bootstrap .Shared-Content .table > tfoot > tr > th.warning,
body.use-bootstrap .Shared-Content .table > thead > tr.warning > td,
body.use-bootstrap .Shared-Content .table > tbody > tr.warning > td,
body.use-bootstrap .Shared-Content .table > tfoot > tr.warning > td,
body.use-bootstrap .Shared-Content .table > thead > tr.warning > th,
body.use-bootstrap .Shared-Content .table > tbody > tr.warning > th,
body.use-bootstrap .Shared-Content .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > td.warning:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > th.warning:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.warning:hover > td,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr:hover > .warning,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
body.use-bootstrap .Shared-Content .table > thead > tr > td.danger,
body.use-bootstrap .Shared-Content .table > tbody > tr > td.danger,
body.use-bootstrap .Shared-Content .table > tfoot > tr > td.danger,
body.use-bootstrap .Shared-Content .table > thead > tr > th.danger,
body.use-bootstrap .Shared-Content .table > tbody > tr > th.danger,
body.use-bootstrap .Shared-Content .table > tfoot > tr > th.danger,
body.use-bootstrap .Shared-Content .table > thead > tr.danger > td,
body.use-bootstrap .Shared-Content .table > tbody > tr.danger > td,
body.use-bootstrap .Shared-Content .table > tfoot > tr.danger > td,
body.use-bootstrap .Shared-Content .table > thead > tr.danger > th,
body.use-bootstrap .Shared-Content .table > tbody > tr.danger > th,
body.use-bootstrap .Shared-Content .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > td.danger:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr > th.danger:hover,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.danger:hover > td,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr:hover > .danger,
body.use-bootstrap .Shared-Content .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
body.use-bootstrap .Shared-Content .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {

  body.use-bootstrap .Shared-Content .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  body.use-bootstrap .Shared-Content .table-responsive > .table {
    margin-bottom: 0;
  }

  body.use-bootstrap .Shared-Content .table-responsive > .table > thead > tr > th,
  body.use-bootstrap .Shared-Content .table-responsive > .table > tbody > tr > th,
  body.use-bootstrap .Shared-Content .table-responsive > .table > tfoot > tr > th,
  body.use-bootstrap .Shared-Content .table-responsive > .table > thead > tr > td,
  body.use-bootstrap .Shared-Content .table-responsive > .table > tbody > tr > td,
  body.use-bootstrap .Shared-Content .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered {
    border: 0;
  }

  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > thead > tr > th:first-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tbody > tr > th:first-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > thead > tr > td:first-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tbody > tr > td:first-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > thead > tr > th:last-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tbody > tr > th:last-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > thead > tr > td:last-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tbody > tr > td:last-child,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tbody > tr:last-child > th,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tbody > tr:last-child > td,
  body.use-bootstrap .Shared-Content .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
body.use-bootstrap .Shared-Content fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
body.use-bootstrap .Shared-Content legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
body.use-bootstrap .Shared-Content label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
body.use-bootstrap .Shared-Content input[type="search"] {
  box-sizing: border-box;
}
body.use-bootstrap .Shared-Content input[type="radio"],
body.use-bootstrap .Shared-Content input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
body.use-bootstrap .Shared-Content input[type="file"] {
  display: block;
}
body.use-bootstrap .Shared-Content input[type="range"] {
  display: block;
  width: 100%;
}
body.use-bootstrap .Shared-Content select[multiple],
body.use-bootstrap .Shared-Content select[size] {
  height: auto;
}
body.use-bootstrap .Shared-Content input[type="file"]:focus,
body.use-bootstrap .Shared-Content input[type="radio"]:focus,
body.use-bootstrap .Shared-Content input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.use-bootstrap .Shared-Content output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
body.use-bootstrap .Shared-Content .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body.use-bootstrap .Shared-Content .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
body.use-bootstrap .Shared-Content .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
body.use-bootstrap .Shared-Content .form-control:-ms-input-placeholder {
  color: #999999;
}
body.use-bootstrap .Shared-Content .form-control::-webkit-input-placeholder {
  color: #999999;
}
body.use-bootstrap .Shared-Content .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
body.use-bootstrap .Shared-Content .form-control[disabled],
body.use-bootstrap .Shared-Content .form-control[readonly],
body.use-bootstrap .Shared-Content fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
body.use-bootstrap .Shared-Content .form-control[disabled],
body.use-bootstrap .Shared-Content fieldset[disabled] .form-control {
  cursor: not-allowed;
}
body.use-bootstrap .Shared-Content textarea.form-control {
  height: auto;
}
body.use-bootstrap .Shared-Content input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {

  body.use-bootstrap .Shared-Content input[type="date"].form-control,
  body.use-bootstrap .Shared-Content input[type="time"].form-control,
  body.use-bootstrap .Shared-Content input[type="datetime-local"].form-control,
  body.use-bootstrap .Shared-Content input[type="month"].form-control {
    line-height: 34px;
  }

  body.use-bootstrap .Shared-Content input[type="date"].input-sm,
  body.use-bootstrap .Shared-Content input[type="time"].input-sm,
  body.use-bootstrap .Shared-Content input[type="datetime-local"].input-sm,
  body.use-bootstrap .Shared-Content input[type="month"].input-sm,
  body.use-bootstrap .Shared-Content .input-group-sm input[type="date"],
  body.use-bootstrap .Shared-Content .input-group-sm input[type="time"],
  body.use-bootstrap .Shared-Content .input-group-sm input[type="datetime-local"],
  body.use-bootstrap .Shared-Content .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  body.use-bootstrap .Shared-Content input[type="date"].input-lg,
  body.use-bootstrap .Shared-Content input[type="time"].input-lg,
  body.use-bootstrap .Shared-Content input[type="datetime-local"].input-lg,
  body.use-bootstrap .Shared-Content input[type="month"].input-lg,
  body.use-bootstrap .Shared-Content .input-group-lg input[type="date"],
  body.use-bootstrap .Shared-Content .input-group-lg input[type="time"],
  body.use-bootstrap .Shared-Content .input-group-lg input[type="datetime-local"],
  body.use-bootstrap .Shared-Content .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
body.use-bootstrap .Shared-Content .form-group {
  margin-bottom: 15px;
}
body.use-bootstrap .Shared-Content .radio,
body.use-bootstrap .Shared-Content .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.use-bootstrap .Shared-Content .radio label,
body.use-bootstrap .Shared-Content .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
body.use-bootstrap .Shared-Content .radio input[type="radio"],
body.use-bootstrap .Shared-Content .radio-inline input[type="radio"],
body.use-bootstrap .Shared-Content .checkbox input[type="checkbox"],
body.use-bootstrap .Shared-Content .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
body.use-bootstrap .Shared-Content .radio + .radio,
body.use-bootstrap .Shared-Content .checkbox + .checkbox {
  margin-top: -5px;
}
body.use-bootstrap .Shared-Content .radio-inline,
body.use-bootstrap .Shared-Content .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
body.use-bootstrap .Shared-Content .radio-inline + .radio-inline,
body.use-bootstrap .Shared-Content .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
body.use-bootstrap .Shared-Content input[type="radio"][disabled],
body.use-bootstrap .Shared-Content input[type="checkbox"][disabled],
body.use-bootstrap .Shared-Content input[type="radio"].disabled,
body.use-bootstrap .Shared-Content input[type="checkbox"].disabled,
body.use-bootstrap .Shared-Content fieldset[disabled] input[type="radio"],
body.use-bootstrap .Shared-Content fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
body.use-bootstrap .Shared-Content .radio-inline.disabled,
body.use-bootstrap .Shared-Content .checkbox-inline.disabled,
body.use-bootstrap .Shared-Content fieldset[disabled] .radio-inline,
body.use-bootstrap .Shared-Content fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
body.use-bootstrap .Shared-Content .radio.disabled label,
body.use-bootstrap .Shared-Content .checkbox.disabled label,
body.use-bootstrap .Shared-Content fieldset[disabled] .radio label,
body.use-bootstrap .Shared-Content fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
body.use-bootstrap .Shared-Content .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
body.use-bootstrap .Shared-Content .form-control-static.input-lg,
body.use-bootstrap .Shared-Content .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
body.use-bootstrap .Shared-Content .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
body.use-bootstrap .Shared-Content select.input-sm {
  height: 30px;
  line-height: 30px;
}
body.use-bootstrap .Shared-Content textarea.input-sm,
body.use-bootstrap .Shared-Content select[multiple].input-sm {
  height: auto;
}
body.use-bootstrap .Shared-Content .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
body.use-bootstrap .Shared-Content .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
body.use-bootstrap .Shared-Content .form-group-sm textarea.form-control,
body.use-bootstrap .Shared-Content .form-group-sm select[multiple].form-control {
  height: auto;
}
body.use-bootstrap .Shared-Content .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
body.use-bootstrap .Shared-Content .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
body.use-bootstrap .Shared-Content select.input-lg {
  height: 46px;
  line-height: 46px;
}
body.use-bootstrap .Shared-Content textarea.input-lg,
body.use-bootstrap .Shared-Content select[multiple].input-lg {
  height: auto;
}
body.use-bootstrap .Shared-Content .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
body.use-bootstrap .Shared-Content .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
body.use-bootstrap .Shared-Content .form-group-lg textarea.form-control,
body.use-bootstrap .Shared-Content .form-group-lg select[multiple].form-control {
  height: auto;
}
body.use-bootstrap .Shared-Content .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
body.use-bootstrap .Shared-Content .has-feedback {
  position: relative;
}
body.use-bootstrap .Shared-Content .has-feedback .form-control {
  padding-right: 42.5px;
}
body.use-bootstrap .Shared-Content .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
body.use-bootstrap .Shared-Content .input-lg + .form-control-feedback,
body.use-bootstrap .Shared-Content .input-group-lg + .form-control-feedback,
body.use-bootstrap .Shared-Content .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
body.use-bootstrap .Shared-Content .input-sm + .form-control-feedback,
body.use-bootstrap .Shared-Content .input-group-sm + .form-control-feedback,
body.use-bootstrap .Shared-Content .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
body.use-bootstrap .Shared-Content .has-success .help-block,
body.use-bootstrap .Shared-Content .has-success .control-label,
body.use-bootstrap .Shared-Content .has-success .radio,
body.use-bootstrap .Shared-Content .has-success .checkbox,
body.use-bootstrap .Shared-Content .has-success .radio-inline,
body.use-bootstrap .Shared-Content .has-success .checkbox-inline,
body.use-bootstrap .Shared-Content .has-success.radio label,
body.use-bootstrap .Shared-Content .has-success.checkbox label,
body.use-bootstrap .Shared-Content .has-success.radio-inline label,
body.use-bootstrap .Shared-Content .has-success.checkbox-inline label {
  color: #3c763d;
}
body.use-bootstrap .Shared-Content .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
body.use-bootstrap .Shared-Content .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
body.use-bootstrap .Shared-Content .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
body.use-bootstrap .Shared-Content .has-success .form-control-feedback {
  color: #3c763d;
}
body.use-bootstrap .Shared-Content .has-warning .help-block,
body.use-bootstrap .Shared-Content .has-warning .control-label,
body.use-bootstrap .Shared-Content .has-warning .radio,
body.use-bootstrap .Shared-Content .has-warning .checkbox,
body.use-bootstrap .Shared-Content .has-warning .radio-inline,
body.use-bootstrap .Shared-Content .has-warning .checkbox-inline,
body.use-bootstrap .Shared-Content .has-warning.radio label,
body.use-bootstrap .Shared-Content .has-warning.checkbox label,
body.use-bootstrap .Shared-Content .has-warning.radio-inline label,
body.use-bootstrap .Shared-Content .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
body.use-bootstrap .Shared-Content .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
body.use-bootstrap .Shared-Content .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
body.use-bootstrap .Shared-Content .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
body.use-bootstrap .Shared-Content .has-warning .form-control-feedback {
  color: #8a6d3b;
}
body.use-bootstrap .Shared-Content .has-error .help-block,
body.use-bootstrap .Shared-Content .has-error .control-label,
body.use-bootstrap .Shared-Content .has-error .radio,
body.use-bootstrap .Shared-Content .has-error .checkbox,
body.use-bootstrap .Shared-Content .has-error .radio-inline,
body.use-bootstrap .Shared-Content .has-error .checkbox-inline,
body.use-bootstrap .Shared-Content .has-error.radio label,
body.use-bootstrap .Shared-Content .has-error.checkbox label,
body.use-bootstrap .Shared-Content .has-error.radio-inline label,
body.use-bootstrap .Shared-Content .has-error.checkbox-inline label {
  color: #a94442;
}
body.use-bootstrap .Shared-Content .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
body.use-bootstrap .Shared-Content .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
body.use-bootstrap .Shared-Content .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
body.use-bootstrap .Shared-Content .has-error .form-control-feedback {
  color: #a94442;
}
body.use-bootstrap .Shared-Content .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
body.use-bootstrap .Shared-Content .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
body.use-bootstrap .Shared-Content .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .form-inline .form-control-static {
    display: inline-block;
  }

  body.use-bootstrap .Shared-Content .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .form-inline .input-group .input-group-addon,
  body.use-bootstrap .Shared-Content .form-inline .input-group .input-group-btn,
  body.use-bootstrap .Shared-Content .form-inline .input-group .form-control {
    width: auto;
  }

  body.use-bootstrap .Shared-Content .form-inline .input-group > .form-control {
    width: 100%;
  }

  body.use-bootstrap .Shared-Content .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .form-inline .radio,
  body.use-bootstrap .Shared-Content .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .form-inline .radio label,
  body.use-bootstrap .Shared-Content .form-inline .checkbox label {
    padding-left: 0;
  }

  body.use-bootstrap .Shared-Content .form-inline .radio input[type="radio"],
  body.use-bootstrap .Shared-Content .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  body.use-bootstrap .Shared-Content .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
body.use-bootstrap .Shared-Content .form-horizontal .radio,
body.use-bootstrap .Shared-Content .form-horizontal .checkbox,
body.use-bootstrap .Shared-Content .form-horizontal .radio-inline,
body.use-bootstrap .Shared-Content .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
body.use-bootstrap .Shared-Content .form-horizontal .radio,
body.use-bootstrap .Shared-Content .form-horizontal .checkbox {
  min-height: 27px;
}
body.use-bootstrap .Shared-Content .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
body.use-bootstrap .Shared-Content .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
body.use-bootstrap .Shared-Content .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.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.use-bootstrap .Shared-Content .btn:focus,
body.use-bootstrap .Shared-Content .btn:active:focus,
body.use-bootstrap .Shared-Content .btn.active:focus,
body.use-bootstrap .Shared-Content .btn.focus,
body.use-bootstrap .Shared-Content .btn:active.focus,
body.use-bootstrap .Shared-Content .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.use-bootstrap .Shared-Content .btn:hover,
body.use-bootstrap .Shared-Content .btn:focus,
body.use-bootstrap .Shared-Content .btn.focus {
  color: #333333;
  text-decoration: none;
}
body.use-bootstrap .Shared-Content .btn:active,
body.use-bootstrap .Shared-Content .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
body.use-bootstrap .Shared-Content .btn.disabled,
body.use-bootstrap .Shared-Content .btn[disabled],
body.use-bootstrap .Shared-Content fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
body.use-bootstrap .Shared-Content a.btn.disabled,
body.use-bootstrap .Shared-Content fieldset[disabled] a.btn {
  pointer-events: none;
}
body.use-bootstrap .Shared-Content .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
body.use-bootstrap .Shared-Content .btn-default:focus,
body.use-bootstrap .Shared-Content .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
body.use-bootstrap .Shared-Content .btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body.use-bootstrap .Shared-Content .btn-default:active,
body.use-bootstrap .Shared-Content .btn-default.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
body.use-bootstrap .Shared-Content .btn-default:active:hover,
body.use-bootstrap .Shared-Content .btn-default.active:hover,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-default:hover,
body.use-bootstrap .Shared-Content .btn-default:active:focus,
body.use-bootstrap .Shared-Content .btn-default.active:focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-default:focus,
body.use-bootstrap .Shared-Content .btn-default:active.focus,
body.use-bootstrap .Shared-Content .btn-default.active.focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
body.use-bootstrap .Shared-Content .btn-default:active,
body.use-bootstrap .Shared-Content .btn-default.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-default {
  background-image: none;
}
body.use-bootstrap .Shared-Content .btn-default.disabled:hover,
body.use-bootstrap .Shared-Content .btn-default[disabled]:hover,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-default:hover,
body.use-bootstrap .Shared-Content .btn-default.disabled:focus,
body.use-bootstrap .Shared-Content .btn-default[disabled]:focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-default:focus,
body.use-bootstrap .Shared-Content .btn-default.disabled.focus,
body.use-bootstrap .Shared-Content .btn-default[disabled].focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
body.use-bootstrap .Shared-Content .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
body.use-bootstrap .Shared-Content .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
body.use-bootstrap .Shared-Content .btn-primary:focus,
body.use-bootstrap .Shared-Content .btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
body.use-bootstrap .Shared-Content .btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
body.use-bootstrap .Shared-Content .btn-primary:active,
body.use-bootstrap .Shared-Content .btn-primary.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
body.use-bootstrap .Shared-Content .btn-primary:active:hover,
body.use-bootstrap .Shared-Content .btn-primary.active:hover,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-primary:hover,
body.use-bootstrap .Shared-Content .btn-primary:active:focus,
body.use-bootstrap .Shared-Content .btn-primary.active:focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-primary:focus,
body.use-bootstrap .Shared-Content .btn-primary:active.focus,
body.use-bootstrap .Shared-Content .btn-primary.active.focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
body.use-bootstrap .Shared-Content .btn-primary:active,
body.use-bootstrap .Shared-Content .btn-primary.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
body.use-bootstrap .Shared-Content .btn-primary.disabled:hover,
body.use-bootstrap .Shared-Content .btn-primary[disabled]:hover,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-primary:hover,
body.use-bootstrap .Shared-Content .btn-primary.disabled:focus,
body.use-bootstrap .Shared-Content .btn-primary[disabled]:focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-primary:focus,
body.use-bootstrap .Shared-Content .btn-primary.disabled.focus,
body.use-bootstrap .Shared-Content .btn-primary[disabled].focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
body.use-bootstrap .Shared-Content .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
body.use-bootstrap .Shared-Content .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
body.use-bootstrap .Shared-Content .btn-success:focus,
body.use-bootstrap .Shared-Content .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
body.use-bootstrap .Shared-Content .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
body.use-bootstrap .Shared-Content .btn-success:active,
body.use-bootstrap .Shared-Content .btn-success.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
body.use-bootstrap .Shared-Content .btn-success:active:hover,
body.use-bootstrap .Shared-Content .btn-success.active:hover,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-success:hover,
body.use-bootstrap .Shared-Content .btn-success:active:focus,
body.use-bootstrap .Shared-Content .btn-success.active:focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-success:focus,
body.use-bootstrap .Shared-Content .btn-success:active.focus,
body.use-bootstrap .Shared-Content .btn-success.active.focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
body.use-bootstrap .Shared-Content .btn-success:active,
body.use-bootstrap .Shared-Content .btn-success.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-success {
  background-image: none;
}
body.use-bootstrap .Shared-Content .btn-success.disabled:hover,
body.use-bootstrap .Shared-Content .btn-success[disabled]:hover,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-success:hover,
body.use-bootstrap .Shared-Content .btn-success.disabled:focus,
body.use-bootstrap .Shared-Content .btn-success[disabled]:focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-success:focus,
body.use-bootstrap .Shared-Content .btn-success.disabled.focus,
body.use-bootstrap .Shared-Content .btn-success[disabled].focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
body.use-bootstrap .Shared-Content .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
body.use-bootstrap .Shared-Content .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
body.use-bootstrap .Shared-Content .btn-info:focus,
body.use-bootstrap .Shared-Content .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
body.use-bootstrap .Shared-Content .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
body.use-bootstrap .Shared-Content .btn-info:active,
body.use-bootstrap .Shared-Content .btn-info.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
body.use-bootstrap .Shared-Content .btn-info:active:hover,
body.use-bootstrap .Shared-Content .btn-info.active:hover,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-info:hover,
body.use-bootstrap .Shared-Content .btn-info:active:focus,
body.use-bootstrap .Shared-Content .btn-info.active:focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-info:focus,
body.use-bootstrap .Shared-Content .btn-info:active.focus,
body.use-bootstrap .Shared-Content .btn-info.active.focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
body.use-bootstrap .Shared-Content .btn-info:active,
body.use-bootstrap .Shared-Content .btn-info.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-info {
  background-image: none;
}
body.use-bootstrap .Shared-Content .btn-info.disabled:hover,
body.use-bootstrap .Shared-Content .btn-info[disabled]:hover,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-info:hover,
body.use-bootstrap .Shared-Content .btn-info.disabled:focus,
body.use-bootstrap .Shared-Content .btn-info[disabled]:focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-info:focus,
body.use-bootstrap .Shared-Content .btn-info.disabled.focus,
body.use-bootstrap .Shared-Content .btn-info[disabled].focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
body.use-bootstrap .Shared-Content .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
body.use-bootstrap .Shared-Content .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
body.use-bootstrap .Shared-Content .btn-warning:focus,
body.use-bootstrap .Shared-Content .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
body.use-bootstrap .Shared-Content .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
body.use-bootstrap .Shared-Content .btn-warning:active,
body.use-bootstrap .Shared-Content .btn-warning.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
body.use-bootstrap .Shared-Content .btn-warning:active:hover,
body.use-bootstrap .Shared-Content .btn-warning.active:hover,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-warning:hover,
body.use-bootstrap .Shared-Content .btn-warning:active:focus,
body.use-bootstrap .Shared-Content .btn-warning.active:focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-warning:focus,
body.use-bootstrap .Shared-Content .btn-warning:active.focus,
body.use-bootstrap .Shared-Content .btn-warning.active.focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
body.use-bootstrap .Shared-Content .btn-warning:active,
body.use-bootstrap .Shared-Content .btn-warning.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
body.use-bootstrap .Shared-Content .btn-warning.disabled:hover,
body.use-bootstrap .Shared-Content .btn-warning[disabled]:hover,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-warning:hover,
body.use-bootstrap .Shared-Content .btn-warning.disabled:focus,
body.use-bootstrap .Shared-Content .btn-warning[disabled]:focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-warning:focus,
body.use-bootstrap .Shared-Content .btn-warning.disabled.focus,
body.use-bootstrap .Shared-Content .btn-warning[disabled].focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
body.use-bootstrap .Shared-Content .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
body.use-bootstrap .Shared-Content .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
body.use-bootstrap .Shared-Content .btn-danger:focus,
body.use-bootstrap .Shared-Content .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
body.use-bootstrap .Shared-Content .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
body.use-bootstrap .Shared-Content .btn-danger:active,
body.use-bootstrap .Shared-Content .btn-danger.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
body.use-bootstrap .Shared-Content .btn-danger:active:hover,
body.use-bootstrap .Shared-Content .btn-danger.active:hover,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-danger:hover,
body.use-bootstrap .Shared-Content .btn-danger:active:focus,
body.use-bootstrap .Shared-Content .btn-danger.active:focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-danger:focus,
body.use-bootstrap .Shared-Content .btn-danger:active.focus,
body.use-bootstrap .Shared-Content .btn-danger.active.focus,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
body.use-bootstrap .Shared-Content .btn-danger:active,
body.use-bootstrap .Shared-Content .btn-danger.active,
body.use-bootstrap .Shared-Content .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
body.use-bootstrap .Shared-Content .btn-danger.disabled:hover,
body.use-bootstrap .Shared-Content .btn-danger[disabled]:hover,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-danger:hover,
body.use-bootstrap .Shared-Content .btn-danger.disabled:focus,
body.use-bootstrap .Shared-Content .btn-danger[disabled]:focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-danger:focus,
body.use-bootstrap .Shared-Content .btn-danger.disabled.focus,
body.use-bootstrap .Shared-Content .btn-danger[disabled].focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
body.use-bootstrap .Shared-Content .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
body.use-bootstrap .Shared-Content .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-link,
body.use-bootstrap .Shared-Content .btn-link:active,
body.use-bootstrap .Shared-Content .btn-link.active,
body.use-bootstrap .Shared-Content .btn-link[disabled],
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
body.use-bootstrap .Shared-Content .btn-link,
body.use-bootstrap .Shared-Content .btn-link:hover,
body.use-bootstrap .Shared-Content .btn-link:focus,
body.use-bootstrap .Shared-Content .btn-link:active {
  border-color: transparent;
}
body.use-bootstrap .Shared-Content .btn-link:hover,
body.use-bootstrap .Shared-Content .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
body.use-bootstrap .Shared-Content .btn-link[disabled]:hover,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-link:hover,
body.use-bootstrap .Shared-Content .btn-link[disabled]:focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
body.use-bootstrap .Shared-Content .btn-lg,
body.use-bootstrap .Shared-Content .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
body.use-bootstrap .Shared-Content .btn-sm,
body.use-bootstrap .Shared-Content .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
body.use-bootstrap .Shared-Content .btn-xs,
body.use-bootstrap .Shared-Content .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
body.use-bootstrap .Shared-Content .btn-block {
  display: block;
  width: 100%;
}
body.use-bootstrap .Shared-Content .btn-block + .btn-block {
  margin-top: 5px;
}
body.use-bootstrap .Shared-Content input[type="submit"].btn-block,
body.use-bootstrap .Shared-Content input[type="reset"].btn-block,
body.use-bootstrap .Shared-Content input[type="button"].btn-block {
  width: 100%;
}
body.use-bootstrap .Shared-Content .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
body.use-bootstrap .Shared-Content .fade.in {
  opacity: 1;
}
body.use-bootstrap .Shared-Content .collapse {
  display: none;
}
body.use-bootstrap .Shared-Content .collapse.in {
  display: block;
}
body.use-bootstrap .Shared-Content tr.collapse.in {
  display: table-row;
}
body.use-bootstrap .Shared-Content tbody.collapse.in {
  display: table-row-group;
}
body.use-bootstrap .Shared-Content .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
body.use-bootstrap .Shared-Content .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
body.use-bootstrap .Shared-Content .dropup,
body.use-bootstrap .Shared-Content .dropdown {
  position: relative;
}
body.use-bootstrap .Shared-Content .dropdown-toggle:focus {
  outline: 0;
}
body.use-bootstrap .Shared-Content .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}
body.use-bootstrap .Shared-Content .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
body.use-bootstrap .Shared-Content .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
body.use-bootstrap .Shared-Content .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
body.use-bootstrap .Shared-Content .dropdown-menu > li > a:hover,
body.use-bootstrap .Shared-Content .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
body.use-bootstrap .Shared-Content .dropdown-menu > .active > a,
body.use-bootstrap .Shared-Content .dropdown-menu > .active > a:hover,
body.use-bootstrap .Shared-Content .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
body.use-bootstrap .Shared-Content .dropdown-menu > .disabled > a,
body.use-bootstrap .Shared-Content .dropdown-menu > .disabled > a:hover,
body.use-bootstrap .Shared-Content .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
body.use-bootstrap .Shared-Content .dropdown-menu > .disabled > a:hover,
body.use-bootstrap .Shared-Content .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
body.use-bootstrap .Shared-Content .open > .dropdown-menu {
  display: block;
}
body.use-bootstrap .Shared-Content .open > a {
  outline: 0;
}
body.use-bootstrap .Shared-Content .dropdown-menu-right {
  left: auto;
  right: 0;
}
body.use-bootstrap .Shared-Content .dropdown-menu-left {
  left: 0;
  right: auto;
}
body.use-bootstrap .Shared-Content .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
body.use-bootstrap .Shared-Content .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
body.use-bootstrap .Shared-Content .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
body.use-bootstrap .Shared-Content .dropup .caret,
body.use-bootstrap .Shared-Content .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
body.use-bootstrap .Shared-Content .dropup .dropdown-menu,
body.use-bootstrap .Shared-Content .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  body.use-bootstrap .Shared-Content .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
body.use-bootstrap .Shared-Content .btn-group,
body.use-bootstrap .Shared-Content .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
body.use-bootstrap .Shared-Content .btn-group > .btn,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
body.use-bootstrap .Shared-Content .btn-group > .btn:hover,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn:hover,
body.use-bootstrap .Shared-Content .btn-group > .btn:focus,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn:focus,
body.use-bootstrap .Shared-Content .btn-group > .btn:active,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn:active,
body.use-bootstrap .Shared-Content .btn-group > .btn.active,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn.active {
  z-index: 2;
}
body.use-bootstrap .Shared-Content .btn-group .btn + .btn,
body.use-bootstrap .Shared-Content .btn-group .btn + .btn-group,
body.use-bootstrap .Shared-Content .btn-group .btn-group + .btn,
body.use-bootstrap .Shared-Content .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
body.use-bootstrap .Shared-Content .btn-toolbar {
  margin-left: -5px;
}
body.use-bootstrap .Shared-Content .btn-toolbar .btn,
body.use-bootstrap .Shared-Content .btn-toolbar .btn-group,
body.use-bootstrap .Shared-Content .btn-toolbar .input-group {
  float: left;
}
body.use-bootstrap .Shared-Content .btn-toolbar > .btn,
body.use-bootstrap .Shared-Content .btn-toolbar > .btn-group,
body.use-bootstrap .Shared-Content .btn-toolbar > .input-group {
  margin-left: 5px;
}
body.use-bootstrap .Shared-Content .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group > .btn:first-child {
  margin-left: 0;
}
body.use-bootstrap .Shared-Content .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group > .btn:last-child:not(:first-child),
body.use-bootstrap .Shared-Content .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group > .btn-group {
  float: left;
}
body.use-bootstrap .Shared-Content .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
body.use-bootstrap .Shared-Content .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group .dropdown-toggle:active,
body.use-bootstrap .Shared-Content .btn-group.open .dropdown-toggle {
  outline: 0;
}
body.use-bootstrap .Shared-Content .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
body.use-bootstrap .Shared-Content .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
body.use-bootstrap .Shared-Content .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
body.use-bootstrap .Shared-Content .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
body.use-bootstrap .Shared-Content .btn .caret {
  margin-left: 0;
}
body.use-bootstrap .Shared-Content .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
body.use-bootstrap .Shared-Content .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group > .btn {
  float: none;
}
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn + .btn,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn + .btn-group,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group + .btn,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body.use-bootstrap .Shared-Content .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
body.use-bootstrap .Shared-Content .btn-group-justified > .btn,
body.use-bootstrap .Shared-Content .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
body.use-bootstrap .Shared-Content .btn-group-justified > .btn-group .btn {
  width: 100%;
}
body.use-bootstrap .Shared-Content .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
body.use-bootstrap .Shared-Content [data-toggle="buttons"] > .btn input[type="radio"],
body.use-bootstrap .Shared-Content [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
body.use-bootstrap .Shared-Content [data-toggle="buttons"] > .btn input[type="checkbox"],
body.use-bootstrap .Shared-Content [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
body.use-bootstrap .Shared-Content .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
body.use-bootstrap .Shared-Content .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
body.use-bootstrap .Shared-Content .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
body.use-bootstrap .Shared-Content .input-group .form-control:focus {
  z-index: 3;
}
body.use-bootstrap .Shared-Content .input-group-lg > .form-control,
body.use-bootstrap .Shared-Content .input-group-lg > .input-group-addon,
body.use-bootstrap .Shared-Content .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
body.use-bootstrap .Shared-Content select.input-group-lg > .form-control,
body.use-bootstrap .Shared-Content select.input-group-lg > .input-group-addon,
body.use-bootstrap .Shared-Content select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
body.use-bootstrap .Shared-Content textarea.input-group-lg > .form-control,
body.use-bootstrap .Shared-Content textarea.input-group-lg > .input-group-addon,
body.use-bootstrap .Shared-Content textarea.input-group-lg > .input-group-btn > .btn,
body.use-bootstrap .Shared-Content select[multiple].input-group-lg > .form-control,
body.use-bootstrap .Shared-Content select[multiple].input-group-lg > .input-group-addon,
body.use-bootstrap .Shared-Content select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
body.use-bootstrap .Shared-Content .input-group-sm > .form-control,
body.use-bootstrap .Shared-Content .input-group-sm > .input-group-addon,
body.use-bootstrap .Shared-Content .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
body.use-bootstrap .Shared-Content select.input-group-sm > .form-control,
body.use-bootstrap .Shared-Content select.input-group-sm > .input-group-addon,
body.use-bootstrap .Shared-Content select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
body.use-bootstrap .Shared-Content textarea.input-group-sm > .form-control,
body.use-bootstrap .Shared-Content textarea.input-group-sm > .input-group-addon,
body.use-bootstrap .Shared-Content textarea.input-group-sm > .input-group-btn > .btn,
body.use-bootstrap .Shared-Content select[multiple].input-group-sm > .form-control,
body.use-bootstrap .Shared-Content select[multiple].input-group-sm > .input-group-addon,
body.use-bootstrap .Shared-Content select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
body.use-bootstrap .Shared-Content .input-group-addon,
body.use-bootstrap .Shared-Content .input-group-btn,
body.use-bootstrap .Shared-Content .input-group .form-control {
  display: table-cell;
}
body.use-bootstrap .Shared-Content .input-group-addon:not(:first-child):not(:last-child),
body.use-bootstrap .Shared-Content .input-group-btn:not(:first-child):not(:last-child),
body.use-bootstrap .Shared-Content .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
body.use-bootstrap .Shared-Content .input-group-addon,
body.use-bootstrap .Shared-Content .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
body.use-bootstrap .Shared-Content .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
body.use-bootstrap .Shared-Content .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
body.use-bootstrap .Shared-Content .input-group-addon input[type="radio"],
body.use-bootstrap .Shared-Content .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
body.use-bootstrap .Shared-Content .input-group .form-control:first-child,
body.use-bootstrap .Shared-Content .input-group-addon:first-child,
body.use-bootstrap .Shared-Content .input-group-btn:first-child > .btn,
body.use-bootstrap .Shared-Content .input-group-btn:first-child > .btn-group > .btn,
body.use-bootstrap .Shared-Content .input-group-btn:first-child > .dropdown-toggle,
body.use-bootstrap .Shared-Content .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
body.use-bootstrap .Shared-Content .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.use-bootstrap .Shared-Content .input-group-addon:first-child {
  border-right: 0;
}
body.use-bootstrap .Shared-Content .input-group .form-control:last-child,
body.use-bootstrap .Shared-Content .input-group-addon:last-child,
body.use-bootstrap .Shared-Content .input-group-btn:last-child > .btn,
body.use-bootstrap .Shared-Content .input-group-btn:last-child > .btn-group > .btn,
body.use-bootstrap .Shared-Content .input-group-btn:last-child > .dropdown-toggle,
body.use-bootstrap .Shared-Content .input-group-btn:first-child > .btn:not(:first-child),
body.use-bootstrap .Shared-Content .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.use-bootstrap .Shared-Content .input-group-addon:last-child {
  border-left: 0;
}
body.use-bootstrap .Shared-Content .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
body.use-bootstrap .Shared-Content .input-group-btn > .btn {
  position: relative;
}
body.use-bootstrap .Shared-Content .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
body.use-bootstrap .Shared-Content .input-group-btn > .btn:hover,
body.use-bootstrap .Shared-Content .input-group-btn > .btn:focus,
body.use-bootstrap .Shared-Content .input-group-btn > .btn:active {
  z-index: 2;
}
body.use-bootstrap .Shared-Content .input-group-btn:first-child > .btn,
body.use-bootstrap .Shared-Content .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
body.use-bootstrap .Shared-Content .input-group-btn:last-child > .btn,
body.use-bootstrap .Shared-Content .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
body.use-bootstrap .Shared-Content .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body.use-bootstrap .Shared-Content .nav > li {
  position: relative;
  display: block;
}
body.use-bootstrap .Shared-Content .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
body.use-bootstrap .Shared-Content .nav > li > a:hover,
body.use-bootstrap .Shared-Content .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
body.use-bootstrap .Shared-Content .nav > li.disabled > a {
  color: #777777;
}
body.use-bootstrap .Shared-Content .nav > li.disabled > a:hover,
body.use-bootstrap .Shared-Content .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
body.use-bootstrap .Shared-Content .nav .open > a,
body.use-bootstrap .Shared-Content .nav .open > a:hover,
body.use-bootstrap .Shared-Content .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
body.use-bootstrap .Shared-Content .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
body.use-bootstrap .Shared-Content .nav > li > a > img {
  max-width: none;
}
body.use-bootstrap .Shared-Content .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
body.use-bootstrap .Shared-Content .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
body.use-bootstrap .Shared-Content .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
body.use-bootstrap .Shared-Content .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
body.use-bootstrap .Shared-Content .nav-tabs > li.active > a,
body.use-bootstrap .Shared-Content .nav-tabs > li.active > a:hover,
body.use-bootstrap .Shared-Content .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
body.use-bootstrap .Shared-Content .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > li {
  float: none;
}
body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > .active > a,
body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > .active > a:hover,
body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > .active > a,
  body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > .active > a:hover,
  body.use-bootstrap .Shared-Content .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
body.use-bootstrap .Shared-Content .nav-pills > li {
  float: left;
}
body.use-bootstrap .Shared-Content .nav-pills > li > a {
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .nav-pills > li + li {
  margin-left: 2px;
}
body.use-bootstrap .Shared-Content .nav-pills > li.active > a,
body.use-bootstrap .Shared-Content .nav-pills > li.active > a:hover,
body.use-bootstrap .Shared-Content .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
body.use-bootstrap .Shared-Content .nav-stacked > li {
  float: none;
}
body.use-bootstrap .Shared-Content .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
body.use-bootstrap .Shared-Content .nav-justified {
  width: 100%;
}
body.use-bootstrap .Shared-Content .nav-justified > li {
  float: none;
}
body.use-bootstrap .Shared-Content .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
body.use-bootstrap .Shared-Content .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  body.use-bootstrap .Shared-Content .nav-justified > li > a {
    margin-bottom: 0;
  }
}
body.use-bootstrap .Shared-Content .nav-tabs-justified {
  border-bottom: 0;
}
body.use-bootstrap .Shared-Content .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .nav-tabs-justified > .active > a,
body.use-bootstrap .Shared-Content .nav-tabs-justified > .active > a:hover,
body.use-bootstrap .Shared-Content .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  body.use-bootstrap .Shared-Content .nav-tabs-justified > .active > a,
  body.use-bootstrap .Shared-Content .nav-tabs-justified > .active > a:hover,
  body.use-bootstrap .Shared-Content .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
body.use-bootstrap .Shared-Content .tab-content > .tab-pane {
  display: none;
}
body.use-bootstrap .Shared-Content .tab-content > .active {
  display: block;
}
body.use-bootstrap .Shared-Content .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body.use-bootstrap .Shared-Content .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-header {
    float: left;
  }
}
body.use-bootstrap .Shared-Content .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}
body.use-bootstrap .Shared-Content .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  body.use-bootstrap .Shared-Content .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  body.use-bootstrap .Shared-Content .navbar-collapse.in {
    overflow-y: visible;
  }

  body.use-bootstrap .Shared-Content .navbar-fixed-top .navbar-collapse,
  body.use-bootstrap .Shared-Content .navbar-static-top .navbar-collapse,
  body.use-bootstrap .Shared-Content .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
body.use-bootstrap .Shared-Content .navbar-fixed-top .navbar-collapse,
body.use-bootstrap .Shared-Content .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {

  body.use-bootstrap .Shared-Content .navbar-fixed-top .navbar-collapse,
  body.use-bootstrap .Shared-Content .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
body.use-bootstrap .Shared-Content .container > .navbar-header,
body.use-bootstrap .Shared-Content .container-fluid > .navbar-header,
body.use-bootstrap .Shared-Content .container > .navbar-collapse,
body.use-bootstrap .Shared-Content .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .container > .navbar-header,
  body.use-bootstrap .Shared-Content .container-fluid > .navbar-header,
  body.use-bootstrap .Shared-Content .container > .navbar-collapse,
  body.use-bootstrap .Shared-Content .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
body.use-bootstrap .Shared-Content .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-static-top {
    border-radius: 0;
  }
}
body.use-bootstrap .Shared-Content .navbar-fixed-top,
body.use-bootstrap .Shared-Content .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-fixed-top,
  body.use-bootstrap .Shared-Content .navbar-fixed-bottom {
    border-radius: 0;
  }
}
body.use-bootstrap .Shared-Content .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
body.use-bootstrap .Shared-Content .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
body.use-bootstrap .Shared-Content .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
body.use-bootstrap .Shared-Content .navbar-brand:hover,
body.use-bootstrap .Shared-Content .navbar-brand:focus {
  text-decoration: none;
}
body.use-bootstrap .Shared-Content .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar > .container .navbar-brand,
  body.use-bootstrap .Shared-Content .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
body.use-bootstrap .Shared-Content .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .navbar-toggle:focus {
  outline: 0;
}
body.use-bootstrap .Shared-Content .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
body.use-bootstrap .Shared-Content .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-toggle {
    display: none;
  }
}
body.use-bootstrap .Shared-Content .navbar-nav {
  margin: 7.5px -15px;
}
body.use-bootstrap .Shared-Content .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {

  body.use-bootstrap .Shared-Content .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  body.use-bootstrap .Shared-Content .navbar-nav .open .dropdown-menu > li > a,
  body.use-bootstrap .Shared-Content .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  body.use-bootstrap .Shared-Content .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  body.use-bootstrap .Shared-Content .navbar-nav .open .dropdown-menu > li > a:hover,
  body.use-bootstrap .Shared-Content .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-nav {
    float: left;
    margin: 0;
  }

  body.use-bootstrap .Shared-Content .navbar-nav > li {
    float: left;
  }

  body.use-bootstrap .Shared-Content .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
body.use-bootstrap .Shared-Content .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .navbar-form .form-control-static {
    display: inline-block;
  }

  body.use-bootstrap .Shared-Content .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .navbar-form .input-group .input-group-addon,
  body.use-bootstrap .Shared-Content .navbar-form .input-group .input-group-btn,
  body.use-bootstrap .Shared-Content .navbar-form .input-group .form-control {
    width: auto;
  }

  body.use-bootstrap .Shared-Content .navbar-form .input-group > .form-control {
    width: 100%;
  }

  body.use-bootstrap .Shared-Content .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .navbar-form .radio,
  body.use-bootstrap .Shared-Content .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  body.use-bootstrap .Shared-Content .navbar-form .radio label,
  body.use-bootstrap .Shared-Content .navbar-form .checkbox label {
    padding-left: 0;
  }

  body.use-bootstrap .Shared-Content .navbar-form .radio input[type="radio"],
  body.use-bootstrap .Shared-Content .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  body.use-bootstrap .Shared-Content .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {

  body.use-bootstrap .Shared-Content .navbar-form .form-group {
    margin-bottom: 5px;
  }

  body.use-bootstrap .Shared-Content .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
body.use-bootstrap .Shared-Content .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body.use-bootstrap .Shared-Content .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.use-bootstrap .Shared-Content .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
body.use-bootstrap .Shared-Content .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.use-bootstrap .Shared-Content .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
body.use-bootstrap .Shared-Content .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .navbar-left {
    float: left !important;
  }

  body.use-bootstrap .Shared-Content .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  body.use-bootstrap .Shared-Content .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
body.use-bootstrap .Shared-Content .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-brand {
  color: #777777;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-brand:hover,
body.use-bootstrap .Shared-Content .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-text {
  color: #777777;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > li > a {
  color: #777777;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > li > a:hover,
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > .active > a,
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > .active > a:hover,
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > .disabled > a,
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > .disabled > a:hover,
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-toggle:hover,
body.use-bootstrap .Shared-Content .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-collapse,
body.use-bootstrap .Shared-Content .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > .open > a,
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > .open > a:hover,
body.use-bootstrap .Shared-Content .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {

  body.use-bootstrap .Shared-Content .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  body.use-bootstrap .Shared-Content .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  body.use-bootstrap .Shared-Content .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  body.use-bootstrap .Shared-Content .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  body.use-bootstrap .Shared-Content .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  body.use-bootstrap .Shared-Content .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  body.use-bootstrap .Shared-Content .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  body.use-bootstrap .Shared-Content .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  body.use-bootstrap .Shared-Content .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-link {
  color: #777777;
}
body.use-bootstrap .Shared-Content .navbar-default .navbar-link:hover {
  color: #333333;
}
body.use-bootstrap .Shared-Content .navbar-default .btn-link {
  color: #777777;
}
body.use-bootstrap .Shared-Content .navbar-default .btn-link:hover,
body.use-bootstrap .Shared-Content .navbar-default .btn-link:focus {
  color: #333333;
}
body.use-bootstrap .Shared-Content .navbar-default .btn-link[disabled]:hover,
body.use-bootstrap .Shared-Content fieldset[disabled] .navbar-default .btn-link:hover,
body.use-bootstrap .Shared-Content .navbar-default .btn-link[disabled]:focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
body.use-bootstrap .Shared-Content .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-brand:hover,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > li > a:hover,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > .active > a,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > .active > a:hover,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > .disabled > a,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > .disabled > a:hover,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-toggle:hover,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-collapse,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-form {
  border-color: #101010;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > .open > a,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > .open > a:hover,
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {

  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  body.use-bootstrap .Shared-Content .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
body.use-bootstrap .Shared-Content .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
body.use-bootstrap .Shared-Content .navbar-inverse .btn-link {
  color: #9d9d9d;
}
body.use-bootstrap .Shared-Content .navbar-inverse .btn-link:hover,
body.use-bootstrap .Shared-Content .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
body.use-bootstrap .Shared-Content .navbar-inverse .btn-link[disabled]:hover,
body.use-bootstrap .Shared-Content fieldset[disabled] .navbar-inverse .btn-link:hover,
body.use-bootstrap .Shared-Content .navbar-inverse .btn-link[disabled]:focus,
body.use-bootstrap .Shared-Content fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
body.use-bootstrap .Shared-Content .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .breadcrumb > li {
  display: inline-block;
}
body.use-bootstrap .Shared-Content .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
body.use-bootstrap .Shared-Content .breadcrumb > .active {
  color: #777777;
}
body.use-bootstrap .Shared-Content .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .pagination > li {
  display: inline;
}
body.use-bootstrap .Shared-Content .pagination > li > a,
body.use-bootstrap .Shared-Content .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
body.use-bootstrap .Shared-Content .pagination > li:first-child > a,
body.use-bootstrap .Shared-Content .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
body.use-bootstrap .Shared-Content .pagination > li:last-child > a,
body.use-bootstrap .Shared-Content .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
body.use-bootstrap .Shared-Content .pagination > li > a:hover,
body.use-bootstrap .Shared-Content .pagination > li > span:hover,
body.use-bootstrap .Shared-Content .pagination > li > a:focus,
body.use-bootstrap .Shared-Content .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
body.use-bootstrap .Shared-Content .pagination > .active > a,
body.use-bootstrap .Shared-Content .pagination > .active > span,
body.use-bootstrap .Shared-Content .pagination > .active > a:hover,
body.use-bootstrap .Shared-Content .pagination > .active > span:hover,
body.use-bootstrap .Shared-Content .pagination > .active > a:focus,
body.use-bootstrap .Shared-Content .pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
body.use-bootstrap .Shared-Content .pagination > .disabled > span,
body.use-bootstrap .Shared-Content .pagination > .disabled > span:hover,
body.use-bootstrap .Shared-Content .pagination > .disabled > span:focus,
body.use-bootstrap .Shared-Content .pagination > .disabled > a,
body.use-bootstrap .Shared-Content .pagination > .disabled > a:hover,
body.use-bootstrap .Shared-Content .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
body.use-bootstrap .Shared-Content .pagination-lg > li > a,
body.use-bootstrap .Shared-Content .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
body.use-bootstrap .Shared-Content .pagination-lg > li:first-child > a,
body.use-bootstrap .Shared-Content .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
body.use-bootstrap .Shared-Content .pagination-lg > li:last-child > a,
body.use-bootstrap .Shared-Content .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
body.use-bootstrap .Shared-Content .pagination-sm > li > a,
body.use-bootstrap .Shared-Content .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
body.use-bootstrap .Shared-Content .pagination-sm > li:first-child > a,
body.use-bootstrap .Shared-Content .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
body.use-bootstrap .Shared-Content .pagination-sm > li:last-child > a,
body.use-bootstrap .Shared-Content .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
body.use-bootstrap .Shared-Content .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
body.use-bootstrap .Shared-Content .pager li {
  display: inline;
}
body.use-bootstrap .Shared-Content .pager li > a,
body.use-bootstrap .Shared-Content .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
body.use-bootstrap .Shared-Content .pager li > a:hover,
body.use-bootstrap .Shared-Content .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
body.use-bootstrap .Shared-Content .pager .next > a,
body.use-bootstrap .Shared-Content .pager .next > span {
  float: right;
}
body.use-bootstrap .Shared-Content .pager .previous > a,
body.use-bootstrap .Shared-Content .pager .previous > span {
  float: left;
}
body.use-bootstrap .Shared-Content .pager .disabled > a,
body.use-bootstrap .Shared-Content .pager .disabled > a:hover,
body.use-bootstrap .Shared-Content .pager .disabled > a:focus,
body.use-bootstrap .Shared-Content .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
body.use-bootstrap .Shared-Content .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
body.use-bootstrap .Shared-Content a.label:hover,
body.use-bootstrap .Shared-Content a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
body.use-bootstrap .Shared-Content .label:empty {
  display: none;
}
body.use-bootstrap .Shared-Content .btn .label {
  position: relative;
  top: -1px;
}
body.use-bootstrap .Shared-Content .label-default {
  background-color: #777777;
}
body.use-bootstrap .Shared-Content .label-default[href]:hover,
body.use-bootstrap .Shared-Content .label-default[href]:focus {
  background-color: #5e5e5e;
}
body.use-bootstrap .Shared-Content .label-primary {
  background-color: #337ab7;
}
body.use-bootstrap .Shared-Content .label-primary[href]:hover,
body.use-bootstrap .Shared-Content .label-primary[href]:focus {
  background-color: #286090;
}
body.use-bootstrap .Shared-Content .label-success {
  background-color: #5cb85c;
}
body.use-bootstrap .Shared-Content .label-success[href]:hover,
body.use-bootstrap .Shared-Content .label-success[href]:focus {
  background-color: #449d44;
}
body.use-bootstrap .Shared-Content .label-info {
  background-color: #5bc0de;
}
body.use-bootstrap .Shared-Content .label-info[href]:hover,
body.use-bootstrap .Shared-Content .label-info[href]:focus {
  background-color: #31b0d5;
}
body.use-bootstrap .Shared-Content .label-warning {
  background-color: #f0ad4e;
}
body.use-bootstrap .Shared-Content .label-warning[href]:hover,
body.use-bootstrap .Shared-Content .label-warning[href]:focus {
  background-color: #ec971f;
}
body.use-bootstrap .Shared-Content .label-danger {
  background-color: #d9534f;
}
body.use-bootstrap .Shared-Content .label-danger[href]:hover,
body.use-bootstrap .Shared-Content .label-danger[href]:focus {
  background-color: #c9302c;
}
body.use-bootstrap .Shared-Content .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
body.use-bootstrap .Shared-Content .badge:empty {
  display: none;
}
body.use-bootstrap .Shared-Content .btn .badge {
  position: relative;
  top: -1px;
}
body.use-bootstrap .Shared-Content .btn-xs .badge,
body.use-bootstrap .Shared-Content .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
body.use-bootstrap .Shared-Content a.badge:hover,
body.use-bootstrap .Shared-Content a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
body.use-bootstrap .Shared-Content .list-group-item.active > .badge,
body.use-bootstrap .Shared-Content .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
body.use-bootstrap .Shared-Content .list-group-item > .badge {
  float: right;
}
body.use-bootstrap .Shared-Content .list-group-item > .badge + .badge {
  margin-right: 5px;
}
body.use-bootstrap .Shared-Content .nav-pills > li > a > .badge {
  margin-left: 3px;
}
body.use-bootstrap .Shared-Content .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
body.use-bootstrap .Shared-Content .thumbnail > img,
body.use-bootstrap .Shared-Content .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
body.use-bootstrap .Shared-Content a.thumbnail:hover,
body.use-bootstrap .Shared-Content a.thumbnail:focus,
body.use-bootstrap .Shared-Content a.thumbnail.active {
  border-color: #337ab7;
}
body.use-bootstrap .Shared-Content .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
body.use-bootstrap .Shared-Content .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .alert h4 {
  margin-top: 0;
  color: inherit;
}
body.use-bootstrap .Shared-Content .alert .alert-link {
  font-weight: bold;
}
body.use-bootstrap .Shared-Content .alert > p,
body.use-bootstrap .Shared-Content .alert > ul {
  margin-bottom: 0;
}
body.use-bootstrap .Shared-Content .alert > p + p {
  margin-top: 5px;
}
body.use-bootstrap .Shared-Content .alert-dismissable,
body.use-bootstrap .Shared-Content .alert-dismissible {
  padding-right: 35px;
}
body.use-bootstrap .Shared-Content .alert-dismissable .close,
body.use-bootstrap .Shared-Content .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
body.use-bootstrap .Shared-Content .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
body.use-bootstrap .Shared-Content .alert-success hr {
  border-top-color: #c9e2b3;
}
body.use-bootstrap .Shared-Content .alert-success .alert-link {
  color: #2b542c;
}
body.use-bootstrap .Shared-Content .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
body.use-bootstrap .Shared-Content .alert-info hr {
  border-top-color: #a6e1ec;
}
body.use-bootstrap .Shared-Content .alert-info .alert-link {
  color: #245269;
}
body.use-bootstrap .Shared-Content .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
body.use-bootstrap .Shared-Content .alert-warning hr {
  border-top-color: #f7e1b5;
}
body.use-bootstrap .Shared-Content .alert-warning .alert-link {
  color: #66512c;
}
body.use-bootstrap .Shared-Content .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
body.use-bootstrap .Shared-Content .alert-danger hr {
  border-top-color: #e4b9c0;
}
body.use-bootstrap .Shared-Content .alert-danger .alert-link {
  color: #843534;
}
body.use-bootstrap .Shared-Content .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
body.use-bootstrap .Shared-Content .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width 0.6s ease;
}
body.use-bootstrap .Shared-Content .progress-striped .progress-bar,
body.use-bootstrap .Shared-Content .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
body.use-bootstrap .Shared-Content .progress.active .progress-bar,
body.use-bootstrap .Shared-Content .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
body.use-bootstrap .Shared-Content .progress-bar-success {
  background-color: #5cb85c;
}
body.use-bootstrap .Shared-Content .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
body.use-bootstrap .Shared-Content .progress-bar-info {
  background-color: #5bc0de;
}
body.use-bootstrap .Shared-Content .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
body.use-bootstrap .Shared-Content .progress-bar-warning {
  background-color: #f0ad4e;
}
body.use-bootstrap .Shared-Content .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
body.use-bootstrap .Shared-Content .progress-bar-danger {
  background-color: #d9534f;
}
body.use-bootstrap .Shared-Content .progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
body.use-bootstrap .Shared-Content .media {
  margin-top: 15px;
}
body.use-bootstrap .Shared-Content .media:first-child {
  margin-top: 0;
}
body.use-bootstrap .Shared-Content .media,
body.use-bootstrap .Shared-Content .media-body {
  zoom: 1;
  overflow: hidden;
}
body.use-bootstrap .Shared-Content .media-body {
  width: 10000px;
}
body.use-bootstrap .Shared-Content .media-object {
  display: block;
}
body.use-bootstrap .Shared-Content .media-object.img-thumbnail {
  max-width: none;
}
body.use-bootstrap .Shared-Content .media-right,
body.use-bootstrap .Shared-Content .media > .pull-right {
  padding-left: 10px;
}
body.use-bootstrap .Shared-Content .media-left,
body.use-bootstrap .Shared-Content .media > .pull-left {
  padding-right: 10px;
}
body.use-bootstrap .Shared-Content .media-left,
body.use-bootstrap .Shared-Content .media-right,
body.use-bootstrap .Shared-Content .media-body {
  display: table-cell;
  vertical-align: top;
}
body.use-bootstrap .Shared-Content .media-middle {
  vertical-align: middle;
}
body.use-bootstrap .Shared-Content .media-bottom {
  vertical-align: bottom;
}
body.use-bootstrap .Shared-Content .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
body.use-bootstrap .Shared-Content .media-list {
  padding-left: 0;
  list-style: none;
}
body.use-bootstrap .Shared-Content .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
body.use-bootstrap .Shared-Content .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
body.use-bootstrap .Shared-Content .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
body.use-bootstrap .Shared-Content .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.use-bootstrap .Shared-Content a.list-group-item,
body.use-bootstrap .Shared-Content button.list-group-item {
  color: #555555;
}
body.use-bootstrap .Shared-Content a.list-group-item .list-group-item-heading,
body.use-bootstrap .Shared-Content button.list-group-item .list-group-item-heading {
  color: #333333;
}
body.use-bootstrap .Shared-Content a.list-group-item:hover,
body.use-bootstrap .Shared-Content button.list-group-item:hover,
body.use-bootstrap .Shared-Content a.list-group-item:focus,
body.use-bootstrap .Shared-Content button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
body.use-bootstrap .Shared-Content button.list-group-item {
  width: 100%;
  text-align: left;
}
body.use-bootstrap .Shared-Content .list-group-item.disabled,
body.use-bootstrap .Shared-Content .list-group-item.disabled:hover,
body.use-bootstrap .Shared-Content .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
body.use-bootstrap .Shared-Content .list-group-item.disabled .list-group-item-heading,
body.use-bootstrap .Shared-Content .list-group-item.disabled:hover .list-group-item-heading,
body.use-bootstrap .Shared-Content .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
body.use-bootstrap .Shared-Content .list-group-item.disabled .list-group-item-text,
body.use-bootstrap .Shared-Content .list-group-item.disabled:hover .list-group-item-text,
body.use-bootstrap .Shared-Content .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
body.use-bootstrap .Shared-Content .list-group-item.active,
body.use-bootstrap .Shared-Content .list-group-item.active:hover,
body.use-bootstrap .Shared-Content .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
body.use-bootstrap .Shared-Content .list-group-item.active .list-group-item-heading,
body.use-bootstrap .Shared-Content .list-group-item.active:hover .list-group-item-heading,
body.use-bootstrap .Shared-Content .list-group-item.active:focus .list-group-item-heading,
body.use-bootstrap .Shared-Content .list-group-item.active .list-group-item-heading > small,
body.use-bootstrap .Shared-Content .list-group-item.active:hover .list-group-item-heading > small,
body.use-bootstrap .Shared-Content .list-group-item.active:focus .list-group-item-heading > small,
body.use-bootstrap .Shared-Content .list-group-item.active .list-group-item-heading > .small,
body.use-bootstrap .Shared-Content .list-group-item.active:hover .list-group-item-heading > .small,
body.use-bootstrap .Shared-Content .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
body.use-bootstrap .Shared-Content .list-group-item.active .list-group-item-text,
body.use-bootstrap .Shared-Content .list-group-item.active:hover .list-group-item-text,
body.use-bootstrap .Shared-Content .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
body.use-bootstrap .Shared-Content .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
body.use-bootstrap .Shared-Content a.list-group-item-success,
body.use-bootstrap .Shared-Content button.list-group-item-success {
  color: #3c763d;
}
body.use-bootstrap .Shared-Content a.list-group-item-success .list-group-item-heading,
body.use-bootstrap .Shared-Content button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
body.use-bootstrap .Shared-Content a.list-group-item-success:hover,
body.use-bootstrap .Shared-Content button.list-group-item-success:hover,
body.use-bootstrap .Shared-Content a.list-group-item-success:focus,
body.use-bootstrap .Shared-Content button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
body.use-bootstrap .Shared-Content a.list-group-item-success.active,
body.use-bootstrap .Shared-Content button.list-group-item-success.active,
body.use-bootstrap .Shared-Content a.list-group-item-success.active:hover,
body.use-bootstrap .Shared-Content button.list-group-item-success.active:hover,
body.use-bootstrap .Shared-Content a.list-group-item-success.active:focus,
body.use-bootstrap .Shared-Content button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
body.use-bootstrap .Shared-Content .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
body.use-bootstrap .Shared-Content a.list-group-item-info,
body.use-bootstrap .Shared-Content button.list-group-item-info {
  color: #31708f;
}
body.use-bootstrap .Shared-Content a.list-group-item-info .list-group-item-heading,
body.use-bootstrap .Shared-Content button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
body.use-bootstrap .Shared-Content a.list-group-item-info:hover,
body.use-bootstrap .Shared-Content button.list-group-item-info:hover,
body.use-bootstrap .Shared-Content a.list-group-item-info:focus,
body.use-bootstrap .Shared-Content button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
body.use-bootstrap .Shared-Content a.list-group-item-info.active,
body.use-bootstrap .Shared-Content button.list-group-item-info.active,
body.use-bootstrap .Shared-Content a.list-group-item-info.active:hover,
body.use-bootstrap .Shared-Content button.list-group-item-info.active:hover,
body.use-bootstrap .Shared-Content a.list-group-item-info.active:focus,
body.use-bootstrap .Shared-Content button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
body.use-bootstrap .Shared-Content .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
body.use-bootstrap .Shared-Content a.list-group-item-warning,
body.use-bootstrap .Shared-Content button.list-group-item-warning {
  color: #8a6d3b;
}
body.use-bootstrap .Shared-Content a.list-group-item-warning .list-group-item-heading,
body.use-bootstrap .Shared-Content button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
body.use-bootstrap .Shared-Content a.list-group-item-warning:hover,
body.use-bootstrap .Shared-Content button.list-group-item-warning:hover,
body.use-bootstrap .Shared-Content a.list-group-item-warning:focus,
body.use-bootstrap .Shared-Content button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
body.use-bootstrap .Shared-Content a.list-group-item-warning.active,
body.use-bootstrap .Shared-Content button.list-group-item-warning.active,
body.use-bootstrap .Shared-Content a.list-group-item-warning.active:hover,
body.use-bootstrap .Shared-Content button.list-group-item-warning.active:hover,
body.use-bootstrap .Shared-Content a.list-group-item-warning.active:focus,
body.use-bootstrap .Shared-Content button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
body.use-bootstrap .Shared-Content .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
body.use-bootstrap .Shared-Content a.list-group-item-danger,
body.use-bootstrap .Shared-Content button.list-group-item-danger {
  color: #a94442;
}
body.use-bootstrap .Shared-Content a.list-group-item-danger .list-group-item-heading,
body.use-bootstrap .Shared-Content button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
body.use-bootstrap .Shared-Content a.list-group-item-danger:hover,
body.use-bootstrap .Shared-Content button.list-group-item-danger:hover,
body.use-bootstrap .Shared-Content a.list-group-item-danger:focus,
body.use-bootstrap .Shared-Content button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
body.use-bootstrap .Shared-Content a.list-group-item-danger.active,
body.use-bootstrap .Shared-Content button.list-group-item-danger.active,
body.use-bootstrap .Shared-Content a.list-group-item-danger.active:hover,
body.use-bootstrap .Shared-Content button.list-group-item-danger.active:hover,
body.use-bootstrap .Shared-Content a.list-group-item-danger.active:focus,
body.use-bootstrap .Shared-Content button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
body.use-bootstrap .Shared-Content .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
body.use-bootstrap .Shared-Content .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
body.use-bootstrap .Shared-Content .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
body.use-bootstrap .Shared-Content .panel-body {
  padding: 15px;
}
body.use-bootstrap .Shared-Content .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
body.use-bootstrap .Shared-Content .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
body.use-bootstrap .Shared-Content .panel-title > a,
body.use-bootstrap .Shared-Content .panel-title > small,
body.use-bootstrap .Shared-Content .panel-title > .small,
body.use-bootstrap .Shared-Content .panel-title > small > a,
body.use-bootstrap .Shared-Content .panel-title > .small > a {
  color: inherit;
}
body.use-bootstrap .Shared-Content .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .list-group,
body.use-bootstrap .Shared-Content .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
body.use-bootstrap .Shared-Content .panel > .list-group .list-group-item,
body.use-bootstrap .Shared-Content .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
body.use-bootstrap .Shared-Content .panel > .list-group:first-child .list-group-item:first-child,
body.use-bootstrap .Shared-Content .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .list-group:last-child .list-group-item:last-child,
body.use-bootstrap .Shared-Content .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
body.use-bootstrap .Shared-Content .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
body.use-bootstrap .Shared-Content .list-group + .panel-footer {
  border-top-width: 0;
}
body.use-bootstrap .Shared-Content .panel > .table,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table,
body.use-bootstrap .Shared-Content .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
body.use-bootstrap .Shared-Content .panel > .table caption,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table caption,
body.use-bootstrap .Shared-Content .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
body.use-bootstrap .Shared-Content .panel > .table:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .table:first-child > thead:first-child > tr:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
body.use-bootstrap .Shared-Content .panel > .table:first-child > tbody:first-child > tr:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
body.use-bootstrap .Shared-Content .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
body.use-bootstrap .Shared-Content .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
body.use-bootstrap .Shared-Content .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
body.use-bootstrap .Shared-Content .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
body.use-bootstrap .Shared-Content .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
body.use-bootstrap .Shared-Content .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .table:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .table:last-child > tbody:last-child > tr:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
body.use-bootstrap .Shared-Content .panel > .table:last-child > tfoot:last-child > tr:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
body.use-bootstrap .Shared-Content .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
body.use-bootstrap .Shared-Content .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
body.use-bootstrap .Shared-Content .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
body.use-bootstrap .Shared-Content .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
body.use-bootstrap .Shared-Content .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
body.use-bootstrap .Shared-Content .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
body.use-bootstrap .Shared-Content .panel > .panel-body + .table,
body.use-bootstrap .Shared-Content .panel > .panel-body + .table-responsive,
body.use-bootstrap .Shared-Content .panel > .table + .panel-body,
body.use-bootstrap .Shared-Content .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
body.use-bootstrap .Shared-Content .panel > .table > tbody:first-child > tr:first-child th,
body.use-bootstrap .Shared-Content .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
body.use-bootstrap .Shared-Content .panel > .table-bordered,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered {
  border: 0;
}
body.use-bootstrap .Shared-Content .panel > .table-bordered > thead > tr > th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tbody > tr > th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tfoot > tr > th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > thead > tr > td:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tbody > tr > td:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tfoot > tr > td:first-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
body.use-bootstrap .Shared-Content .panel > .table-bordered > thead > tr > th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tbody > tr > th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tfoot > tr > th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > thead > tr > td:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tbody > tr > td:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tfoot > tr > td:last-child,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
body.use-bootstrap .Shared-Content .panel > .table-bordered > thead > tr:first-child > td,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tbody > tr:first-child > td,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
body.use-bootstrap .Shared-Content .panel > .table-bordered > thead > tr:first-child > th,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tbody > tr:first-child > th,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
body.use-bootstrap .Shared-Content .panel > .table-bordered > tbody > tr:last-child > td,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tfoot > tr:last-child > td,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tbody > tr:last-child > th,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
body.use-bootstrap .Shared-Content .panel > .table-bordered > tfoot > tr:last-child > th,
body.use-bootstrap .Shared-Content .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
body.use-bootstrap .Shared-Content .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
body.use-bootstrap .Shared-Content .panel-group {
  margin-bottom: 20px;
}
body.use-bootstrap .Shared-Content .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .panel-group .panel + .panel {
  margin-top: 5px;
}
body.use-bootstrap .Shared-Content .panel-group .panel-heading {
  border-bottom: 0;
}
body.use-bootstrap .Shared-Content .panel-group .panel-heading + .panel-collapse > .panel-body,
body.use-bootstrap .Shared-Content .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
body.use-bootstrap .Shared-Content .panel-group .panel-footer {
  border-top: 0;
}
body.use-bootstrap .Shared-Content .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
body.use-bootstrap .Shared-Content .panel-default {
  border-color: #dddddd;
}
body.use-bootstrap .Shared-Content .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
body.use-bootstrap .Shared-Content .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
body.use-bootstrap .Shared-Content .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
body.use-bootstrap .Shared-Content .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
body.use-bootstrap .Shared-Content .panel-primary {
  border-color: #337ab7;
}
body.use-bootstrap .Shared-Content .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
body.use-bootstrap .Shared-Content .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
body.use-bootstrap .Shared-Content .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
body.use-bootstrap .Shared-Content .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
body.use-bootstrap .Shared-Content .panel-success {
  border-color: #d6e9c6;
}
body.use-bootstrap .Shared-Content .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
body.use-bootstrap .Shared-Content .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
body.use-bootstrap .Shared-Content .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
body.use-bootstrap .Shared-Content .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
body.use-bootstrap .Shared-Content .panel-info {
  border-color: #bce8f1;
}
body.use-bootstrap .Shared-Content .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
body.use-bootstrap .Shared-Content .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
body.use-bootstrap .Shared-Content .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
body.use-bootstrap .Shared-Content .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
body.use-bootstrap .Shared-Content .panel-warning {
  border-color: #faebcc;
}
body.use-bootstrap .Shared-Content .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
body.use-bootstrap .Shared-Content .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
body.use-bootstrap .Shared-Content .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
body.use-bootstrap .Shared-Content .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
body.use-bootstrap .Shared-Content .panel-danger {
  border-color: #ebccd1;
}
body.use-bootstrap .Shared-Content .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.use-bootstrap .Shared-Content .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
body.use-bootstrap .Shared-Content .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
body.use-bootstrap .Shared-Content .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
body.use-bootstrap .Shared-Content .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
body.use-bootstrap .Shared-Content .embed-responsive .embed-responsive-item,
body.use-bootstrap .Shared-Content .embed-responsive iframe,
body.use-bootstrap .Shared-Content .embed-responsive embed,
body.use-bootstrap .Shared-Content .embed-responsive object,
body.use-bootstrap .Shared-Content .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
body.use-bootstrap .Shared-Content .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
body.use-bootstrap .Shared-Content .embed-responsive-4by3 {
  padding-bottom: 75%;
}
body.use-bootstrap .Shared-Content .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
body.use-bootstrap .Shared-Content .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
body.use-bootstrap .Shared-Content .well-lg {
  padding: 24px;
  border-radius: 6px;
}
body.use-bootstrap .Shared-Content .well-sm {
  padding: 9px;
  border-radius: 3px;
}
body.use-bootstrap .Shared-Content .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
body.use-bootstrap .Shared-Content .close:hover,
body.use-bootstrap .Shared-Content .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body.use-bootstrap .Shared-Content button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
body.use-bootstrap .Shared-Content .modal-open {
  overflow: hidden;
}
body.use-bootstrap .Shared-Content .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
body.use-bootstrap .Shared-Content .modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
body.use-bootstrap .Shared-Content .modal.in .modal-dialog {
  transform: translate(0, 0);
}
body.use-bootstrap .Shared-Content .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
body.use-bootstrap .Shared-Content .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
body.use-bootstrap .Shared-Content .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0;
}
body.use-bootstrap .Shared-Content .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
body.use-bootstrap .Shared-Content .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.use-bootstrap .Shared-Content .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body.use-bootstrap .Shared-Content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
body.use-bootstrap .Shared-Content .modal-header .close {
  margin-top: -2px;
}
body.use-bootstrap .Shared-Content .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
body.use-bootstrap .Shared-Content .modal-body {
  position: relative;
  padding: 15px;
}
body.use-bootstrap .Shared-Content .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
body.use-bootstrap .Shared-Content .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
body.use-bootstrap .Shared-Content .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
body.use-bootstrap .Shared-Content .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
body.use-bootstrap .Shared-Content .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {

  body.use-bootstrap .Shared-Content .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  body.use-bootstrap .Shared-Content .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  body.use-bootstrap .Shared-Content .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {

  body.use-bootstrap .Shared-Content .modal-lg {
    width: 900px;
  }
}
body.use-bootstrap .Shared-Content .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Harmonia Sans W01", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.use-bootstrap .Shared-Content .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
body.use-bootstrap .Shared-Content .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
body.use-bootstrap .Shared-Content .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
body.use-bootstrap .Shared-Content .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
body.use-bootstrap .Shared-Content .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
body.use-bootstrap .Shared-Content .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
body.use-bootstrap .Shared-Content .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
body.use-bootstrap .Shared-Content .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
body.use-bootstrap .Shared-Content .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
body.use-bootstrap .Shared-Content .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
body.use-bootstrap .Shared-Content .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
body.use-bootstrap .Shared-Content .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
body.use-bootstrap .Shared-Content .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
body.use-bootstrap .Shared-Content .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
body.use-bootstrap .Shared-Content .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
body.use-bootstrap .Shared-Content .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Harmonia Sans W01", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
body.use-bootstrap .Shared-Content .popover.top {
  margin-top: -10px;
}
body.use-bootstrap .Shared-Content .popover.right {
  margin-left: 10px;
}
body.use-bootstrap .Shared-Content .popover.bottom {
  margin-top: 10px;
}
body.use-bootstrap .Shared-Content .popover.left {
  margin-left: -10px;
}
body.use-bootstrap .Shared-Content .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
body.use-bootstrap .Shared-Content .popover-content {
  padding: 9px 14px;
}
body.use-bootstrap .Shared-Content .popover > .arrow,
body.use-bootstrap .Shared-Content .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
body.use-bootstrap .Shared-Content .popover > .arrow {
  border-width: 11px;
}
body.use-bootstrap .Shared-Content .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
body.use-bootstrap .Shared-Content .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: -11px;
}
body.use-bootstrap .Shared-Content .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
body.use-bootstrap .Shared-Content .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, .25);
}
body.use-bootstrap .Shared-Content .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
body.use-bootstrap .Shared-Content .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, .25);
  top: -11px;
}
body.use-bootstrap .Shared-Content .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
body.use-bootstrap .Shared-Content .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, .25);
}
body.use-bootstrap .Shared-Content .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
body.use-bootstrap .Shared-Content .clearfix:before,
body.use-bootstrap .Shared-Content .clearfix:after,
body.use-bootstrap .Shared-Content .dl-horizontal dd:before,
body.use-bootstrap .Shared-Content .dl-horizontal dd:after,
body.use-bootstrap .Shared-Content .form-horizontal .form-group:before,
body.use-bootstrap .Shared-Content .form-horizontal .form-group:after,
body.use-bootstrap .Shared-Content .btn-toolbar:before,
body.use-bootstrap .Shared-Content .btn-toolbar:after,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group:before,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group:after,
body.use-bootstrap .Shared-Content .nav:before,
body.use-bootstrap .Shared-Content .nav:after,
body.use-bootstrap .Shared-Content .navbar:before,
body.use-bootstrap .Shared-Content .navbar:after,
body.use-bootstrap .Shared-Content .navbar-header:before,
body.use-bootstrap .Shared-Content .navbar-header:after,
body.use-bootstrap .Shared-Content .navbar-collapse:before,
body.use-bootstrap .Shared-Content .navbar-collapse:after,
body.use-bootstrap .Shared-Content .pager:before,
body.use-bootstrap .Shared-Content .pager:after,
body.use-bootstrap .Shared-Content .panel-body:before,
body.use-bootstrap .Shared-Content .panel-body:after,
body.use-bootstrap .Shared-Content .modal-header:before,
body.use-bootstrap .Shared-Content .modal-header:after,
body.use-bootstrap .Shared-Content .modal-footer:before,
body.use-bootstrap .Shared-Content .modal-footer:after {
  content: " ";
  display: table;
}
body.use-bootstrap .Shared-Content .clearfix:after,
body.use-bootstrap .Shared-Content .dl-horizontal dd:after,
body.use-bootstrap .Shared-Content .form-horizontal .form-group:after,
body.use-bootstrap .Shared-Content .btn-toolbar:after,
body.use-bootstrap .Shared-Content .btn-group-vertical > .btn-group:after,
body.use-bootstrap .Shared-Content .nav:after,
body.use-bootstrap .Shared-Content .navbar:after,
body.use-bootstrap .Shared-Content .navbar-header:after,
body.use-bootstrap .Shared-Content .navbar-collapse:after,
body.use-bootstrap .Shared-Content .pager:after,
body.use-bootstrap .Shared-Content .panel-body:after,
body.use-bootstrap .Shared-Content .modal-header:after,
body.use-bootstrap .Shared-Content .modal-footer:after {
  clear: both;
}
body.use-bootstrap .Shared-Content .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.use-bootstrap .Shared-Content .pull-right {
  float: right !important;
}
body.use-bootstrap .Shared-Content .pull-left {
  float: left !important;
}
body.use-bootstrap .Shared-Content .hide {
  display: none !important;
}
body.use-bootstrap .Shared-Content .show {
  display: block !important;
}
body.use-bootstrap .Shared-Content .invisible {
  visibility: hidden;
}
body.use-bootstrap .Shared-Content .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
body.use-bootstrap .Shared-Content .hidden {
  display: none !important;
}
body.use-bootstrap .Shared-Content .affix {
  position: fixed;
}
body.use-bootstrap .Shared-Content .visible-xs,
body.use-bootstrap .Shared-Content .visible-sm,
body.use-bootstrap .Shared-Content .visible-md,
body.use-bootstrap .Shared-Content .visible-lg {
  display: none !important;
}
body.use-bootstrap .Shared-Content .visible-xs-block,
body.use-bootstrap .Shared-Content .visible-xs-inline,
body.use-bootstrap .Shared-Content .visible-xs-inline-block,
body.use-bootstrap .Shared-Content .visible-sm-block,
body.use-bootstrap .Shared-Content .visible-sm-inline,
body.use-bootstrap .Shared-Content .visible-sm-inline-block,
body.use-bootstrap .Shared-Content .visible-md-block,
body.use-bootstrap .Shared-Content .visible-md-inline,
body.use-bootstrap .Shared-Content .visible-md-inline-block,
body.use-bootstrap .Shared-Content .visible-lg-block,
body.use-bootstrap .Shared-Content .visible-lg-inline,
body.use-bootstrap .Shared-Content .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {

  body.use-bootstrap .Shared-Content .visible-xs {
    display: block !important;
  }

  body.use-bootstrap .Shared-Content table.visible-xs {
    display: table !important;
  }

  body.use-bootstrap .Shared-Content tr.visible-xs {
    display: table-row !important;
  }

  body.use-bootstrap .Shared-Content th.visible-xs,
  body.use-bootstrap .Shared-Content td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {

  body.use-bootstrap .Shared-Content .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {

  body.use-bootstrap .Shared-Content .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {

  body.use-bootstrap .Shared-Content .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  body.use-bootstrap .Shared-Content .visible-sm {
    display: block !important;
  }

  body.use-bootstrap .Shared-Content table.visible-sm {
    display: table !important;
  }

  body.use-bootstrap .Shared-Content tr.visible-sm {
    display: table-row !important;
  }

  body.use-bootstrap .Shared-Content th.visible-sm,
  body.use-bootstrap .Shared-Content td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  body.use-bootstrap .Shared-Content .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  body.use-bootstrap .Shared-Content .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  body.use-bootstrap .Shared-Content .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

  body.use-bootstrap .Shared-Content .visible-md {
    display: block !important;
  }

  body.use-bootstrap .Shared-Content table.visible-md {
    display: table !important;
  }

  body.use-bootstrap .Shared-Content tr.visible-md {
    display: table-row !important;
  }

  body.use-bootstrap .Shared-Content th.visible-md,
  body.use-bootstrap .Shared-Content td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

  body.use-bootstrap .Shared-Content .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

  body.use-bootstrap .Shared-Content .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

  body.use-bootstrap .Shared-Content .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {

  body.use-bootstrap .Shared-Content .visible-lg {
    display: block !important;
  }

  body.use-bootstrap .Shared-Content table.visible-lg {
    display: table !important;
  }

  body.use-bootstrap .Shared-Content tr.visible-lg {
    display: table-row !important;
  }

  body.use-bootstrap .Shared-Content th.visible-lg,
  body.use-bootstrap .Shared-Content td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {

  body.use-bootstrap .Shared-Content .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {

  body.use-bootstrap .Shared-Content .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {

  body.use-bootstrap .Shared-Content .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {

  body.use-bootstrap .Shared-Content .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  body.use-bootstrap .Shared-Content .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

  body.use-bootstrap .Shared-Content .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {

  body.use-bootstrap .Shared-Content .hidden-lg {
    display: none !important;
  }
}
body.use-bootstrap .Shared-Content .visible-print {
  display: none !important;
}
@media print {

  body.use-bootstrap .Shared-Content .visible-print {
    display: block !important;
  }

  body.use-bootstrap .Shared-Content table.visible-print {
    display: table !important;
  }

  body.use-bootstrap .Shared-Content tr.visible-print {
    display: table-row !important;
  }

  body.use-bootstrap .Shared-Content th.visible-print,
  body.use-bootstrap .Shared-Content td.visible-print {
    display: table-cell !important;
  }
}
body.use-bootstrap .Shared-Content .visible-print-block {
  display: none !important;
}
@media print {

  body.use-bootstrap .Shared-Content .visible-print-block {
    display: block !important;
  }
}
body.use-bootstrap .Shared-Content .visible-print-inline {
  display: none !important;
}
@media print {

  body.use-bootstrap .Shared-Content .visible-print-inline {
    display: inline !important;
  }
}
body.use-bootstrap .Shared-Content .visible-print-inline-block {
  display: none !important;
}
@media print {

  body.use-bootstrap .Shared-Content .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {

  body.use-bootstrap .Shared-Content .hidden-print {
    display: none !important;
  }
}

/* Shared basics */
/* Shared across site */
* {
  box-sizing: border-box;
}

@font-face {
  font-family: fallback;
  src: local("Arial");
  font-size-adjust: 0.5;
}

html {
  /*font-family: "fallback", Helvetica, sans-serif;*/
  font-family: "Harmonia Sans W01", Helvetica, sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


/* Main Container */
.Shared-Main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.Shared-Content {
  flex-grow: 1;
}
.Shared-Link {
  color: #189aff;
  text-decoration: none;

  transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

  .Shared-Link:active,
  .Shared-Link:hover {
    opacity: 0.65;
  }


  .Shared-Link--arrow {
     white-space: nowrap;
  }

    .Shared-Link--arrow:after {
      content: "";
      display: inline-block;
      width: 5px;
      height: 9px;

      margin-left: 0.3em;

      background: url(/assets/img/shared/link-arrows/arrow-blue-189aff.svg);
    }


  .Shared-Link--teal {
     color: #37bfe1;
  }

    .Shared-Link--arrow.Shared-Link--teal:after {
      background: url(/assets/img/shared/link-arrows/arrow-teal-37bfe1.svg);

      /*border: 3px solid red;*/
    }
    
    
.Shared-Button {
  background: #151a37;
  color: #fff;
  box-shadow: 0 6px 13px rgba(0, 0, 0, .1);

  font-weight: 500;

  text-decoration: none;

  font-size: 1.6em;
  padding: 0.8em 1em;

  border-radius: 3px;

  display: inline-block;
}

  .Shared-Button--white {
    background: #fff;
    color: #000;
    transition: color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }

    .Shared-Button--white:hover { 
      color: rgba(0, 0, 0, .65);
    }

  .Shared-Button--secondary {
    background: rgba(0, 0, 0, .2);
    box-shadow: none;
    font-weight: 400;
  }

  .Shared-Button--grey {
    /*background: rgba(42, 57, 63, 1.2);*/
    background: rgba(42, 57, 63, .2);
    color: #fff;

    transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }

    .Shared-Button--grey:hover {
      opacity: 0.65;
    }

/* Icons */
.Shared-Button--arrow {
  white-space: nowrap;
}

  .Shared-Button--arrow:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;

    margin-left: 0.3em;

    background: url(/assets/img/shared/link-arrows/arrow-black-000.svg);

    opacity: 1.0;
    transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .Shared-Button--arrow:hover:after {
    opacity: 0.65;
  }

/* Spacing */
.Shared-Button + .Shared-Button {
  margin-left: 1em;
}


/* Grid, must come after base.css*/

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
}

.container {
  /*max-width: 106.8rem;*/
  max-width: 130rem;
  padding-right: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-left: 2rem;
}

.container-fluid {
  padding-right: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-left: 2rem;
}

/* Disable outer margins */

.container--no-outer-margin,
.container-fluid--no-outer-margin {
  padding-right: 0;
  padding-left: 0;
}

.container--no-outer-margin > .row,
.container-fluid--no-outer-margin > .row {
  margin-left: 0;
  margin-right: 0;
}


.container--no-outer-margin,
.container-fluid--no-outer-margin {
  padding-right: 0;
  padding-left: 0;
}

/* Disable gutters */

.container--no-gutter > .row > div,
.container-fluid--no-gutter > .row > div {
  padding: 0;
}

.container--child {
  /*margin-left: var(--gutter-compensation);*/
  /*margin-right: var(--gutter-compensation);*/
}

.flexbox-grid-size-label:before {
  content: "x-small" !important;
}

@media only screen and (min-width: 48em) {
    .flexbox-grid-size-label:before {
    content: "small" !important;
  }
}

@media only screen and (min-width: 64em) {
    .flexbox-grid-size-label:before {
    content: "medium" !important;
  }
}

@media only screen and (min-width: 75em) {
    .flexbox-grid-size-label:before {
    content: "large" !important;
  }
}


.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-right: -1rem;
  margin-left: -0.5rem;
  margin-left: -1rem;
}

/*.row .row {
  margin-left: 0;
  margin-right: 0;
}

.row .container .row {
  margin-left: initial;
  margin-right: initial;
}*/

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-right: 1rem;
  padding-left: 0.5rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  /*text-align: start;*/
}

.center-xs {
  justify-content: center;
  /*text-align: center;*/
}

.end-xs {
  justify-content: flex-end;
  /*text-align: end;*/
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  /*.container {
    width: var(--container-sm, 46rem);
  }*/

  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-0,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    padding-right: 0.5rem;
    padding-right: 1rem;
    padding-left: 0.5rem;
    padding-left: 1rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: 1rem;
    padding-left: 0.5rem;
    padding-left: 1rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  /*.container {
    width: var(--container-md, 61rem);
  }*/

  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-0,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    padding-right: 0.5rem;
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    padding-left: 2.5rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    padding-right: 0.5rem;
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    padding-left: 2.5rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    padding-left: 2.5rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  /*.container {
    width: var(--container-lg, 71rem);
  }*/

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    padding-left: 2.5rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}


/* Shared across site */
.Shared-Navigation {
  height: 48px;
  position: relative;
  z-index: 1000;
}

  .Shared-Navigation-innerContainer {
    border-bottom: 1px solid rgba(62, 91, 101, .1);
  }

.Shared-Navigation-logoLink {
  width: 21px;
  height: 48px;
  /*background: #ddd;*/
  display: block;

  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;

  /*background: linear-gradient(#ddd, #ddd);*/
  background-image: url(/assets/img/nav/logo-nav.svg?2);
  background-size: 21px 22px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.Shared-Navigation-link {
  -webkit-tap-highlight-color: transparent;
  transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);

  /*border: 3px solid red;*/
  display: block;
}
  .Shared-Navigation-link:hover,
  .Shared-Navigation-link:active {
    opacity: 0.65;
    /*cursor: pointer;*/
  }

  .Shared-Navigation-link--listLink {
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;

    color: #314e5e !important;

    height: 48px;
    line-height: 48px;
    display: inline-block;
  }

.Shared-Navigation-site {
  list-style: none;
  padding: 0;
  margin: 0;

  /*background: red;*/
  width: 100%;

  display: flex;
  justify-content: space-between;
}

  .Shared-Navigation-site li {
    display: block;
    flex-grow: 0;
  }

.Shared-Navigation-user {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

  .Shared-Navigation-user li {
    display: inline;
  }

    .Shared-Navigation-user li + li {
      margin-left: 1em;
    }

    .Shared-Avatar {
      vertical-align: middle;
      position: relative;
      top: -3px;
      margin-right: 1rem !important;
      display: block;
      padding: 0;
    }



.Shared-Navigation-openai {
  position: relative;
}

.Shared-Navigation-openaiLink {
  width: 47px;
  height: 48px;
  display: block;

  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;

  /*background: linear-gradient(#ddd, #ddd);*/
  background:  url(/assets/img/nav/nav-openai-logo.svg);
  background-size: 47px 18px;
  background-position: 0 50%;
  background-repeat: no-repeat;

  position: absolute;
  right: 0;
}
/*@import "./navigation/navigation.mobile.css";*/
.Shared-Footer {
  /*height: 48px;*/
  position: relative;
  z-index: 1000;

  /*opacity: 0.5;*/

  /*background: #f0f3f5;*/
}

  .Shared-Footer-innerContainer {
    border-top: 1px solid rgba(62, 91, 101, .1);

    /*opacity: 0.5;*/
  }

.Shared-Footer-logoLink {
  width: 21px;
  height: 48px;
  /*background: #ddd;*/
  display: block;

  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;

  /*background: linear-gradient(#ddd, #ddd);*/
  background-image: url(/assets/img/nav/logo-nav.svg?2);
  background-size: 21px 22px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.Shared-Footer-link {
  -webkit-tap-highlight-color: transparent;
  transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);

  /*border: 3px solid red;*/
  display: block;

  opacity: 0.4;
}
  .Shared-Footer-link:hover,
  .Shared-Footer-link:active {
    /*opacity: 0.65;*/
    opacity: 0.75;
    /*cursor: pointer;*/
  }

  .Shared-Footer-link--listLink {
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;

    color: #314e5e !important;

    height: 48px;
    line-height: 48px;
    display: inline-block;
  }

.Shared-Footer-site {
  list-style: none;
  padding: 0;
  margin: 0;

  /*background: red;*/
  width: 100%;

  display: flex;
  justify-content: space-between;
}

  .Shared-Footer-site li {
    display: block;
    flex-grow: 0;
  }

.Shared-Footer-openai {
  position: relative;
}

.Shared-Footer-openaiLink {
  width: 47px;
  height: 48px;
  display: block;

  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;

  /*background: linear-gradient(#ddd, #ddd);*/
  background:  url(/assets/img/footer/footer-openai-logo.svg);
  background-size: 47px 18px;
  background-position: 0 50%;
  background-repeat: no-repeat;

  position: absolute;
  right: 0;
}

/* Pages */
/* @2x Images (Pixel Ratio of 1.25+) */

/* Overwrite navigation */
.Page-home .Shared-Navigation {
  position: absolute;
  width: 100%;/*background: rgba(33, 30, 32, 0.9);*/
  background: rgba(22, 22, 22, .9);
  border-bottom: 1px solid rgba(161, 166, 180, .03);
}
.Page-home .Shared-Navigation-innerContainer {
  border: 0;
}
.Page-home .Shared-Navigation-logoLink {
  background-image: url(/assets/img/nav/logo-nav-light.svg?4);
  opacity: 0.45;
}
.Page-home .Shared-Navigation-logoLink:hover {
  opacity: 0.2925;
}
.Page-home .Shared-Navigation-openaiLink {
  background-image:  url(/assets/img/nav/nav-openai-logo-light.svg?5);
  opacity: 0.45;
}
.Page-home .Shared-Navigation-openaiLink:hover {
  opacity: 0.2925;
}
.Page-home .Shared-Navigation-link--listLink {/*color: #c2c5cf;*/
  color: rgba(194, 197, 207, .45) !important;/*background: red;*/
}
.Page-home .Shared-Footer {
  background: #f0f3f5 !important;
}

/* Introduction ("Universe is...") */
.Home-Intro {
  background: #f6f6f8 linear-gradient(#fff, #f6f6f8);
  /*overflow: hidden;*/
  /*width: 100vw;*/
}

  .Home-Intro-textContainer {
    /*padding: 105px 0;*/
    padding: 14rem 0;
  }

  .Home-Intro-logo {
    text-transform: uppercase;
    margin-top: 0;
  }

  .Home-Intro-subTitle {
    color: #0b0314;

    background-image: -webkit-linear-gradient(left, #0b0314, #434650);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 3em;
    line-height: 1.27em;
    font-weight: 400;

    margin-top: 0;
    margin-bottom: 0;
  }

  .Home-Intro-description {
    color: #3d3e47;
    font-size: 2.4em;
    line-height: 1.33em;

    margin: 0.5em 0 0.7em;
  }

  .Home-Intro-linkList {
    list-style: none;
    padding: 0;
    margin: 0;
  }

    .Home-Intro-linkList li {
      padding: 0;
      margin: 0;
      /*display: inline;*/
    }

      .Home-Intro-linkList li + li {
          margin-top: 1em;
          /*margin-left: 1em;*/
      }

    .Home-Intro-linkList-link {
      font-size: 2em;
    }


    /* Covers */
    .Home-Intro-coverCol {
      position: relative;
    }

    .Home-Intro-coverContainer {
      /*min-height: 500px;*/

      /*background: green;*/

      position: absolute;
      width: 100%;
      height: 100%;

      /*While fixing grid*/
      /* Think need to set overflow-hidden on the contaier*/
      /*display: none;*/

      /*overflow: hidden;*/

    }

      .Home-Intro-cover {
        position: absolute;

        z-index: 1000;
        /*box-shadow: 0 13px 34px rgba(0,0,0,0.35);*/

        box-shadow: 0 30px 100px 0 rgba(0, 0, 0, .35);

        /*background: #000;*/
      }

        /* Box shadow doesnt render in chrome if same el has a bg img ??? */
        .Home-Intro-cover-img {
          width: 100%;
          height: 100%;

          background: #000;
          background-size: 100% 100%;
        }

        .Home-Intro-cover--1 {
          width: 190px;
          height: 232.0052px;
          top: 7.7%;
          left: 8.8%;
        }

          .Home-Intro-cover--1
            .Home-Intro-cover-img {
            background-image: url(/assets/img/home/covers/cover-world-of-goo.jpg);
            background-size: 100% 100%;
          }
          
          @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
                            only screen and (min--moz-device-pixel-ratio: 1.25),
                            only screen and (min-device-pixel-ratio: 1.25),
                            only screen and (min-resolution: 1.25dppx) {
            .Home-Intro-cover--1 .Home-Intro-cover-img {
                background-image: url(/assets/img/home/covers/cover-world-of-goo@2x.jpg);
            }
          }

        .Home-Intro-cover--2 {
          width: 294px;
          height: 358.99752px;
          top: 12.2%;
          left: 33%;
        }

          .Home-Intro-cover--2
            .Home-Intro-cover-img {
            background-image: url(/assets/img/home/covers/cover-minecraft.jpg);
          }

          @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
                            only screen and (min--moz-device-pixel-ratio: 1.25),
                            only screen and (min-device-pixel-ratio: 1.25),
                            only screen and (min-resolution: 1.25dppx) {
            .Home-Intro-cover--2
              .Home-Intro-cover-img {
                background-image: url(/assets/img/home/covers/cover-minecraft@2x.jpg);
            }
          }
          

        .Home-Intro-cover--3 {
          width: 133px;
          height: 162.40364px;
          top: 68.8%;
          left: 19.9%;
        }

          .Home-Intro-cover--3
            .Home-Intro-cover-img {
            background-image: url(/assets/img/home/covers/cover-foldit.jpg);
          }

          @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
                            only screen and (min--moz-device-pixel-ratio: 1.25),
                            only screen and (min-device-pixel-ratio: 1.25),
                            only screen and (min-resolution: 1.25dppx) {
            .Home-Intro-cover--3
              .Home-Intro-cover-img {
                background-image: url(/assets/img/home/covers/cover-foldit@2x.jpg);
            }
          }

        .Home-Intro-cover--4 {
          width: 133px;
          height: 162.40364px;
          top: 32.9%;
          left: 77.4%;
        }

          .Home-Intro-cover--4
            .Home-Intro-cover-img {
            background-image: url(/assets/img/home/covers/cover-portal2.jpg);
          }

          @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
                            only screen and (min--moz-device-pixel-ratio: 1.25),
                            only screen and (min-device-pixel-ratio: 1.25),
                            only screen and (min-resolution: 1.25dppx) {
            .Home-Intro-cover--4
              .Home-Intro-cover-img {
                background-image: url(/assets/img/home/covers/cover-portal2@2x.jpg);
            }
          }

/* Hacky 2-col grid for the right behavior */


@media only screen and (min-width: 48em) {

  .Home-2-col-left {
    padding-right: 1rem !important;
  }

  .Home-2-col-right {
    padding-left: 1rem !important;
  }
}

@media only screen and (min-width: 64em) {
  .Home-2-col-left {
    padding-right: 2.5rem !important;
  }

  .Home-2-col-right {
    padding-left: 2.5rem !important;
  }
}



@media only screen and (min-width: 48em) {
  .Home-2-col-inner-container {
    width: calc(200% + 2rem);
  }
}

@media only screen and (min-width: 64em) {
  .Home-2-col-inner-container {
    width: calc(200% + 5rem);
  }
}

/* Features (1000+ apps, etc..) */

.Home-Features {
  background: #f6f6f8;

  padding-bottom: 100px;
}

  .Home-Features-title {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 0.5em;
  }

  .Home-Features-description {
    font-size: 2em;
    line-height: 1.4em;

    margin: 0.5em 0;
  }

  /* Catalog (1000+ apps) */
  .Home-Features-catalog {
    background: #050a0f;
    
    /* Color profiles acting up */
    background: #0b1014;

    padding: 300px 0 8rem 0;
    position: relative;
    overflow: hidden;


    background-image: url(/assets/img/home/catalog/covers.jpg?4);
    background-size: 857px 348px;
    background-position: 50% -19px;
    background-repeat: no-repeat;
  }

    @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
                            only screen and (min--moz-device-pixel-ratio: 1.25),
                            only screen and (min-device-pixel-ratio: 1.25),
                            only screen and (min-resolution: 1.25dppx) {
      .Home-Features-catalog {
        background-image: url(/assets/img/home/catalog/covers@2x.jpg?4);
      }
    }

    .Home-Catalog-coversContainer {
      display: none;

      /*display: flex;*/
      /*align-items: center;*/
      /*position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 280px;*/
    }

      /*.Home-Catalog-covers {
        width: 857px;
        height: 509px;
        background: url(/assets/img/home/catalog/covers.jpg) 100% 100%;
        border: 1px solid green;

        flex-shrink: 0;

        opacity: 0.5;
      }*/

    .Home-Features-catalog .Home-Features-title {
      color: #fff;
      position: relative;
      z-index: 2;
    }

    .Home-Features-catalog .Home-Features-description {
      color: rgba(255, 255, 255, .7);
      position: relative;
      z-index: 2;
    }

  .Home-Features-interface {
    background: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;

    padding: 8rem 0;

    overflow: hidden;
  }

    @media only screen and (min-width: 48em) {
      .Home-Features-interface {
        margin-top: 5rem;
        /*margin-bottom: 5rem;*/
      }
    }

    @media only screen and (min-width: 64em) {
      .Home-Features-interface {
        margin-top: 5rem;
        margin-bottom: 5rem;
      }
    }

    .Home-Features-interface .Home-Features-title {
      color: #e27629;

      background-image: -webkit-linear-gradient(left, #e27629, #f1269d);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .Home-Features-interface .Home-Features-description {
      color: #3d3e47;
    }

    .Home-Features-interface .Home-Features-description:after {
      box-sizing: border-box;
      content: '';
      display: block;
      width: 170px;
      height: calc(27px + 1.3em);

      margin-top: 1.2em;
      border-top: 1px solid rgba(62, 91, 101, .1);
      padding-top: 1.3em;

      background: url(/assets/img/home/human-interface.svg?3);
      background-size: 170px 27px;
      background-position: 0 100%;
      background-repeat: no-repeat;
    }

.Home-Features-actions {
  background: #c8d5da;
  padding: 5rem 0;
  white-space: nowrap;
}

  .Home-Features-actions .Shared-Button {
    font-size: 1.7em;
  }


/* Shared */

.Home-Section {
  padding: 9rem 0;
}

  .Home-SectionHeader {
    max-width: 58.4rem;
    margin: 0 auto;
    text-align: center;
  }

  .Home-SectionHeader-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6em;
    margin: 0 0 0.9em;
  }

  .Home-SectionHeader-intro {
    font-weight: 400;
    font-size: 3em;
    line-height: 1.28em;
    margin: 0 0 1.6em;
  }

/* Training */
.Home-Training {
  position: relative;
  background: #6faf9f;
  min-height: 500px;
  overflow: hidden;
}

  /* Background */
  .Home-Training svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    min-width: 1276px;
  }
  

  .Home-Training-content {
    position: relative;
    z-index: 1;
  }


  /* Title */
  .Home-SectionHeader-title--training {
    color: rgba(0, 0, 0, .6);
  }

  .Home-SectionHeader-intro--training {
    color: #fff;
  }

  .Home-Training-carousel {
    height: 305px;
    background: rgba(0, 0, 0, .05);
  }

  /* Carousel */

  .Home-Training-Carousel {
    margin: 2.3rem 0 3rem;

    /*flex-direction: column;*/

    /*border: 3px solid green;*/

    position: relative;
  }

    /* Agent */
    .Home-Training-agent {
      position: absolute;
      width: 68px;
      height: 68px;
      z-index: 100;

      top: -44px;
      left: 50%;
      margin-left: -34px;

      overflow: hidden;
      border-radius: 50%;
    
      box-shadow: 0 6px 16px rgba(6, 21, 62, .75);
    }

       .Home-Training-agent img,
       .Home-Training-agent object {
         width: 100%;
         height: 100%;
       }

    /* Videos */

    .Home-Training-viewRowContainer {
      width: 110%;
      margin-left: -5%;

      display: flex;
      align-items: center;
      justify-content: center;
    }

    .Home-Training-videoRow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-grow: 1;

      -webkit-user-select: none;

         -moz-user-select: none;

          -ms-user-select: none;

              user-select: none;
    }

      .Home-Training-videoCell {
        width: 256px;
        height: 144px;
        /*padding-top: 56.25%;*/
        /*margin: 0 2rem;*/
        
        /*background: red;*/

        margin: 0 2rem;
        flex-shrink: 0;

        min-width: 256px;

        position: relative;

        /* Initial state */
      }

        .Home-Training-videoCell--focused {
        
          width: 33vw;
          min-width: 256px;
          max-width: 640px;


          height: 18.5625vw;
        }
        

      .Home-Training-videoCell-solvedBadge {
        /*display: none;*/
        width: 20px;
        height: 20px;
        background: url(/assets/img/home/animation/solved.svg);
        
        position: absolute;
        right: -10px;
        bottom: -10px;

        border-radius: 50%;
        box-shadow: 0 7px 24px rgba(0, 0, 0, .15);

        opacity: 0.0;
        transform: scale(0.0);

        /*TODO: Transition goes here*/
        transition: opacity 500ms ease,
                    transform 500ms ease;

      }

        .Home-Training-videoCell--solved .Home-Training-videoCell-solvedBadge {
          opacity: 1.0;
          transform: scale(1.0);
        }

        /* */
        .Home-Training-videoCell--unsolved:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;

          background: #000;
          opacity: 0;
          z-index: 2;

          border-radius: 5px;

          /* This kills performance for some reason? */
          /*transition: opacity 1000ms ease;*/

          pointer-events: none;
        }

        .Home-Training-videoCell--unsolved:after {
          opacity: 0.5;
        }

        /*.Home-Training-videoCell .Video {
          transition: opacity 1000ms ease;
        }

        .Home-Training-videoCell--unsolved .Video {
          transition: opacity 1000ms ease;
          opacity: 0.5;
        }*/

      .Home-Training-videoRow .Video {
        /*width: 100%;*/
        /*transform: scale(0.4);*/
        /*transform-origin: 0 0;*/
        position: relative;
        overflow: hidden;
      }

        .Home-Training-videoRow .Video video {
          border-radius: 5px;
          /*position: relative;*/
          /*z-index: 10;*/

          /* lol this old trick worked.
             Force it into a painted layer? */
          /*transform: translate3d(0.00001deg,0,0,0);*/
        }

      .Home-Training-progressContainer {
        margin-top: 3.5rem;

        height: 4px;
        width: 200px;
        background: rgba(0, 0, 0, .54);

        /* Initial state */
        opacity: 0.0;

        overflow: hidden;
      }

        .Home-Training-progressBar {
          width: 100%;
          position: relative;
          height: 4px;
          background: linear-gradient(90deg, #87d85f, #dee80f);

          /* Initial state */
          transform-origin: 0 0;
          transform: scaleX(0.0) scaleY(1.0);
        }

      .Home-Training-carousel-description {
        font-size: 2.4em;
        line-height: 1.375em;
        color: #fff;
        text-align: center;

        max-width: 60rem;
        margin: 2em auto 6.5rem;
      }

  /* Below carousel */

  .Home-Training-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .Home-Training-list-cell {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.33em;

    margin-bottom: 1.8em;
    position: relative;

    max-width: 24.5rem;
  }

    .Home-Training-list-cell:last-child {
      margin-bottom: 0;
    }

    /* Icon */
    .Home-Training-list-cell:after {
      content: '';
      display: block;
      background: red;
      width: 20px;
      height: 20px;

      position: absolute;
      top: 0;
      left: -25px;
    }

      .Home-Training-list-cell--catalog:after {
        background: url(/assets/img/home/training/icon-environments.png);
        background-size: 100% 100%;
        width: 44px;
        height: 44px;
        left: -74px;
      }

        @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
                            only screen and (min--moz-device-pixel-ratio: 1.25),
                            only screen and (min-device-pixel-ratio: 1.25),
                            only screen and (min-resolution: 1.25dppx) {
          .Home-Training-list-cell--catalog:after {
            background-image: url(/assets/img/home/training/icon-environments@2x.png);
          }
        }

      .Home-Training-list-cell--diversity:after {
        background: url(/assets/img/home/training/icon-diversity.svg);
        width: 40px;
        height: 48px;
        left: -72px;
      }

      .Home-Training-list-cell--concurrency:after {
        background: url(/assets/img/home/training/icon-arrows.svg);
        width: 40px;
        height: 40px;
        left: -72px;
      }

  /* Curve */
  .Home-Training-curve {
    position: relative;
    margin-top: 1.4rem;
  }

    .Home-Training-curve-title {
      font-size: 1.4em;
      color: rgba(255, 255, 255, .5);
      position: absolute;
      top: 0;
      margin: 0;
    }

      /* '1000+' label */
      .Home-Training-curve-1000 {
        display: block;
        width: 83px;
        height: 25px;

        white-space: nowrap;
        text-indent: 100%;

        background: url(/assets/img/home/training/label-1000.svg);
        background-repeat: no-repeat;

        margin: 2.2rem 0 1rem;

        overflow: hidden;

        /*position: absolute;*/
      }

      /* Border above title */
      .Home-Training-curve-title:before {
        content: '';
        display: block;
        width: 68px;
        height: 1px;
        background: rgba(255, 255, 255, .2);
      }

      /* SVG container */
      .Home-Training-curve-figure {
        display: block;
        margin: 0;
        /*padding: 2.2rem 0 0 0;*/
        padding: 0;
        /*padding: 0;*/
      }

      /* SVG */
      .Home-Training-curve-svg {
        width: 271px;
        height: 151px;

        background: url(/assets/img/home/training/difficulty-curve.png);
        background-size: 100% 100%;
        
        /*background: rgba(0,0,0,0.1);*/
      }

        /*TODO: retina image */
        @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
                            only screen and (min--moz-device-pixel-ratio: 1.25),
                            only screen and (min-device-pixel-ratio: 1.25),
                            only screen and (min-resolution: 1.25dppx) {
          .Home-Links-cell--browse:before {
            background: url(/assets/img/home/training/difficulty-curve@2x.png);
          }
        }

      .Home-Training-curve-caption {
        font-size: 1.4em;
        color: rgba(255, 255, 255, .5);

        margin-top: 0.9em;
      }

/* More features */

.Home-Features--moreFeatures {
  padding: 75px 0 100px;
}

  /* Left box */
  .Home-Features-sharedBenchmarks {
    background: #000;

    padding: 8.5rem 0 0 0;
    position: relative;
    overflow: hidden;
  }

    .Home-sharedBenchmarks-titleContainer {
      max-width: 31.5rem;
    }

    .Home-Features-comingSoon {
      color: #ffeb4e;
      font-size: 1.4em;
      font-weight: 500;
      padding: 0.4em 0.6em;
      text-transform: uppercase;
      border: 1px solid #ffeb4e;
      border-radius: 2px;

      display: inline-block;
    }

    /* Agents graphic*/
    .Home-sharedBenchmarks-agentContainer {
      /*display: none;*/

      width: 744px;
      left: 50%;
      margin-left: -372px;
      margin-top: 175px;
      margin-bottom: -200px;
      height: 400px;

      position: relative;
      /*border: 3px solid red;*/
    }

      .Home-sharedBenchmarks-agent {
        width: 228px;
        height: 228px;
        border-radius: 50%;
        overflow: hidden;

        position: absolute;
      }

      .Home-sharedBenchmarks-agent:nth-child(1) {
        margin-left: 0;
      }

      .Home-sharedBenchmarks-agent:nth-child(2) {
        left: 253px;
        top: -110px;
      }

      .Home-sharedBenchmarks-agent:nth-child(3) {
        left: 506px;
        top: -220px;
      }

      .Home-sharedBenchmarks-agent:nth-child(4) {
        left: 218px;
        top: 155px
      }

      .Home-sharedBenchmarks-agent:nth-child(5) {
        left: 471px;
        top: 45px;
      }

      /*.Home-sharedBenchmarks-agent {
        width: 857px;
        height: 509px;
        background: url(/assets/img/home/catalog/covers.jpg) 100% 100%;
        border: 1px solid green;

        flex-shrink: 0;

        opacity: 0.5;
      }*/

    .Home-Features-sharedBenchmarks .Home-Features-title {
      color: #fff;
      position: relative;
      z-index: 2;
    }

    .Home-Features-sharedBenchmarks .Home-Features-description {
      color: rgba(255, 255, 255, .7);
      position: relative;
      z-index: 2;
    }

    

  /* Right box */
  .Home-Features-benchmarking {
      background: #fff;
      margin-top: 2rem;
      /*margin-bottom: 2rem;*/

      padding: 7.5rem 0 10rem 0;

      overflow: hidden;
    }

      @media only screen and (min-width: 48em) {
        .Home-Features-benchmarking {
          margin-top: 5rem;
          /*margin-bottom: 5rem;*/
        }
      }

      @media only screen and (min-width: 64em) {
        .Home-Features-benchmarking {
          margin-top: 5rem;
          /*margin-bottom: 5rem;*/
        }
      }

      .Home-Features-benchmarking .Home-Features-title {
        color: #e27629;

        background-image: -webkit-linear-gradient(120deg, #e27629, #f1269d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .Home-Features-benchmarking .Home-Features-description {
        color: #3d3e47;
      }


      /* Feature blocks */
      .Home-Features-benchmarking-blockContainer {
      }

        /* Border */
        .Home-Features-benchmarking-blockContainer:before {
          content: '';
          display: block;
          width: 135px;
          height: 1px;
          background: rgba(62, 91, 101, .1);

          margin: 4rem 0;

          /*border: 2px solid red;*/
        }

      .Home-Features-benchmarking-block {
        padding-left: 34px;
        margin-bottom: 3rem;
      }

        .Home-Features-benchmarking-block:last-child {
          margin-bottom: 0;
        }
      
      .Home-benchmarking-title {
        font-size: 2em;
        line-height: 1.4em;
        font-weight: 500;

        margin: 0 0 0.3em;
        padding: 0;

        position: relative;
      }

        /* Icon */
        .Home-benchmarking-title:after {
          content: '';
          display: block;
          position: absolute;
          background-repeat: no-repeat;
        }

          .Home-benchmarking-title--transfer:after {
            background-image: url(/assets/img/home/benchmarking/transfer-learning.svg);
            width: 18px;
            height: 22px;

            top: 3px;
            left: -30px;
          }

          .Home-benchmarking-title--standardized:after {
            background-image: url(/assets/img/home/benchmarking/standardized-tasks.svg);
            width: 20px;
            height: 20px;

            top: 4px;
            left: -30px;
          }


/* Getting started */

.Home-GetStarted {
  background: #f7f9fa;
  background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, .0));
  background-size: 100% 330px;
  background-repeat: no-repeat;
}

  /* Title */
  .Home-SectionHeader-title--getStarted {
    color: #6e7182;
  }

  .Home-SectionHeader-intro--getStarted {
    color: #000;
  }

    .Home-SectionHeader-intro--getStarted span {
      display: block;
    }

      .Home-GetStarted-codeIntro {
        color: #f1269d;

        background-image: -webkit-linear-gradient(0deg, #e27629, #f1269d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

  /* Code block */
  .Home-GetStarted-codeContainer {
    background: #fff;
    /*max-width: 608px;*/

    max-width: 700px;

    /*min-height: 315px;*/
    /*box-shadow: 0 20px 29px rgba(9, 16, 41, 0.08);*/
    /*box-shadow: 0 30px 100px 0 rgba(9, 16, 41, 0.08);*/
    box-shadow: 0 25px 50px 0 rgba(9, 16, 41, .08);
 
    margin: 0 auto;
  }
  
    /* Code snippet */
    .Home-GetStarted-code {
      background: #fff;

      min-height: 202px;
      margin: 0;
      padding: 50px 90px;

      font-size: 1.3em;
      line-height: 1.428em;
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace;

      color: #222;
    }

      /* Syntax highlighting */

      /* Keyword */
      .Home-GetStarted-code .pl-k {
        color: #a71d5d;
        /*font-weight: 500;*/
      }

      /* Global? */
     .Home-GetStarted-code .pl-c1 {
       color: #0086b3;
      }

      .Home-GetStarted-code .pl-v {
        color: #ed6a43;
      }

      /* Comment*/
      .Home-GetStarted-code .pl-c {
        color: #999;
      }

      /* String*/
      .Home-GetStarted-code .pl-s {
        color: #183691;
      }

      /* Quote ' */
      .Home-GetStarted-code .pl-pds {
        color: #183691;
      }

    /* Caption */
    .Home-GetStarted-caption {
      /*background: #f9fafb;*/
      position: relative;
    }

      .Home-GetStarted-caption p {
        color: #55586c;
        font-size: 1.6em;
        line-height: 1.315em;
        margin: 0;

        /*max-width: 46rem;*/
        /*max-width: 36rem;*/
        
        transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);

        transform-origin: 0 50%;
      }

      .Home-GetStarted-caption strong {
        font-weight: 500;
        color: #000;
        display: block;
      }

    /* Arrow button */
    .Home-GetStarted-arrow {
      width: 72px;
      height: 72px;
      background: #191e3b;
      background-image: url(/assets/img/home/getting-started/big-arrow.svg),
                  linear-gradient(#1c213e, #141936);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      border-radius: 50%;
      box-shadow: 0 6px 13px rgba(0, 0, 0, .16);

      position: absolute;

      top: 50%;
      margin-top: -36px;
      right: -36px;

      transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    }

    
    /* Link around caption */
    .Home-GetStarted-link {
      text-decoration: none;
      display: block;
      padding: 40px 90px;

      background: #f9fafb;
      transition: background 300ms cubic-bezier(0.4, 0.0, 0.2, 1);

      background-image: url(/assets/img/home/getting-started/code.svg);
      background-repeat: no-repeat;
      background-position: 40px 50%;
    }

      /* Hover effects */
      .Home-GetStarted-link:hover {
        background-color: #eff2f5;
      }

      .Home-GetStarted-link:hover >
        .Home-GetStarted-arrow {
        transform: translateX(10px);
      }

      .Home-GetStarted-link:hover >
        p {
        transform: scale(1.05);
      }


  /* Links at bottom of page */

  .Home-Links {
    background: #f0f3f5;
  }

    .Home-Links-cell {
      font-size: 1.8em;
      line-height: 1.4em;
      text-align: center;
    }

      /* Icon */
      .Home-Links-cell:before {
        content: '';
        display: block;
        opacity: 0.8;
      }

        .Home-Links-cell--share:before {
          width: 44px;
          height: 44px;
          background: url(/assets/img/home/links/link-submit.svg);
          background-position: 50% 50%;
          background-repeat: no-repeat;
          
          margin: 0 auto 17px auto;
        }


        .Home-Links-cell--browse:before {
          width: 44px;
          height: 44px;
          background: url(/assets/img/home/links/link-browse.png);
          background-size: 100% 100%;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          
          margin: 0 auto 17px auto;
        }

          @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
                            only screen and (min--moz-device-pixel-ratio: 1.25),
                            only screen and (min-device-pixel-ratio: 1.25),
                            only screen and (min-resolution: 1.25dppx) {
            .Home-Links-cell--browse:before {
              background-image: url(/assets/img/home/links/link-browse@2x.png);
            }
          }

        .Home-Links-cell--chat:before {
          width: 55px;
          height: 41px;
          background: url(/assets/img/home/links/link-chat.png);
          background-size: 100% 100%;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          
          margin: 1px auto 19px auto;
        }

          @media only screen and (-webkit-min-device-pixel-ratio: 1.25),
                            only screen and (min--moz-device-pixel-ratio: 1.25),
                            only screen and (min-device-pixel-ratio: 1.25),
                            only screen and (min-resolution: 1.25dppx) {
            .Home-Links-cell--chat:before {
              background-image: url(/assets/img/home/links/link-chat@2x.png);
            }
          }

      .Home-Links-cell p {
        padding: 0;
        color: #5c6070;

        max-width: 24rem;
        margin: 0 auto 0.5em;
      }
/* Header (video / animation thing) */
.Home-Header {
  background-repeat: no-repeat;
  background-size: fit;

  height: 100vh;

  min-height: 400px;
  max-height: 715px;

  /*height: 1300px;*/

  position: relative;
  z-index: 1;
  overflow: hidden;

  /*pointer-events: none;
  cursor: default;
  user-select: none;*/

  /*display: none;*/
 }

.Home-Header--isAnimating {
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

  /* Background */
  .Home-Header svg {
    position: absolute;
    width: 100%;
    height: 100%;

    min-width: 1280px;
  }




/*
  ### Intro Animation

  # Initial style for each element is in the 
  # slide in which it first appears
*/


.Slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
  
  position: absolute;
  width: 100%;
  height: 100%;
}

  .Slide-Title-33 {
    font-size: 3.3em;
    font-weight: 400;
    line-height: 1.272em;
    color: #fff;

    max-width: 56rem;

    margin: 0;
    margin-bottom: 0.3em;
  }

  .Slide-Description-24 {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.33em;
    color: rgba(245, 243, 226, .9);

    max-width: 48rem;

    margin: 0;
  }


.Second-act-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*border: 1px solid red;*/
}

/* ## Slide --1-- ## */

.Slide1 {
  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 30;
}

.Slide1-container {

}

.Slide1-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;

  margin: 0;
  margin-bottom: 1rem;

  text-align: center;

  /* Initial animation state */
  opacity: 0.0;
  /*transform: translateY(-20px);*/
}

.Slide1-title {
  color: #f5f3e2;
  font-size: 3.4em;
  line-height: 1.235em;
  font-weight: 400;
  text-align: center;

  margin: 0;

  max-width: 50rem;

  /* Initial animation state */
  opacity: 0.0;
}

.Slide1-links {
  font-size: 2.2em;
  text-align: center;

  /* Initial state */
  display: none;
}

  .Slide1-links a {
    color: #37bfe1;
    transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: none;

    padding: 0 0.5em;
  }

    .Slide1-links a:hover {
      opacity: 0.65;
    }


/* ## Slide --2-- ## */
.Slide2 {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;

  /*display: none;*/
}

  .Slide2-agentContainer {
    width: 110%;
    margin-left: -5%;

    display: flex;
    justify-content: space-between;

    /*background: blue;*/
  }

  .Slide2-agent {
    /*border: 2px solid red;*/
    /*flex-grow: 1;*/
    margin: 0 2rem;

    box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .34);
    border-radius: 50%;
    overflow: hidden;

    width: 228px;
    height: 228px;

    /* Initial animation state */
    opacity: 0.0;
  }

    .Slide2-sharedAgent {
      z-index: 10;
      position: relative;
    }

  .Slide2-textContainer {
    text-align: center;
    margin-top: 6rem;
  }

    .Slide2-title,
    .Slide2-description {
      margin-left: auto;
      margin-right: auto;

      /* Initial animation state */
      opacity: 0.0;
    }

/* ## Slide --3-- # */
.Slide3 {
  z-index: 5;
}

.Slide3-videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.Video-1-container {
  /*border: 1px solid red;*/
  position: relative;
}

.Video {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, .63);
  
  /*height: calc(0.5625 * 50vw);*/
  padding-top: 56.25%;

  /*background: #b5c6d9;*/
  /*background: url(/assets/img/home/videos/thumbnails/test-thumbnail-2.png);*/
  background: #111;
  background-size: 100% 100%;
}

  .Video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .Video video::-webkit-media-controls {
    display: none;
  }

  .Video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;

    /*border: 3px solid red;*/
  }

.Video-1 {
  /*width: 640px;*/
  /*height: 360px;*/

  /*width: 50vw;
  /*height: calc(0.5625 * 50vw);*/
  /*padding-top: 56.25%;*/

  /*max-width: 640px;*/
  /*max-height: calc(0.5625 * 360px);*/

  /*background: #b5c6d9;*/


  width: 50vw;
  max-width: 640px;
  max-height: 202.5px;


  /* Initial State */ 
  opacity: 0.0;
}

.VideoAnnotation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;

  display: flex;
  align-items: center;
}

.VideoAnnotation-0 {
  left: -27rem;

  display: flex;
  align-items: center;

  opacity: 0.0;
}

  .VideoAnnotation-0-textContainer {
    width: 27rem;
    /*background: red;*/
    margin-left: -6.5rem;
  }

  .VideoAnnotation-0-keyboard {
    position: relative;
    margin-top: 32px;
  }

.VideoAnnotation-1 {
  opacity: 0.0;
}

  .VideoAnnotation-1-textContainer {
    width: 28rem;
    /*background: red;*/
    margin-left: 6.5rem;
  }

  .VideoAnnotation-1-zoom {
    position: relative;
    margin-top: 32px;
    left: -213px;
  }

.VideoAnnotation-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -27rem;

  display: flex;
  align-items: center;

  opacity: 0.0;
}

  .VideoAnnotation-2-textContainer {
    width: 27rem;
    /*background: red;*/
    margin-left: -6.5rem;
  }

  .VideoAnnotation-2-keyboard {
    position: relative;
    margin-top: 32px;
  }


/* ## Slide --4-- # */
.Slide4 {
  /*z-index: 10;*/
  display: flex;
  align-items: center;
  justify-content: center;

  flex-direction: column;

  /*display: none;*/
}

  .Slide4-textContainer {
    text-align: center;
    /*margin-top: 6rem;*/

    /*background: green;*/
  }

    .Slide4-title,
    .Slide4-description {
      margin-left: auto;
      margin-right: auto;

      /* Initial animation state */
      opacity: 0.0;
    }

    .Slide4-description {
      max-width: 50rem;
    }

.Slide4-videoContainer {
  margin-top: 3.5rem;

  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  /*background: blue;*/
}

  .Slide4-agentPropertyContainer,
  .Slide4-agentPropertyContainer-placeholder {
    height: 76px;
    width: 154px;
    background: #000;
    border-radius: 38px;
  }

  .Slide4-agentPropertyContainer-placeholder {
    margin-bottom: -38px;
    visibility: hidden;
  }

  .Slide4-agentPropertyContainer {
    background: #000;
    border-radius: 38px;

    position: absolute;
    z-index: 9;

    top: 50%;
    left: 50%;
    margin-left: -77px;

    opacity: 0.0;
  }

    .Slide4-agentProperty-chart {
      position: absolute;
      right: 3px;
      top: 3px;
    }

.Slide4-videoRow {
  /*margin-top: -16px;*/

  display: flex;
  /*justify-content: space-between;*/
  /*width: 110%;*/
  /*margin-left: -5%;*/

  /*width: 100%;*/

  /*border: 1px solid blue;*/
}

  .Slide4-videoCell {
    width: 256px;
    height: 144px;
    /*padding-top: 56.25%;*/
    /*margin: 0 2rem;*/
    
    /*background: red;*/

    margin: 0 2rem;
    flex-shrink: 0;

    position: relative;

    /* Initial state */
    opacity: 0.0;
  }

    .Slide4-videoCell--placeholder {
      /*visibility: hidden;*/
    }

      .Slide4-videoCell--placeholder .Video {
        visibility: hidden;
      }

  .Slide4-videoCell-solvedBadge {
    display: none;
    width: 20px;
    height: 20px;
    background: url(/assets/img/home/animation/solved.svg);
    
    position: absolute;
    right: -10px;
    bottom: -10px;

    border-radius: 50%;
    box-shadow: 0 7px 24px rgba(0, 0, 0, .15);

    opacity: 0.0;
    transform: scale(0.0);

    /*TODO: Transition goes here*/
    transition: opacity 500ms ease,
                transform 500ms ease;

  }

    .Slide4-videoCell--solved .Slide4-videoCell-solvedBadge {
      opacity: 1.0;
      transform: scale(1.0);
    }

    /* */
    .Slide4-videoCell:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;

      background: #000;
      opacity: 0;
      z-index: 2;
      border-radius: 5px;

      /* This kills performance for some reason? */
      /*transition: opacity 1000ms ease;*/
    }

    .Slide4-videoCell--unsolved:after {
      opacity: 0.5;
    }

    /*.Slide4-videoCell .Video {
      transition: opacity 1000ms ease;
    }

    .Slide4-videoCell--unsolved .Video {
      transition: opacity 1000ms ease;
      opacity: 0.5;
    }*/

  .Slide4-videoRow .Video {
    width: 100%;
    /*transform: scale(0.4);*/
    /*transform-origin: 0 0;*/
  }

  .Slide4-progressContainer {
    margin-top: 3.5rem;

    height: 4px;
    width: 200px;
    background: rgba(0, 0, 0, .54);

    /* Initial state */
    opacity: 0.0;

    overflow: hidden;
  }

    .Slide4-progressBar {
      width: 100%;
      position: relative;
      height: 4px;
      background: linear-gradient(90deg, #87d85f, #dee80f);

      /* Initial state */
      transform-origin: 0 0;
      transform: scaleX(0.0) scaleY(1.0);
    }



/* ## Slide --5-- # */

.Slide5 {
  /*background: red;*/

  /* Initial state */
  /*display: none;*/
}

  /* Text */
  .Slide5-textContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    z-index: 5;
  }

    .Slide5-title {
      font-size: 4em;

      /* Initial state */
      opacity: 0.0;
    }

    .Slide5-description {
      max-width: 65rem;

      /* Initial state */
      opacity: 0.0;
    }

    .Slide5-overlay {
      background: rgba(0, 0, 0, .5);

      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

      z-index: 3;

      /* Initial state */
      opacity: 0.0;
    }


  /* Video wall */
  .Slide5-videoWall {
    display: flex;
    flex-direction: column;
    /*transform: translateY(-50px);*/

    height: 110%;
    margin-top: 0%;
    justify-content: space-between;

    /* Initital state */
    /*opacity: 0.0;*/
  }

    .Slide5-videoWall-row {
      display: flex;
      flex-shrink: 0;

      /*border: 2px solid green;*/

      /* Initial state */
      /*opacity: 0.0;*/
    }

    .Slide5-videoWall-row:nth-child(1) {
      /*margin-left: -50px;*/
    }

    .Slide5-videoWall-row:nth-child(2) {
      margin-left: -85px;
      /*border: 2px solid red;*/
    }

    .Slide5-videoWall-row:nth-child(3) {
      margin-left: -170px;
    }

    .Slide5-videoWall-row:nth-child(4) {
      margin-left: -255px; 
    }

    .Slide5-videoWall-row:nth-child(5) {
      margin-left: -200px;
    }

  .Slide5-videoCell {
    width: 256px;
    height: 144px;
    /*padding-top: 56.25%;*/
    /*margin: 0 2rem;*/
    
    /*background: red;*/

    margin: 2rem;
    flex-shrink: 0;

    position: relative;

    /* Initial state */
    opacity: 0.0;
  }
.Shared-Documentation {

  padding: 30px 0 150px;

}
.Shared-Documentation hr {
  border: 0;
  height: 1px;
  background: #ebeeef;
  margin: 3rem 0;
}
.Shared-Documentation h2 {
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.Shared-Documentation p {
  font-size: 1.7em;
  line-height: 1.4em;
  margin: 1em 0;
  color: #191919;
}
.Shared-Documentation p.intro {
  font-size: 2.4em;
  line-height: 1.333em;
  margin: 0.5em 0;
  color: #505159;
}
.Shared-Documentation ul {
  font-size: 1.7em;
  line-height: 1.4em;
  margin: 0.5em 0;
}
.Shared-Documentation ul li {
  margin-bottom: 0.5em;
}




/* Dev Only */
/* CUSTOM CSS */
:root {
  /*--grid-gutter-width: 5rem;
  --outer-margin: 2rem;*/
}

.flexboxgrid-debug-grid-container {
  /*background: rgba(255,0,0,0.05);*/
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  pointer-events: none;
  z-index: 99999;
}

.flexboxgrid-debug-container {
  background: rgba(255, 0, 0, .1);
  position: absolute;
}

.flexboxgrid-debug-row,
.flexboxgrid-debug-col {
  height: 100%;
}

.flexboxgrid-debug-col {
  background: rgba(255, 0, 0, .1);
  height: 100%;
  position: relative;
}

  .flexboxgrid-debug-col:before {
    content: '';
    display: block;
    /*position: absolute;*/
    /*width: calc(100% - var(-gutter-width) - 2px);*/
    /*height: 100%;*/

    width: calc(100% - 2px);
    height: 100%;

    background: rgba(255, 0, 0, .1);
    border-left: 1px solid rgba(255, 0, 0, .3);
    border-right: 1px solid rgba(255, 0, 0, .3);
  }



/*@custom-media --sm-viewport only screen and (min-width: 48em);
@custom-media --md-viewport only screen and (min-width: 64em);
@custom-media --lg-viewport only screen and (min-width: 75em);

flexboxgrid-debug-col:before {
  width: calc(100% - var(--xs-gutter-width) - 2px);
}

@media (--sm-viewport) {
  flexboxgrid-debug-col:before {
    width: calc(100% - var(--sm-gutter-width) - 2px);
  }
}

@media (--md-viewport) {
  flexboxgrid-debug-col:before {
    width: calc(100% - var(--gutter-width) - 2px);
  }
}

@media (--lg-viewport) {
  flexboxgrid-debug-col:before {
    width: calc(100% - var(--gutter-width) - 2px);
  }
}*/

  /*.flexboxgrid-debug-col:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: red;
  }

  .flexboxgrid-debug-col:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: blue;
    left: calc(100% - 1rem);
  }*/

.flexboxgrid-debug-col {
  /*background: rgba(0,255,0,0.1);*/
  /*height: 100%;*/
}

.flexbox-grid-size-label {
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 2px 7px;
  position: fixed;
  bottom: 0;
  right: 0;
}
  .flexbox-grid-size-label:before {
    display: block;
    content: '---'
  }


/* Legacy */
/* Put as little css in here as possible. */
* {
  /*box-sizing: border-box;*/
}

html {
}

:root, body {
}

body {
}

dl.indented > dd {
  margin-left: 15px;
}

/* Main */

.Shared-Main {
}

/* */

.Shared-AltBackground {
  /*background: #e8f7f9 !important;*/
}

/* Avatar */
.Shared-Avatar {
  margin: 0;
  padding: 0;

  display: inline-block;
  border-radius: 50%;
  overflow: hidden;

  background: #485257;
  /*transform: rotate(0.000001deg);*/

  /*mask-image: radial-gradient(circle, white 100%, black 100%);*/
}

  .Shared-Avatar--19px {
    width: 19px;
    height: 19px;
  }

  .Shared-Avatar img {
    vertical-align: top;
  }

/* Content container */

.Shared-ContentContainer {
  padding: 55px 0;
}

@media (max-width: 768px) {
  .Shared-ContentContainer {
    padding: 15px 0;
  }
}

/* Button */

.Shared-Button {

}

/* Header */
.Shared-Header {
  /*background: #21b5c2;*/
  /*background: #35bbc7;*/
  background: #f4f9fa;

  padding: 40px 0;

  /*text-align: center;*/
}

  @media (min-height: 768px) {
    .Shared-Header {
      padding: 60px 0;
    }
  }

  .Shared-Header-title,
  .Shared-Header-subTitle {
    /*font-size: 30px;*/
    font-size: 34px;
    line-height: 1.28em;
    margin: 0;
    padding: 0;
    font-weight: 400;

    text-align: center;
  }

    .Shared-Header--leftAligned .Shared-Header-title,
    .Shared-Header--leftAligned .Shared-Header-subTitle {
      text-align: left;
    }

  .Shared-Header-title,
  .Shared-Header-title a {
    color: #00384d;
  }
    .Shared-Header-title a {
      transition: all 200ms ease;
      border-bottom: 1px solid rgba(0, 56, 77, .2);
    }

    .Shared-Header-title a:hover {
      color: #000;
      border-bottom-color: rgba(0, 56, 77, .6);
    }

  .Shared-Header-subTitle {
    color: #000;
  }

  .Shared-Header-link {
    color: #00384d;
    transition: all 200ms ease;
  }

    .Shared-Header-link:hover {
      color: #000;
    }


  .Shared-Header--object {
    /*background: #cbeef1;*/
    /*background: #eefafa;*/
  }

    .Shared-Header--object .Shared-Header-title,
    .Shared-Header--object .Shared-Header-title a {
      /*color: #06393d;*/
      /*color: #fff;*/
    }

/* Shared-FilterBar */
.Shared-FilterBar {
  background: #f2f8f9;
  text-align: center;
  padding: 20px 0;
}

  .Shared-FilterBar-control {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
  }

    .Shared-FilterBar-control label {
      font-weight: 400;
      color: #7da0a7;
    }

    .Shared-FilterBar-control input[type=checkbox] {
      /*border: 3px solid red;*/
      margin-right: 2px;
    }

    .Shared-FilterBar-control input[type=text] {
      border: 0;
      border-bottom: 1px solid #d9dfe0;
      transition: border 200ms ease;
      background: none;
      padding: 2px 0;
    }

      .Shared-FilterBar-control input[type=text]:focus {
        /*background: red;*/
        outline: none;
        border-bottom-color: #21b5c2;
      }

  .Shared-FilterBar-button {
    font-size: 16px;
    padding: 4px 9px !important;
  }

/**/

.Shared-NoWrap {
  white-space: nowrap;
  display: inline-block;
}

/* Tabs */

.Shared-Tabs {
  border-bottom: 1px solid rgba(18, 65, 69, .07);
  margin-bottom: 30px;
}

  .Shared-Tabs div {
    display: inline-block;
    margin-right: 30px;
  }

  .Shared-Tabs a {
    font-size: 20px;
    line-height: 1.28em;
    padding: 0 0 15px 0;
    display: block;


    color: #799193 !important;
    text-decoration: none !important;

    margin-bottom: -1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }

  .Shared-Tabs div.active a {
    pointer-events: none;
    border-bottom: 2px solid #21b5c2;

    color: #0a2b2e !important;
  }

    .Shared-Tabs a:active {
      color: #0a2b2e !important;
    }

/* Table */

.Shared-Table {
  width: 100%;
  margin: 30px 0;
}

  .Shared-Table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;

    color: #518287;

    padding: 8px 0;

    text-align: left;
  }

    .Shared-Table th:last-child {
      text-align: right;
    }

  .Shared-Table tr td {
    border-top: 1px solid rgba(18, 65, 69, .07);
    padding: 15px 0;

    font-size: 18px;
  }

    .Shared-Table tr td:last-child {
      text-align: right;
    }

    .Shared-Table tr:last-child td {
      border-bottom: 1px solid rgba(18, 65, 69, .07);
    }

/* Override bootstrap */
/*a {
  color: #1bb5c2;
}

  a:hover {
    color: #1bb5c2;
  }*/

pre {
  border: 0;
  border-radius: 0;
  background: #e9f3f5;
  padding: 30px;
}

  pre code {
    background: none !important;
  }

/* Freeform text */

.Shared-FreeForm {

}

  .Shared-FreeForm p {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 1em;
  }

    .Shared-FreeForm p.Shared-Freeform--introParagraph {
      font-size: 20px;
    }

  .Shared-FreeForm ul,
  .Shared-FreeForm ol {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 1em;
  }


    .Shared-FreeForm li {
      padding: 0.5em 0;
    }

  .Shared-FreeForm h1 {
    font-size: 34px;
    line-height: 1.28em;
    margin-bottom: 0.5em;
    font-weight: 400;
  }

  .Shared-FreeForm h2 {
    font-size: 24px;
    line-height: 1.28em;
    font-weight: 400;
  }

  .Shared-FreeForm hr {
    margin: 40px 0 !important;

    border-top-color: rgba(18, 65, 69, .07) !important;
  }

  .Shared-FreeForm figure {
    display: block;
    margin: 40px auto;
    padding: 0;

    text-align: center;
  }

  .Shared-FreeForm pre {
    margin: 1.5em 0;
  }


/* Button */


.btn {
  border: 0 !important;

  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;

  outline: none !important;
}


/* Default (normal) button */
.btn-default {
  background: #ccdfe2 !important;
  color: #59808a !important;

  box-shadow: none !important;
  transition: all 300ms ease;
}

.btn-group .btn-default.active {
  background: #a2babf !important;
  color: #fff !important;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: 0 !important;
}


/* Primary (default) button */
.btn-primary {
  background: #21b5c2;

  transition: all 300ms ease;
}

  .btn-primary:hover,
  .btn-primary:focus {
    background: #21b5c2;
  }

  .btn-primary:active {
    background: #1d9da8;
    outline: none;
  }

.btn-shadow {
  position: relative;
  box-shadow: 0 5px 27px rgba(0, 0, 0, .16) !important;
}

  .btn-shadow:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 30px rgba(0, 0, 0, .16),
                0 7px 50px rgba(0, 0, 0, .1) !important;
  }


/* Submissions - used both for envs and benchmark */

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block; /* For Firefox */
  color:   gray;
}

.Shared-Submissions-SearchBar {
  border:  1px dashed #DDD;
  width:   290px;
  height:  30px;
  padding: 5px;
  float:   left;
}

.Shared-Submissions-SearchBar:focus {
  border:  1px dashed #33F;
}

.Shared-Submissions-OnlyMeButton {
  height:  30px;
  display: hidden;
  padding: 2px 20px;
  margin-left: 10px;
}


/* fonts */
b, strong {
  font-weight: 500;
}

/* Override hljs */
.hljs {
  padding: 0 !important;
}



.Shared-Video {
  position: relative;
  margin: 0;
  padding: 0;

  width: 100%;
  /*height: 300px;*/

  box-sizing: content-box;
  height: 0;
  padding-bottom: 56.25%; /* 16 : 9 */;

}

  .Shared-Video--placeholder {
    background: #fff;
    background-image: url(<%= image_path("video/placeholder-image.svg") %>);
    background-size: 100% 100%;
  }

/*    .Shared-Video--placeholder:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;

      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
    }
*/
  .Shared-Video-container {
    position: relative;

    /*border-radius: 3px;*/

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /*overflow: hidden;*/

    font-size: 0; /* Get rid of spacing */

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden
  }



    .Shared-Video-player {
      border-radius: 5px;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .1);
    }



    /* Can be either img, video, or div */
    .Shared-Video-player > * {
      border-radius: 5px;
      object-fit: contain;
      width: 100%;
      height: 100%;
    }

      .Shared-Video--cover .Shared-Video-player > * {
        object-fit: cover;
      }

    .Shared-Video-caption {
      position: absolute;
      right: 10px;
      pointer-events: none;

      display: inline-block;
      display: none;
      padding: 3px 6px;

      font-size: 13px;
      font-weight: 500;


      /*background: rgba(0,0,0,0.4);*/
      /*color: #fff;*/


      /*background: rgba(255,255,255,0.4);*/

      /*color: rgba(0,0,0,0.5);*/

    }

.Writeup-comment {
    margin-bottom: 25px;
}

.Writeup-comment-body {
    background: rgba(217, 235, 237, 1);
    border-radius: 8px;
    padding: 30px;
}

.Writeup-comment-body > * {
    font-size: 16px;
    line-height: 1.4em;

    /*max-width: 700px;*/
}

.Writeup-comment-body > p:last-child {
    margin-bottom: 0;
}

.Writeup-comment-meta {
    font-size: 16px;
    line-height: 1.4em;

    display: flex;
    justify-content: space-between;

    margin-top: 15px;
}

    .Writeup-comment-meta .Shared-Avatar {
        margin-right: 6px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .Writeup-comment-meta a {
        color: #0a2b2e;
        /*font-weight: 500;*/
    }

    .Writeup-comment-meta a:hover {
        color: #1bb5c2;
    }

    .Writeup-comment-meta .timestamp {
        color: #7b8f92;
    }
.Citations {
  /*background: red;*/
  color: #99bcbf;
}

  .Citations .container {
    margin-top: 40px;
    padding-top: 20px;
    /*border-top: 1px solid rgba(18, 65, 69, 0.07);*/
  }

  .Citations-content {
    border-bottom: 1px solid rgba(18, 65, 69, .07);
    padding-bottom: 50px;
  }

/*
  .Citations + .GlobalFooter .container {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(18, 65, 69, 0.07);
  }
*/
  .Citations a {
    color: #99bcbf;
    text-decoration: none !important;
  }

    .Citations a:hover {
      color: #6d9498;
    }

.docutils.citation ol {
  list-style-type: none;
  padding: 0;
}

.docutils.citation .label { }
.Page-environments {
  min-width: 650px;
}

.EnvironmentsList {
  /*background: #f4f9fa;*/

  /*background-image: linear-gradient(#f4f9fa, #f4f9fa);
  background-size: 50% 100%;
  background-repeat: no-repeat;*/
  /*background-size: 80% 100%;*/
  /*background-image: -webkit-linear-gradient(left, #f4f9fa 50%, #fff 50%)*/
}

.EnvironmentsList-SidebarBackground {
  display: block;
  /*width: 100px;*/
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;

  background: #f4f9fa;
}

  @media (max-width: 768px) {
    .EnvironmentsList-SidebarBackground {
      display: none;
    }
  }

/* Sub nav */
.EnvironmentsList-Nav {
  /*margin-top: 81px;*/
  /*margin-top: 60px;*/
  /*margin-bottom: 40px;*/

  /*padding: 30px 30px 30px 0;*/

  /*padding-top: 81px;*/
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .EnvironmentsList-Nav {
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
    /*text-align: center;*/
    /*border-bottom: 1px solid 1px solid rgba(18, 65, 69, 0.07);*/
  }
}

  .EnvironmentsList-Nav-header {
    display: block;

    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 500;

    padding: 12px 0;
    color: #494d56;

    text-decoration: none;

  }

    .EnvironmentsList-Nav-item + .EnvironmentsList-Nav-header:before {
      content: '';
      display: block;
      width: 100px;
      margin: 20px 0;

      border-top: 1px solid rgba(47, 56, 61, 0.0.05);
      
    }

	.EnvironmentsList-Nav-item {
    display: block;

		font-size: 1.6em;
    line-height: 1.4em;
    /*border-bottom: 1px solid rgba(18, 65, 69, 0.07);*/

    /*padding: 12px 0;*/
    color: #383c45;
    padding: 6px 0;


    text-decoration: none;

    padding-left: 24px;
    margin-right: 30px;

    background: url(/assets/img/environments/category.svg);
    background-size: 12px 12px;
    background-position: 0 11px;
    background-repeat: no-repeat;

    opacity: 1;
    transition: opacity 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

    .EnvironmentsList-Nav-item:hover,
    .EnvironmentsList-Nav-item:active {
      /*color: #000;*/
      /*text-decoration: underline;*/

      opacity: 0.65;
    }

    .EnvironmentsList-Nav-item--active,
    .EnvironmentsList-Nav-item--active:hover,
    .EnvironmentsList-Nav-item--active:active {
      color: #1270d1 !important;
      cursor: default !important;
      text-decoration: none !important;
      font-weight: 500;

      background-image: url(/assets/img/environments/category-active.svg);

      opacity: 1 !important;
    }

  .EnvironmentsList-Nav-item:last-child {
    border-bottom: 0;
  }


/* List of environments */
.EnvironmentsList-GroupContainer {
  background: #fff;

  overflow: hidden;
}
.EnvironmentsList-Group {
  padding: 60px 0 60px 60px;
  width: 100%;
}

.EnvironmentsList-Header {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(18, 65, 69, .07);

  /*text-align: center;*/
}

  .EnvironmentsList-Header-title,
  .EnvironmentsList-Header-subTitle {
    font-size: 24px;
    line-height: 1.28em;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }

  .EnvironmentsList-Header-title {
    color: #0a2b2e;
  }

  .EnvironmentsList-Header-subTitle {
    color: #63787a;
  }


/* Individual environment cell */

.EnvironmentsList-CellContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  /*justify-content: flex-start;*/

  margin-left: -20px;
  margin-right: -20px;
}

.EnvironmentsList-Cell {
  /*text-align: center;*/

  /*border: 1px solid red;*/
  /*width: 33%;*/

  /*min-width: 300px;*/
  /*max-width: 400px;*/
  /*width: 300px;*/

  /*width: 100%;*/

  /*min-width: 300px;*/
  /*max-width: 300px;*/

  /*flex-grow: 1;*/
  /*flex: 1;*/

  /*background: green;*/


  /*display: flex;*/
  /*align-items: center;*/

  margin: 0 20px 20px;

  /*width: 220px;*/
  /*max-width: 240px;*/
  /*width: 220px;*/
  flex-shrink: 1;

  /*width: calc(33% - 40px);*/

  width: calc(50% - 40px);

}

  @media (min-width: 800px) {
    .EnvironmentsList-Cell {
      width: calc(33% - 40px);
    }
  }



.EnvironemntsList-Cell-inner {
  /*
  display: flex;
  align-items: center;*/
  /*width: 100%;*/

  /*background: red;*/


  /*padding: 0 30px;*/
}

  /*@media (min-width: 768px) {
    .EnvironmentsList-Cell {
      width: 50%;
    }
  }
  @media (min-width: 992px) {
    .EnvironmentsList-Cell {
      width: 33%;
    }
  }
  @media (min-width: 1200px) {
    .EnvironmentsList-Cell {
      width: 33%;
    }
  }*/


  .EnvironmentsList-Cell-link {
    display: block;
    padding: 20px 0 10px;
    text-decoration: none !important;
  }

  .EnvironmentsList-Cell-video {
    /*width: 220px;*/
    /*max-width: 220px;*/
    display: block;
    margin: 0 auto;
  }


  .EnvironmentsList-Cell-info {
    transition: transform 300ms ease;
    will-change: transform;
  }

  .EnvironmentList-Cell-tags {
    text-align: left;
    margin-top:7px;
  }


  .EnvironmentList-Cell-tag {
    padding-left:7px;
    padding-right:7px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 2px;
    border-radius: 10px;
  }

  .EnvironmentList-Cell-tag-green {
    background: #E1FFE7;
    color:#999999;
  }

  .EnvironmentList-Cell-tag-yellow {
    background: #FAFFD0;
    color:#999999;
  }

  .EnvironmentList-Cell-tag-blue {
    background: #D5FFFE;
    color:#999999;
  }

  .EnvironmentsList-Cell-title {
    font-size: 18px;
    line-height: 1.28em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #0a2b2e;
    margin-top: 10px;
    margin-left:3px;

    /*border: 1px solid red;*/
  }

  .EnvironmentsList-Cell-description {
    font-size: 18px;
    line-height: 1.28em;
    font-weight: 400;
    padding: 0;

    color: #63787a;

    /*border: 1px solid blue;*/

    /*max-width: ;*/
    margin: 0 auto;
  }

.Page-environment-detail .Shared-Navigation {
  background: #f4f9fa;
}


/* Header */
.Environment-Header {

}

  .EnvironmentHeader-text-col,
  .EnvironmentHeader-video-col {
  }

  .EnvironmentHeader-text-col {
    display: flex;
    align-items: center;
    justify-content: center;

    /*background: blue;*/
    /*min-height: */
  }

  .EnvironmentHeader-text {
    /*background: red;*/
  }

  .EnvironmentHeader-title {
    /*font-stretch: */
  }

  .EnvironmentHeader-title {
    font-size: 34px;
    line-height: 1.28em;
    font-weight: 400;
    margin: 0 0 0.5em;
    padding: 0;

    color: #0a2b2e;
  }

  .EnvironmentHeader-description {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    /*margin: 0.5em 0 0 0;*/
    /*padding: 0;*/

    color: #63787a;

    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 1em;
    /*margin-bottom: 1.5em;*/
  }

  .EnvironmentHeader-freeform {
    opacity: 0.7;
  }

  .EnvironmentHeader-freeform,
  .EnvironmentHeader-freeform * {
    font-size: 16px;
    line-height: 1.4em;
    color: #7b8c90;

    font-style: italic;
  }

  .EnvironmentHeader-freeform pre {
    font-size: 13px;
    background: rgba(0, 0, 0, .1);
    margin: 1em 0;
  }

  .EnvironmentHeader-background {
    /*font-style: italic;*/
  }

  .EnvironmentHeader-Video {
    margin-top: 20px;
    padding-left: 50px;
  }

  .EnvironmentHeader-Video--author {
    text-align: center;

    will-change: transform;
    transform: translateY(0);

    /*padding-top: 20px;*/
    padding-top: 5.5%;

    color: #8198a4;
  }

    .EnvironmentHeader-Video--author a {
      color: #50616a;
      text-decoration: none;

      transition: color 200ms ease;
    }

      .EnvironmentHeader-Video--author a:hover {
        color: #000;
        color: #1bb5c2;
      }

/* Scoreboard */
.Environment-Scoreboard {
  /*background: #e8f7f9;*/
  padding: 45px 0;
}


  /* Filter */
  .Environment-Scoreboard-filter {
    text-align: right;
  }

  /* Header */
  .Environment-ScoreboardHeader {
    margin-bottom: 30px;
  }

    .Environment-ScoreboardHeader-title {
      font-size: 22px;
      line-height: 1.28em;
      font-weight: 400;
      margin: 0;
      padding: 0;

      color: #0a2b2e;
    }

    .Environment-ScoreboardHeader-description {
      font-size: 22px;
      line-height: 1.28em;
      font-weight: 400;
      margin: 0;
      padding: 0;

      color: #63787a;
    }

.EvaluationDetail {
}

.EvaluationTitlebar {
  /*border-bottom: 1px solid rgba(18, 65, 69, 0.07);*/
  /*margin-bottom: 30px;*/
  /*padding-bottom: 30px;*/
}

    .EvaluationTitlebar a {
        text-decoration: none !important;
    }


@media (min-width: 768px) {

  .EvaluationTitlebar-row {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
  }

}

.EvaluationTitlebar-leftLink,
.EvaluationTitlebar-rightLink {
  /*padding-top: 20px;*/
  font-size: 16px;
  font-weight: 400;

  /*background: blue;*/
}

.EvaluationTitlebar-leftLink > *,
.EvaluationTitlebar-rightLink > * {
  /*background: red;*/
}

.EvaluationTitlebar-leftLink,
.EvaluationTitlebar-rightLink {
  font-size: 18px;
}

.EvaluationTitlebar-leftLink::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(<%= image_path("assets/img/evaluation/link-arrow-left.svg") %>);

  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 2px;
  opacity: 0.8;
}

  @media (max-width: 768px) {
    .EvaluationTitlebar-leftLink {
      display: none;
    }
  }

.EvaluationTitlebar-rightLink {
    text-align: right;
}

  @media (max-width: 768px) {
    .EvaluationTitlebar-rightLink {
      text-align: center;
    }
  }

  .EvaluationTitlebar-rightLink .Shared-Avatar {
      vertical-align: middle;
      position: relative;
      top: -1px;
      margin-right: 6px;
  }

.EvaluationTitlebar-evaluation {
  text-align: center;
}

.EvaluationDetail {

}

.EvaluationDetail-video {
  margin-right: 20px;
  margin-bottom: 50px;

  /*position: relative;*/
  /*top: -70px;*/
}

  @media (max-width: 992px) {
    .EvaluationDetail-video {
      margin-right: 0;
    }
  }

.EvaluationTitlebar-evaluationMeta {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

  .EvaluationTitlebar-evaluationMeta img {
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
  }

    .EvaluationTitlebar-evaluationMeta > li {
        display: inline;
        margin: 0 6px;

        color: #144c50;
        /*color: #fff;*/
        font-size: 16px;
    }

        .EvaluationTitlebar-evaluationMeta li:before {
            content: '';
            display: inline-block;
            width: 4px;
            height: 4px;

            background: url(<%= image_path("divider-bullet.svg") %>);

            vertical-align: middle;
            margin-right: 12px;
        }

        .EvaluationTitlebar-evaluationMeta li:first-child:before {
            display: none;
        }

        .EvaluationTitlebar-evaluationMeta-timestamp {
          opacity: 0.5;
        }

.EvaluationDetail-chartControls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .EvaluationDetail-chartControls h2 {
      font-size: 14px;
      line-height: 1.4em;
      font-weight: 500;
      margin: 0;
      /*color: #7a969c;*/
      color: #07393d;
    }

    .EvaluationDetail-chartControls .form-control {
        background: none;
        border: 0;
        font-size: 14px;
        line-height: 1.4em;
        box-shadow: none;

        color: #7a969c;

        height: auto;

        margin: 0;
        padding: 0;

        position: relative;
        top: -1px;
    }



.EvaluationDetail-chart {
  margin: 10px 0;
  height: 200px;
}

.EvaluationDetail-description {

}

    .EvaluationDetail-description p {
        font-size: 16px;
        line-height: 1.4em;
        color: #0a2b2e;
    }

    .EvaluationDetail-description-header {
        font-size: 24px;
        line-height: 1.8em;
        color: #0a2b2e;
    }

    .EvaluationDetail-environmentDescription {
        color: #9c9c9c;
    }

.EvaluationDetail-actionBar {
  display: flex;
  justify-content: space-between;
  /*justify-content: flex-end;*/

  border-top: 1px solid rgba(18, 65, 69, .07);
  margin-top: 18px;
  padding-top: 22px;

  /*background: rgba(0,255,0,0.3)*/
}

.EvaluationDetail-actionBar-leftCol,
.EvaluationDetail-actionBar-rightCol {
  /*flex: 1;*/

  display: flex;
  /*justify-content: flex-end;*/

  /*background: blue;*/

  /*flex: 1;*/
  /*border: 2px solid green;*/
}

.EvaluationDetail-actionBar-rightCol {
  /*justify-content: flex-end;*/

  /*background: red;*/
  /*align-self: flex-end;*/

  /*border: 2px solid red;*/

  margin-left: 12px;
}

.EvaluationDetail-actionBar-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  /*margin: 0 10px;*/

  /*background: red;*/

  /*background: rgba(0,0,0,0.1);*/

  min-width: 94px;
  min-width: 86px;

  /*align-self: flex-start;*/
  /*margin-right: auto;*/
}

  .EvaluationDetail-actionBar-item--rightAligned {
    /*align-self: */
    /*margin-left: auto;*/
    /*align-self: flex-end;*/
    /*margin-right: 0;*/
  }

  .EvaluationDetail-actionBar-item a {
    display: block;
    text-decoration: none !important;
  }

  .EvaluationDetail-actionBar-item +
  .EvaluationDetail-actionBar-item {
    margin-left: 12px;
  }

  .EvaluationDetail-actionBar-itemValue {
    /*background: blue;*/
    /*min-width: 94px;*/
    display: block;
    height: 51px;
    text-align: center;
    background: #e3eaec;
    border-radius: 3px;

    transition: background-color 200ms ease;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #6f939c;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
  }
/*
    @media (min-width: 768px) {
      .EvaluationDetail-actionBar-itemValue {
        max-width: 50px;
      }
    }
    @media (max-width: 992px) {
      .EvaluationDetail-actionBar-itemValue {
        min-width: 50px;
      }
    }
    @media (max-width: 1200px) {
      .EvaluationDetail-actionBar-itemValue {
        min-width: 50px;
      }
    }*/

    .EvaluationDetail-actionBar-itemValue--success {
      background: #27c323;
      color: #fff;
    }

    .EvaluationDetail-actionBar-itemValue--warning {
      background: #c7c91c;
      color: #fff;
    }

  .EvaluationDetail-actionBar-itemValue--button {
    background: #a2babf;
  }

    /* Hover */
    .EvaluationDetail-actionBar-item a:hover .EvaluationDetail-actionBar-itemValue--button {
      background-color: #91aab0;
    }

    /* Active */

    .EvaluationDetail-actionBar-item a:active .EvaluationDetail-actionBar-itemValue--button {
      background-color: #819ba1;
    }


.EvaluationDetail-actionBar-itemLabel {
  margin-top: 6px;
  font-size: 14px;
  color: #809ca2;
}

.BenchmarkRun-PerformanceBarContainer {
  position: relative;
  height: 25px;
  top: -4px;
  width: 100%;
}

.BenchmarkRun-PerformanceBar {
  position: absolute;
  height: 33px;
  background-color: #35BBC7;
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
}

.BenchmarkRun-PerformanceBar--comparison {
  background-color: #A2BABF;
}

.BenchmarkRun-ScoreVisualization-EnvBlock {
  position: relative;
  height: 33px;
  top: 1px;
  background-color: #A2BABF;
  padding: 6px 5px;
}

.BenchmarkRun-ScoreVisualization-EnvBlock--solved {
  background-color: #27C323;
}

.BenchmarkRun-ScoreVisualization-EnvBlock:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.BenchmarkRun-ScoreVisualization-EnvBlock:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.Dev-Design-Debug {

  padding: 100px;

}

.PlaceholderVideo {
	
}