@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    max-width: none; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    cursor: not-allowed; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem; }
    .button-group .button:not(:last-child) {
      margin-right: 1px; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: 50%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: 33.33333%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: 25%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: 20%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: 16.66667%;
      margin-right: 1px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%;
    border-right: 1px solid transparent; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
      border-bottom: 1px solid #fefefe; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto; }
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > div {
    width: 100%; }
  .menu > li > a, .menu > li > div > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu > input,
  .menu > a,
  .menu > button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i {
    vertical-align: middle; }
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal > li {
      display: table-cell; }
    .menu.xlarge-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    order: 1; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  left: 0;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.xlarge-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    order: 1; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    order: 1; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    max-width: none; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .xlarge-up-1 {
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 75em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  align-self: stretch; }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v9-latin-300.eot");
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/source-sans-pro-v9-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v9-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v9-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v9-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v9-latin-300.svg#SourceSansPro") format("svg"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v9-latin-regular.eot");
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v9-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v9-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v9-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v9-latin-regular.svg#SourceSansPro") format("svg"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-pro-v9-latin-700.eot");
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../fonts/source-sans-pro-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v9-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v9-latin-700.woff") format("woff"), url("../fonts/source-sans-pro-v9-latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro-v9-latin-700.svg#SourceSansPro") format("svg"); }

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-mono-v4-latin-regular.eot");
  src: local("Roboto Mono"), local("RobotoMono-Regular"), url("../fonts/roboto-mono-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono-v4-latin-regular.woff2") format("woff2"), url("../fonts/roboto-mono-v4-latin-regular.woff") format("woff"), url("../fonts/roboto-mono-v4-latin-regular.ttf") format("truetype"), url("../fonts/roboto-mono-v4-latin-regular.svg#RobotoMono") format("svg"); }

@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-mono-v4-latin-italic.eot");
  src: local("Roboto Mono Italic"), local("RobotoMono-Italic"), url("../fonts/roboto-mono-v4-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono-v4-latin-italic.woff2") format("woff2"), url("../fonts/roboto-mono-v4-latin-italic.woff") format("woff"), url("../fonts/roboto-mono-v4-latin-italic.ttf") format("truetype"), url("../fonts/roboto-mono-v4-latin-italic.svg#RobotoMono") format("svg"); }

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-mono-v4-latin-700.eot");
  src: local("Roboto Mono Bold"), local("RobotoMono-Bold"), url("../fonts/roboto-mono-v4-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono-v4-latin-700.woff2") format("woff2"), url("../fonts/roboto-mono-v4-latin-700.woff") format("woff"), url("../fonts/roboto-mono-v4-latin-700.ttf") format("truetype"), url("../fonts/roboto-mono-v4-latin-700.svg#RobotoMono") format("svg"); }

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

.icon-18 {
  font-size: 1.125rem; }

.icon-21 {
  font-size: 1.3125rem; }

.icon-24 {
  font-size: 1.5rem; }

.icon-32 {
  font-size: 2rem; }

.icon-48 {
  font-size: 3rem; }

.icon-64 {
  font-size: 4rem; }

body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #222222; }

pre, code, tt, kbd, samp {
  font-family: 'Roboto Mono', 'Consolas', 'Andale Mono', monospace;
  font-weight: 400;
  background-color: #F3F6F9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE;
  font-size: 0.75rem; }

pre {
  padding: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #222222; }

h1, h2 {
  color: #222222; }

h1 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #F3F6F9;
  font-weight: 100; }
  h1.breadcrumbs {
    margin-bottom: 1rem; }
    h1.breadcrumbs a {
      color: #2199E8; }
    h1.breadcrumbs .crumb-link:after {
      content: ' / ';
      color: #D8D8D8; }

h3 {
  margin-top: 1.25rem; }
  h3.no-top-margin {
    margin-top: 0; }

h2 {
  font-size: 1.25rem;
  font-weight: 700; }

h3 {
  font-size: 1.25rem;
  color: #4E4E4E; }

h4 {
  font-size: 1.125rem;
  color: #5E6977;
  font-weight: 700; }

h5, h6 {
  font-size: 0.875rem;
  color: #222222;
  font-weight: 700; }

p {
  font-size: 1rem;
  color: #222222;
  line-height: 1.2; }
  p.secondary {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: #7C7C7C; }

.center {
  text-align: center; }

mark {
  background: #FFFBCC;
  color: inherit; }

header .meta-section .button.cta {
  background-position: right 10px center;
  padding-right: 2.4rem !important; }

ul.actionlinks {
  padding: 0;
  margin: 0x;
  list-style-type: none; }
  ul.actionlinks > li {
    margin-bottom: 0.5rem; }
  ul.actionlinks > li:before {
    font-family: 'Ionicons';
    content: '\f10b';
    color: #2199E8;
    font-size: 1rem;
    margin-right: 0.5rem;
    display: inline; }
  ul.actionlinks.disabled > li * {
    cursor: not-allowed; }
  ul.actionlinks.disabled > li a {
    color: #878D96; }
  ul.actionlinks.disabled > li:before {
    color: #878D96; }

.configurator-button-row {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .configurator-button-row .button {
    min-width: 120px; }

.button {
  font-weight: 700;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  border: 0;
  background-color: #2199E8; }
  .loading-button > .button {
    width: 91px; }
  .button:hover, .button:focus {
    background-color: #147dc2; }
  .button.small {
    font-weight: normal;
    font-size: 0.875rem;
    padding: 0.5rem; }
  .button.block {
    display: block; }
  .button.primary {
    background-color: #2199E8;
    border: 1px solid #2199E8;
    color: #FFFFFF; }
    .button.primary > a {
      color: #FFFFFF; }
    .button.primary:hover, .button.primary:focus {
      background-color: #168cd9;
      border-color: #168cd9;
      color: #FFFFFF; }
      .button.primary:hover > a, .button.primary:focus > a {
        color: #FFFFFF; }
    .button.primary.dropdown::after {
      border-color: #FFFFFF transparent transparent; }
  .button.secondary {
    border: 1px solid #2199E8;
    background-color: #FFFFFF;
    color: #2199E8;
    font-weight: normal; }
    .button.secondary > a {
      color: #2199E8; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: rgba(33, 153, 232, 0.2);
      color: #2199E8; }
      .button.secondary:hover > a, .button.secondary:focus > a {
        color: #2199E8; }
    .button.secondary.dropdown::after {
      border-color: #2199E8 transparent transparent;
      margin-left: 0.25rem; }
    .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover {
      border: 1px solid #F2F2F2;
      background-color: #FFFFFF;
      color: #ABB5BE; }
      .button.secondary.disabled.dropdown::after, .button.secondary[disabled].dropdown::after, .button.secondary.disabled:hover.dropdown::after, .button.secondary[disabled]:hover.dropdown::after {
        border-color: #ABB5BE transparent transparent; }
    .button.secondary i {
      margin-left: 0.25rem; }
  .button.text {
    background-color: transparent;
    color: #2199E8;
    font-weight: normal; }
    .button.text:hover, .button.text:focus {
      background-color: transparent;
      color: #147dc2; }
    .button.text.disabled, .button.text[disabled], .button.text.disabled:hover, .button.text[disabled]:hover {
      background-color: transparent; }
  .button.white {
    background-color: transparent;
    color: #FFFFFF; }
    .button.white:hover, .button.white:focus {
      background-color: transparent;
      color: #e6e6e6; }
    .button.white.dropdown::after {
      margin-left: 0.25rem;
      border: none;
      font-family: 'Ionicons';
      content: '\f35f';
      width: auto;
      height: auto;
      float: none;
      position: initial; }
  .button.inverse {
    background-color: #FFFFFF; }
    .button.inverse:hover, .button.inverse:focus {
      background-color: #F2F2F2; }
    .button.inverse.green-text {
      color: #39C16C; }
    .button.inverse.orange-text {
      color: #F7901E; }
  .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    color: #ABB5BE; }
    .button.disabled.disabled::after, .button.disabled[disabled]::after, .button[disabled].disabled::after, .button[disabled][disabled]::after, .button.disabled:hover.disabled::after, .button.disabled:hover[disabled]::after, .button[disabled]:hover.disabled::after, .button[disabled]:hover[disabled]::after {
      border-color: #ABB5BE transparent transparent; }

.container .button-group .button {
  font-size: 1rem; }
  .container .button-group .button:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .container .button-group .button:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.table-buttons {
  float: right; }
  .table-buttons .button {
    margin: 0.25rem 0.5rem 0.25rem 0; }
    .table-buttons .button:last-of-type {
      margin-right: 0; }

.confirmation-modal {
  display: inline-block; }

.dropdown-pane {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE;
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  width: auto;
  min-width: 10rem; }
  .dropdown-pane.primary {
    font-size: 1rem; }
  .dropdown-pane.secondary {
    font-size: 0.875rem;
    padding: 0.5rem 0; }
  .dropdown-pane .menu > li {
    display: block;
    border-top: 1px solid #E1E8EE; }
    .dropdown-pane .menu > li:last-of-type {
      border-bottom: 1px solid #E1E8EE; }
    .dropdown-pane .menu > li > a:hover, .dropdown-pane .menu > li > a:focus {
      background-color: #F3F6F9; }

.confirmation-label {
  display: flex; }
  .confirmation-label > input[type='checkbox'] {
    margin-top: 2px; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background-color: transparent;
  color: #86939E;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0;
  margin: 0 0.25rem; }
  .label:before {
    font-family: 'Ionicons';
    color: inherit;
    margin-right: 0.25rem; }
  .label.warning {
    background-color: transparent;
    color: #DBC400; }
    .label.warning:before {
      content: '\f100'; }
  .label.error {
    color: #EC5840; }
    .label.error:before {
      content: '\f100'; }
  .label.info {
    color: #003E69; }
    .label.info:before {
      content: '\f149'; }
  .label.scheduled {
    color: #222222; }
    .label.scheduled:before {
      content: '\f35a'; }
  .label.connecting {
    color: #222222; }
    .label.connecting:before {
      content: '\f201'; }
  .label.disabled {
    color: #222222; }
    .label.disabled:before {
      content: '\f128'; }
  .label.success {
    background-color: transparent;
    color: #39C16C; }
    .label.success:before {
      content: '\f122'; }
  .label.running {
    color: #39C16C; }
    .label.running:before {
      content: '\f201'; }

.alert-banner {
  border-top: 1px solid #86939E;
  border-bottom: 1px solid #86939E;
  padding: 0.25rem 2rem;
  position: relative; }
  .alert-banner .close-button {
    color: #C9D1D8;
    font-size: 1.5rem;
    top: 0.15rem; }
  .alert-banner p {
    text-align: center;
    margin: 0;
    font-size: 0.875rem;
    color: #4E4E4E; }
  .alert-banner.warning {
    color: #DBC400;
    background-color: #FAF6D9;
    border-color: #F0E697; }
  .alert-banner.error {
    color: #EC5840;
    background-color: #FCE6E3;
    border-color: #F6BAB1; }
  .alert-banner.info {
    color: #003E69;
    background-color: #ECF7FF;
    border-color: #AAC4D7; }
  .alert-banner.success {
    color: #39C16C;
    background-color: #EBF8F0;
    border-color: #B5E7C7; }
  .alert-banner.fixed {
    position: fixed;
    bottom: 0;
    width: 100%; }

.alert-cta {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 0.5rem;
  font-size: 0.875rem;
  align-items: center; }
  .alert-cta > :first-child {
    margin-top: 0; }
  .alert-cta > :last-child {
    margin-bottom: 0; }
  .alert-cta .close-button {
    color: #C9D1D8;
    font-size: 1.5rem;
    right: 0.5rem; }
  .alert-cta .alert-body {
    display: flex;
    flex-direction: column;
    margin-left: 0.5rem; }
  .alert-cta .alert-title {
    display: inline-block;
    font-weight: 700; }
  .alert-cta .alert-icon {
    display: none;
    margin-right: 0.5rem;
    margin-left: 0.5rem; }
    .alert-cta .alert-icon.large:before {
      font-size: 2rem; }
    .alert-cta .alert-icon:before {
      font-family: 'Ionicons';
      font-size: 1.25rem;
      text-align: center;
      display: block; }
    @media (min-width: 64em) {
      .alert-cta .alert-icon {
        display: inline-block; } }
  .alert-cta p {
    color: inherit;
    font-size: 0.875rem; }
    @media (min-width: 64em) {
      .alert-cta p {
        margin-left: 3.25rem; } }
  .alert-cta.status-warning {
    color: #97702D;
    background-color: #FAF6D9;
    border-color: #F0E697; }
    .alert-cta.status-warning .alert-icon {
      color: #DC8E40; }
      .alert-cta.status-warning .alert-icon:before {
        content: '\f100'; }
  .alert-cta.status-error {
    color: #B42B26;
    background-color: #FCE6E3;
    border-color: #F6BAB1; }
    .alert-cta.status-error .alert-icon {
      color: #DE4B4B; }
      .alert-cta.status-error .alert-icon:before {
        content: '\f12a'; }
  .alert-cta.status-info {
    color: #003E69;
    background-color: #ECF7FF;
    border-color: #AAC4D7; }
    .alert-cta.status-info .alert-icon {
      color: #003E69; }
      .alert-cta.status-info .alert-icon:before {
        content: '\f14a'; }
  .alert-cta.status-success {
    color: #576E4E;
    background-color: #EBF8F0;
    border-color: #B5E7C7; }
    .alert-cta.status-success .alert-icon {
      color: #39C16C; }
      .alert-cta.status-success .alert-icon:before {
        content: '\f122'; }
  .alert-cta.status-busy {
    color: #576E4E;
    background-color: #EBF8F0;
    border-color: #B5E7C7;
    align-items: flex-start; }

@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
    .alert-cta.status-busy .alert-icon {
      width: 14px;
      height: 14px;
      margin: 3px 0 0 0;
      border-bottom-color: #038537;
      border-right-color: #038537;
      border-top-color: #ADE5C4;
      border-left-color: #ADE5C4;
      border-width: 2.5px;
      -webkit-animation: rotate-animation 2s linear 0s infinite;
      animation: rotate-animation 2s linear 0s infinite;
      border-style: solid;
      border-radius: 50%; }
  .alert-cta.fixed {
    position: fixed;
    right: 1rem;
    left: 1rem;
    bottom: 0;
    z-index: 200; }
    @media (min-width: 40em) {
      .alert-cta.fixed {
        left: auto;
        max-width: 30rem; } }

.inline-alert {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  display: flex; }
  .inline-alert > :first-child {
    margin-top: 0; }
  .inline-alert > :last-child {
    margin-bottom: 0; }
  .inline-alert span {
    color: #222222;
    display: inline-block;
    font-size: 0.875rem;
    text-align: left; }
  .inline-alert.warning {
    color: #DBC400;
    background-color: #FAF6D9;
    border-color: #F0E697; }
    .inline-alert.warning .alert-icon {
      background-color: #DBC400; }
      .inline-alert.warning .alert-icon:before {
        content: '\f100'; }
  .inline-alert.error {
    color: #EC5840;
    background-color: #FCE6E3;
    border-color: #F6BAB1; }
    .inline-alert.error .alert-icon {
      background-color: #EC5840; }
      .inline-alert.error .alert-icon:before {
        content: '\f100'; }
  .inline-alert.info {
    color: #003E69;
    background-color: #ECF7FF;
    border-color: #AAC4D7; }
    .inline-alert.info .alert-icon {
      background-color: #003E69; }
      .inline-alert.info .alert-icon:before {
        content: '\f14a'; }
  .inline-alert.success {
    color: #39C16C;
    background-color: #EBF8F0;
    border-color: #B5E7C7; }
    .inline-alert.success .alert-icon {
      background-color: #39C16C; }
      .inline-alert.success .alert-icon:before {
        content: '\f122'; }

.status-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 24px;
  padding: 0.05rem 0.5rem 0.1rem 0.5rem;
  transition: background 0.5s ease-out;
  color: #FFFFFF;
  background-color: #5E6977;
  justify-content: space-between;
  align-items: center; }
  .status-alert .alert-left, .status-alert .alert-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .status-alert .alert-left *, .status-alert .alert-right * {
      color: #FFFFFF;
      margin: 0 0.5rem 0 0; }
      .status-alert .alert-left *:last-child, .status-alert .alert-right *:last-child {
        margin-right: 0; }
    .status-alert .alert-left h2, .status-alert .alert-right h2 {
      font-size: 16px;
      line-height: 24px;
      font-weight: bold; }
    .status-alert .alert-left p, .status-alert .alert-left span, .status-alert .alert-right p, .status-alert .alert-right span {
      font-size: 12px;
      line-height: 24px; }
    .status-alert .alert-left span, .status-alert .alert-right span {
      font-weight: bold; }
    @media screen and (max-width: 1024px) {
      .status-alert .alert-left p:last-child, .status-alert .alert-right p:last-child {
        display: none; } }
    @media screen and (max-width: 640px) {
      .status-alert .alert-left p, .status-alert .alert-right p {
        display: none; } }
  .status-alert .alert-left {
    flex: 1 0 auto; }
  .status-alert .alert-right {
    flex: 0 0 auto; }
  .status-alert .countdown {
    font-family: 'Roboto Mono', 'Consolas', 'Andale Mono', monospace;
    font-weight: bold; }
  .status-alert .time {
    font-family: 'Roboto Mono', 'Consolas', 'Andale Mono', monospace; }
  .status-alert .button {
    font-size: 0.75em;
    padding: 2px 8px;
    border-radius: 2px; }
  .status-alert .white.button {
    border: 1px solid white; }
  .status-alert.emergency {
    background-color: #EC5840; }
  .status-alert.trial {
    background-color: #39C16C; }
  .status-alert.trial-expired {
    background-color: #F7901E; }

.critical-error {
  margin-bottom: 2rem; }
  .critical-error .error-resolution {
    margin-top: 0.5rem;
    color: #EC5840;
    text-align: center; }
    @media (min-width: 40em) {
      .critical-error .error-resolution {
        text-align: left; } }

form {
  margin-top: 1rem; }
  form .row {
    margin-bottom: 0.5rem; }
  @media (min-width: 40em) {
    form.right-labels label {
      text-align: right; } }

.input-group {
  margin: 0; }
  .input-group input {
    border-color: #E1E8EE; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  color: #222222;
  font-size: 0.875rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  font-weight: normal;
  border-color: #E1E8EE;
  height: auto;
  padding: 0.3125rem 0.5rem;
  margin: 0.25rem 0 0.25rem 0; }
  @media (min-width: 40em) {
    [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
    textarea {
      width: 15rem; } }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border-color: #E1E8EE;
    outline: -webkit-focus-ring-color auto 5px; }

[type='file']:disabled {
  background-color: white !important; }

label {
  font-size: 0.875rem;
  color: #222222;
  font-weight: 700;
  margin-bottom: 0.25rem;
  line-height: 1.1; }
  label.has-error input, label.has-error textarea, label.has-error select {
    border-color: #EC5840; }
  label.has-warning input, label.has-warning textarea, label.has-warning select {
    border-color: #f57f17; }
  label input {
    margin-top: 0.25rem; }

select {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  margin-top: 0.25rem;
  font-weight: normal;
  border-color: #E1E8EE;
  font-size: 0.875rem;
  padding: 0.3125rem 0.5rem;
  height: auto; }
  @media (min-width: 40em) {
    select {
      width: 15rem; } }

.import-button {
  background: #2199E8;
  color: #FFFFFF;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 16px; }
  .import-button:disabled {
    background: #90CCF4;
    cursor: not-allowed; }
  .import-button .import-text {
    margin-right: 8px; }
  .import-button .status-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #FFFFFF;
    vertical-align: middle; }

.checkbox-wrapper {
  display: flex;
  align-items: center;
  min-height: 18px; }
  .checkbox-wrapper > *:not(:first-child) {
    margin-left: 3px; }
  .checkbox-wrapper input {
    margin-bottom: 0; }

.help-text, .example-text, .default-text, .recommended-text {
  font-size: 14px;
  font-style: normal;
  color: #222222;
  margin-top: 0;
  margin-right: 5px; }

.example-text {
  color: #7C7C7C;
  font-style: italic; }

.help-text, #configcontents .help-text {
  margin-right: 5px; }

.recommended-text {
  color: #003E69; }

.error-message {
  color: #EC5840;
  font-size: 0.75rem;
  margin: 0;
  font-weight: 400;
  display: block; }

.error-icon:before {
  font-family: 'Ionicons';
  margin-right: 0.25rem;
  content: '\f35b';
  color: #EC5840; }

.warning-message {
  color: #f57f17;
  font-size: 0.75rem;
  margin: 0;
  font-weight: 400;
  display: block; }

.warning-icon:before {
  font-family: 'Ionicons';
  margin-right: 0.25rem;
  content: '\f100';
  color: #f57f17; }

.feedback {
  display: block;
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  border: 1px solid #F6BAB1;
  background-color: #FCE6E3;
  padding: 1rem;
  margin: 0 auto 2rem;
  overflow: auto;
  zoom: 1; }
  .feedback ul {
    list-style: none;
    margin: 0; }
  .feedback span::before {
    font-family: 'Ionicons';
    content: '\f100 ';
    margin-right: 0.875rem;
    color: #EC5840; }
  .feedback:empty {
    display: none; }

.type-ahead-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  display: block;
  z-index: 1; }

.type-ahead-wrapper, #configcontents .type-ahead-wrapper {
  position: relative; }
  .type-ahead-wrapper .type-ahead-results, #configcontents .type-ahead-wrapper .type-ahead-results {
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #E1E8EE;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 150px;
    top: 48px;
    display: flex;
    flex-direction: column;
    z-index: 2; }
  .type-ahead-wrapper .has-error .type-ahead-results, #configcontents .type-ahead-wrapper .has-error .type-ahead-results {
    top: 62px; }
  .type-ahead-wrapper .type-ahead-result, #configcontents .type-ahead-wrapper .type-ahead-result {
    display: block;
    flex: 1 1 auto;
    padding: 8px;
    color: #666666;
    font-weight: normal;
    font-size: 14px; }
    .type-ahead-wrapper .type-ahead-result.selected, .type-ahead-wrapper .type-ahead-result.selected:hover, #configcontents .type-ahead-wrapper .type-ahead-result.selected, #configcontents .type-ahead-wrapper .type-ahead-result.selected:hover {
      background-color: #1585CF;
      color: #FFFFFF; }
    .type-ahead-wrapper .type-ahead-result:hover, #configcontents .type-ahead-wrapper .type-ahead-result:hover {
      cursor: pointer;
      background-color: #E1E8EE; }

.badge {
  margin-left: 0.25rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.1rem 0.65rem; }
  .badge.alert {
    background-color: #EC5840; }
  .badge.warning {
    background-color: #DBC400; }

.logger-icon {
  font-weight: 700;
  background-color: #E1E8EE;
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 0.5rem;
  height: 1.125rem;
  width: 1.125rem;
  line-height: 1.125rem;
  text-align: center; }
  .logger-icon.warning, .logger-icon.error {
    color: #FFFFFF; }
  .logger-icon.warning {
    background-color: #DBC400; }
  .logger-icon.error {
    background-color: #EC5840; }
  .logger-icon.trace:before {
    content: 'T'; }
  .logger-icon.debug:before {
    content: 'D'; }
  .logger-icon.info:before {
    content: 'I'; }
  .logger-icon.warning:before {
    content: 'W'; }
  .logger-icon.error:before {
    content: 'E'; }

.tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0.5rem;
  padding: 0.5rem;
  background-color: #F3F6F9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #E1E8EE;
  border-bottom: 0; }
  @media (min-width: 40em) {
    .tabs {
      margin: 0;
      padding: 0;
      background-color: transparent;
      border-radius: 0;
      border: 0; } }
  @media (min-width: 40em) {
    .tabs li {
      border-top: 1px solid #E1E8EE; } }
  @media (min-width: 40em) {
    .tabs li:first-child {
      margin-left: 0.5rem; } }
  .tabs .tabs-title > a {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    color: #2199E8;
    border-bottom: 0;
    font-size: 0.875rem;
    transition: all 0.25s ease-out, color 0.25s ease-out; }
    @media (min-width: 40em) {
      .tabs .tabs-title > a {
        background-color: #F3F6F9;
        border: 1px solid #E1E8EE;
        border-top: 0.25rem solid #F3F6F9;
        border-bottom: 0;
        padding: 0.75rem 1.5rem;
        margin: 0; } }
    .tabs .tabs-title > a[aria-selected='true'] {
      background-color: #FFFFFF;
      color: #5E6977; }
      @media (min-width: 40em) {
        .tabs .tabs-title > a[aria-selected='true'] {
          border-top: 0.25rem solid #003E69; } }
      .tabs .tabs-title > a[aria-selected='true']:hover {
        background-color: #FFFFFF;
        border-top-color: #003E69;
        color: #5E6977; }
    .tabs .tabs-title > a:hover {
      background-color: #e2e9f1;
      border-top-color: #e2e9f1; }

.tabs-content {
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE; }

.ignition-tooltip {
  z-index: 300; }

.has-tip {
  border-bottom: dotted 1px #C9D1D8;
  font-weight: normal; }
  .has-tip.info {
    border-bottom: 0;
    color: #2199E8; }

.tooltip {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE;
  border-color: #C9D1D8;
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  color: #5E6977;
  font-size: 0.875rem;
  max-width: 80% !important; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #C9D1D8;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #C9D1D8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.topBlack::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: black transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #C9D1D8;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #C9D1D8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.ia_treeComponent__node {
  font-size: 0.75rem;
  line-height: 1rem; }

.ia_treeComponent__node:hover:not(.ia_treeComponent__node--selected) {
  background-color: #E8F4F9; }

.ia_treeComponent__node--selected {
  background-color: #0C7BB3;
  color: #FFFFFF;
  font-weight: 700; }

.ia_treeComponent__node__icon {
  fill: #21272A; }

.ia_treeComponent__expandIcon,
.ia_treeComponent__node__icon--expanded {
  fill: #21272A; }

.ia_treeComponent__node__icon--selected,
.ia_treeComponent__expandIcon--selected {
  fill: #FFFFFF; }

.ia_treeComponent__alignmentGuide {
  color: #CECECE; }

.ia_treeComponent__alignmentGuide--selected {
  color: #FFFFFF; }

.tree {
  text-align: left;
  display: block;
  margin: 0;
  padding: 0;
  overflow: auto; }
  .tree .node-wrapper {
    display: inline-block;
    min-width: 100%; }
  .tree .tree-row {
    position: relative; }
  .tree .tree-item {
    display: flex; }
  .tree .expand-icon {
    flex: 0 0 1.5rem;
    pointer-events: unset;
    min-width: 1.5rem; }
  .tree .node-icon {
    width: 1.125rem;
    height: 1rem;
    pointer-events: unset; }
  .tree .tree-item-label {
    display: flex;
    flex: 1 0 auto;
    min-width: 0;
    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .tree .tree-item-label .label-wrapper {
      display: flex;
      align-items: center; }
      .tree .tree-item-label .label-wrapper.label-wrapper-icon {
        flex: 0 0 1.5rem;
        text-align: center;
        min-width: 1.5rem; }
      .tree .tree-item-label .label-wrapper.label-wrapper-text {
        min-width: 0; }
        .tree .tree-item-label .label-wrapper.label-wrapper-text div {
          white-space: nowrap;
          padding-right: .5rem; }
          .tree .tree-item-label .label-wrapper.label-wrapper-text div.text-truncate {
            overflow: hidden;
            text-overflow: ellipsis; }
  .tree .terminal-node {
    display: block;
    vertical-align: super;
    cursor: pointer;
    color: #5E5E5E; }
  .tree .terminal-node.single-root {
    color: inherit; }
  .tree .parent-node {
    position: relative;
    margin: 0 0 0 0;
    cursor: default; }
  .tree .selection-highlight {
    position: absolute;
    display: none; }
  .tree .tree-alignment {
    position: absolute;
    border-left: solid currentColor 1px; }
    .tree .tree-alignment.vert-alignment {
      width: 1px;
      z-index: 10; }
    .tree .tree-alignment.terminal-alignment {
      width: 12px;
      height: 100%;
      top: 0; }
      .tree .tree-alignment.terminal-alignment .cross-alignment {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        border-bottom: solid currentColor 1px; }
      .tree .tree-alignment.terminal-alignment.last-child {
        height: 50%; }
        .tree .tree-alignment.terminal-alignment.last-child .cross-alignment {
          height: 100%; }
  .tree ul div span {
    vertical-align: super; }

body.loading {
  background-color: #FFFFFF;
  background: url("../img/load-bg.jpg") top no-repeat;
  background-size: contain;
  font-size: 100%; }
  body.loading section {
    background-color: transparent;
    margin-bottom: 0; }

div.dialog {
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE;
  margin: 11.5rem auto 0;
  text-align: center;
  background-color: #FFFFFF; }
  div.dialog.load-container {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    div.dialog.load-container .dialog-header {
      text-align: center; }
  div.dialog .dialog-header {
    border-bottom: 1px solid #E1E8EE;
    padding: 1rem 2rem; }
    div.dialog .dialog-header h2 {
      margin: 0; }
      div.dialog .dialog-header h2.error {
        color: #DE1B1B;
        position: relative;
        right: -5px; }
        div.dialog .dialog-header h2.error svg {
          fill: #DE1B1B;
          position: relative;
          top: 5px;
          right: 5px; }
  div.dialog div.dialog-body {
    padding: 2rem; }
    div.dialog div.dialog-body .button {
      margin-bottom: 8px; }
      div.dialog div.dialog-body .button:last-child {
        margin-bottom: 0; }
    div.dialog div.dialog-body ul {
      margin: 0 0 8px 20px; }
      div.dialog div.dialog-body ul:last-child {
        margin-bottom: 0; }
    div.dialog div.dialog-body > .dialog-form {
      white-space: normal;
      text-align: left;
      line-height: 1.1; }
      div.dialog div.dialog-body > .dialog-form label {
        margin-bottom: 0.5rem; }
      div.dialog div.dialog-body > .dialog-form input[type=text] {
        width: 100%; }
    div.dialog div.dialog-body .label {
      text-align: center;
      margin-bottom: 2rem; }
    div.dialog div.dialog-body .loader {
      margin: 1rem auto;
      position: relative;
      text-indent: -9999em;
      border-top: 0.875rem solid #F3F6F9;
      border-right: 0.875rem solid #F3F6F9;
      border-bottom: 0.875rem solid #F3F6F9;
      border-left: 0.875rem solid #003E69;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation: loadingAnimate 1.1s infinite linear;
      animation: loadingAnimate 1.1s infinite linear; }
    div.dialog div.dialog-body .loader, div.dialog div.dialog-body .loader:after {
      border-radius: 50%;
      width: 7.25rem;
      height: 7.25rem; }
  div.dialog .dialog-body-contents {
    white-space: normal;
    margin-bottom: 0.5rem;
    text-align: center;
    line-height: 1.1; }
  div.dialog .dialog-footer {
    background-color: #F3F6F9;
    padding: 1rem; }

@-webkit-keyframes loadingAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loadingAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.dialog .page-loading {
  animation: initial; }

.page-loading {
  text-align: center;
  -webkit-animation: fadein 2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -moz-animation: fadein 2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -ms-animation: fadein 2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -o-animation: fadein 2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  animation: fadein 2s cubic-bezier(0.55, 0.06, 0.68, 0.19); }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#quickStartOverlayContainer .flourish, #quickStartSidePanelContainer .flourish {
  background: url("/res/sys/img/onboarding/flourish.svg") no-repeat center;
  width: 42px;
  height: 41px; }

#quickStartOverlayContainer .quickstart-spinner, #quickStartSidePanelContainer .quickstart-spinner {
  display: inline-block;
  position: relative;
  border: 2px solid;
  border-color: inherit;
  animation: quickstart-spinner 0.75s infinite linear;
  transform: translateZ(0);
  border-radius: 50%;
  width: 1rem;
  height: 1rem; }
  #quickStartOverlayContainer .quickstart-spinner:after, #quickStartSidePanelContainer .quickstart-spinner:after {
    border-radius: 50%;
    width: 1rem;
    height: 1rem; }

@keyframes quickstart-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#quickStartOverlayContainer {
  position: absolute; }
  #quickStartOverlayContainer .overlay-backdrop {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 20;
    display: flex; }
  #quickStartOverlayContainer .overlay-container {
    display: flex;
    background: #FFFFFF;
    margin: 150px auto auto auto;
    width: 760px;
    min-height: 300px;
    border-radius: 4px;
    overflow: hidden;
    position: relative; }
    #quickStartOverlayContainer .overlay-container .right {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      padding: 24px 16px;
      min-width: 440px; }
      #quickStartOverlayContainer .overlay-container .right .quickstart-spinner {
        border-top-color: #ABB5BE; }
      #quickStartOverlayContainer .overlay-container .right > button {
        width: 100%; }
      #quickStartOverlayContainer .overlay-container .right > button.primary-action {
        margin-bottom: 4px; }
        #quickStartOverlayContainer .overlay-container .right > button.primary-action.start::after {
          content: "\f30f";
          font-family: "Ionicons";
          margin-left: 8px; }
        #quickStartOverlayContainer .overlay-container .right > button.primary-action .loading-icon {
          background: url("/res/sys/img/onboarding/loading_config_2.svg") no-repeat center;
          background-size: 16px;
          display: inline-block;
          width: 16px;
          height: 16px;
          margin-left: 8px; }
      #quickStartOverlayContainer .overlay-container .right .back-button {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 16px;
        height: 16px; }
        #quickStartOverlayContainer .overlay-container .right .back-button .back-button-arrow::before {
          content: "\f2ca";
          font-family: "Ionicons";
          color: #0C7BB3;
          width: 16px;
          height: 16px;
          display: block; }
      #quickStartOverlayContainer .overlay-container .right .title {
        font-size: 24px; }
      #quickStartOverlayContainer .overlay-container .right .body {
        line-height: 24px;
        font-size: 14px;
        text-align: center; }
      #quickStartOverlayContainer .overlay-container .right .caption {
        font-size: 12px;
        color: #697077; }
    #quickStartOverlayContainer .overlay-container .left {
      background: #121619;
      min-width: 320px; }
      #quickStartOverlayContainer .overlay-container .left .quickstart-spinner {
        border-color: #121619;
        border-top-color: #FFFFFF;
        width: 0.875rem;
        height: 0.875rem; }
      #quickStartOverlayContainer .overlay-container .left .flourish {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        width: 42px;
        height: 41px; }
      #quickStartOverlayContainer .overlay-container .left ul {
        margin-left: 1.25rem;
        list-style: none; }
      #quickStartOverlayContainer .overlay-container .left li {
        margin-bottom: 16px;
        font-size: 14px; }
        #quickStartOverlayContainer .overlay-container .left li.completed-item, #quickStartOverlayContainer .overlay-container .left li.queued-item, #quickStartOverlayContainer .overlay-container .left li.progress-item {
          background-repeat: no-repeat;
          background-position: left center;
          background-size: 14px;
          padding-left: 1.25rem; }
        #quickStartOverlayContainer .overlay-container .left li.completed-item {
          color: #878D96;
          background-image: url("/res/sys/img/onboarding/loading_check.svg"); }
        #quickStartOverlayContainer .overlay-container .left li.progress-item {
          font-weight: bold;
          background-image: none;
          padding-left: 0; }
          #quickStartOverlayContainer .overlay-container .left li.progress-item > span:last-child {
            padding-left: 0.375em; }
        #quickStartOverlayContainer .overlay-container .left li.queued-item {
          color: #878D96;
          background-image: url("/res/sys/img/onboarding/star_bullet.svg");
          background-size: 12px; }
          #quickStartOverlayContainer .overlay-container .left li.queued-item.foreground {
            background-image: url("/res/sys/img/onboarding/star_bullet_2.svg");
            color: #FFFFFF; }
      #quickStartOverlayContainer .overlay-container .left > .list-container, #quickStartOverlayContainer .overlay-container .left p {
        padding: 16px 24px;
        color: #FFFFFF; }
      #quickStartOverlayContainer .overlay-container .left > p {
        background: #21272A;
        font-size: 16px; }

.quickstart-collapsed-panel {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  border-left: 1px solid #DDE1E6;
  background: #F2F4F8; }
  .quickstart-collapsed-panel:hover {
    cursor: pointer; }
  .quickstart-collapsed-panel .expand-icon {
    background: url("/res/sys/img/onboarding/drawer.svg") no-repeat center;
    transform: rotate(180deg);
    width: 12px;
    height: 12px;
    margin-bottom: 8px; }
  .quickstart-collapsed-panel .explore-text {
    background: url("/res/sys/img/onboarding/explore_ignition.svg") no-repeat center;
    width: 24px;
    height: 90px; }

#quickStartSidePanelContainer {
  height: 100%; }
  #quickStartSidePanelContainer .overlay-wrapper, #quickStartSidePanelContainer .quickstart-collapsed-panel, #quickStartSidePanelContainer .quickstart-panel {
    height: 100%; }
  #quickStartSidePanelContainer .quickstart-panel {
    display: flex;
    flex-direction: column;
    width: 384px;
    border-left: 1px solid #DDE1E6;
    background: #F2F4F8;
    height: 100%; }
    #quickStartSidePanelContainer .quickstart-panel button {
      border-radius: 2px; }
    #quickStartSidePanelContainer .quickstart-panel .header-container, #quickStartSidePanelContainer .quickstart-panel .progress-bar-container {
      padding: 16px; }
    #quickStartSidePanelContainer .quickstart-panel .header-container {
      position: relative; }
      #quickStartSidePanelContainer .quickstart-panel .header-container > .collapse-button {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0; }
        #quickStartSidePanelContainer .quickstart-panel .header-container > .collapse-button > .collapse-icon {
          background: url("/res/sys/img/onboarding/drawer.svg") no-repeat center;
          width: 14px;
          height: 14px;
          display: inline-block; }
      #quickStartSidePanelContainer .quickstart-panel .header-container .flourish {
        position: absolute;
        top: 4px;
        right: 4px; }
      #quickStartSidePanelContainer .quickstart-panel .header-container .header {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center; }
        #quickStartSidePanelContainer .quickstart-panel .header-container .header > p {
          text-align: center; }
          #quickStartSidePanelContainer .quickstart-panel .header-container .header > p.explore-ignition-title {
            width: 153px;
            font-size: 20px;
            font-weight: bold; }
          #quickStartSidePanelContainer .quickstart-panel .header-container .header > p.explore-ignition-body {
            width: 274px; }
    #quickStartSidePanelContainer .quickstart-panel .progress-bar-container .step-container {
      display: flex;
      justify-content: space-between;
      margin-bottom: 8px; }
      #quickStartSidePanelContainer .quickstart-panel .progress-bar-container .step-container > span {
        font-size: 14px; }
        #quickStartSidePanelContainer .quickstart-panel .progress-bar-container .step-container > span:first-child {
          font-weight: bold; }
    #quickStartSidePanelContainer .quickstart-panel .progress-bar-container .progress-bar {
      border-radius: 16px;
      width: auto;
      height: 16px;
      border: 1px solid #DDE1E6; }
      #quickStartSidePanelContainer .quickstart-panel .progress-bar-container .progress-bar .progress-bar-inner {
        border-radius: 14px;
        background: #038537;
        height: 14px; }
        #quickStartSidePanelContainer .quickstart-panel .progress-bar-container .progress-bar .progress-bar-inner.fill-2 {
          width: 40%; }
        #quickStartSidePanelContainer .quickstart-panel .progress-bar-container .progress-bar .progress-bar-inner.fill-3 {
          width: 60%; }
        #quickStartSidePanelContainer .quickstart-panel .progress-bar-container .progress-bar .progress-bar-inner.fill-4 {
          width: 80%; }
        #quickStartSidePanelContainer .quickstart-panel .progress-bar-container .progress-bar .progress-bar-inner.fill-5 {
          width: 100%; }
    #quickStartSidePanelContainer .quickstart-panel .completed-steps-container {
      display: flex;
      flex-direction: column;
      overflow: auto;
      padding: 16px; }
      #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .completed-step {
        font-size: 14px;
        padding: 6px 10px 6px 10px;
        background: #DDE1E6;
        color: #878D96;
        margin-bottom: 8px;
        border-radius: 2px;
        display: flex;
        justify-content: space-between; }
        #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .completed-step > .checkmark::before {
          content: "\f122";
          font-family: "Ionicons"; }
      #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel {
        border: 1px solid #DDE1E6;
        margin-bottom: 8px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        border-radius: 2px; }
        #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container {
          display: flex;
          padding: 8px;
          border-bottom: 1px solid #DDE1E6; }
          #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container {
            position: relative;
            height: 87px; }
            #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container:hover {
              cursor: pointer; }
              #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container:hover .play-button {
                background: #0C7BB3; }
              #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container:hover .play {
                border-left: 7px solid #FFFFFF; }
            #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container > a {
              margin: 0; }
            #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container .video-poster {
              width: 123px;
              height: 87px;
              background-size: cover; }
              #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container .video-poster.start-making {
                background-image: url("/res/sys/img/onboarding/thumb-start-making.png"); }
              #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container .video-poster.open-starter {
                background-image: url("/res/sys/img/onboarding/thumb-open-starter.png"); }
              #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container .video-poster.launch-session {
                background-image: url("/res/sys/img/onboarding/thumb-launch-session.png"); }
            #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container .play-button {
              width: 24px;
              height: 24px;
              background: #DDE1E6;
              border-radius: 4px;
              position: absolute;
              top: calc(50% - 12px);
              left: calc(50% - 12px); }
              #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video-container .play-button .play {
                width: 0;
                height: 0;
                border: 0 solid transparent;
                border-bottom-width: 4px;
                border-top-width: 4px;
                border-left: 7px solid #878D96;
                position: relative;
                top: calc(50% - 4px);
                left: calc(50% - 3px); }
          #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .video {
            min-width: 123px;
            width: 123px;
            height: 87px;
            background: #DDE1E6;
            border-radius: 4px; }
          #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .text-container {
            display: flex;
            flex-direction: column;
            margin-left: 8px;
            width: 100%; }
            #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .text-container .header {
              display: flex;
              justify-content: space-between; }
              #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .text-container .header .title {
                font-size: 16px;
                font-weight: bold;
                width: calc(100% - 16px); }
              #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .text-container .header > div {
                width: 16px;
                height: 16px;
                border-radius: 16px;
                border: 1px solid #DDE1E6; }
          #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel .step-content-container .body {
            font-size: 12px; }
        #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel a {
          color: #FFFFFF;
          margin: 8px; }
          #quickStartSidePanelContainer .quickstart-panel .completed-steps-container .quickstart-step-panel a > span::after {
            content: "\f30f";
            font-family: "Ionicons";
            margin-left: 8px;
            color: #FFFFFF; }
    #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container {
      display: flex;
      flex-direction: column; }
      #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .hide-button {
        margin-bottom: 32px;
        padding: 8px; }
        #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .hide-button > span::after {
          content: "\f2d7";
          font-family: "Ionicons";
          margin-left: 8px; }
      #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center; }
        #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container .title {
          font-size: 20px;
          text-align: center;
          font-weight: bold; }
        #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container .section {
          display: flex;
          flex-direction: column;
          align-items: center;
          align-content: center;
          margin-bottom: 16px; }
          #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container .section .title {
            font-weight: bold;
            text-align: center;
            margin-bottom: 4px; }
          #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container .section .body {
            font-size: 12px;
            text-align: center;
            margin-bottom: 4px; }
          #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container .section .anchor-container a {
            text-decoration: none;
            color: #0C7BB3; }
            #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container .section .anchor-container a:hover {
              color: #229AD6; }
            #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container .section .anchor-container a:active {
              color: #066391; }
            #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container .section .anchor-container a > .link-desc {
              text-decoration: underline; }
            #quickStartSidePanelContainer .quickstart-panel .keep-exploring-container .explore-more-container .section .anchor-container a > .link-icon::after {
              content: "\f39c";
              font-family: "Ionicons";
              margin-left: 8px;
              color: inherit; }

@media only screen and (max-width: 768px) and (min-width: 361px) {
  #quickStartSidePanelContainer .overlay-wrapper {
    position: absolute;
    right: 0;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
  #quickStartSidePanelContainer .quickstart-panel {
    right: 0;
    height: 100%;
    position: absolute;
    background: #F2F4F8; } }

@media only screen and (max-width: 360px) {
  #quickStartOverlayContainer .overlay-container {
    margin-top: 56px;
    width: 344px;
    flex-direction: column; }
  #quickStartSidePanelContainer .overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  #quickStartSidePanelContainer .quickstart-panel {
    height: auto;
    width: 360px; }
  .quickstart-panel--collapsed {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 32px;
    padding: 0;
    display: block;
    background: none;
    border: none;
    z-index: 20; }
    .quickstart-panel--collapsed .expand-icon {
      width: 16px;
      height: 16px;
      margin-bottom: 0; }
    .quickstart-panel--collapsed .explore-text {
      display: none; } }

.progress {
  height: auto;
  background-color: transparent;
  position: relative; }
  .progress .bar {
    background-color: #F3F6F9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #E1E8EE;
    height: 1.5rem; }
  .progress .progress-meter {
    background-color: #86939E;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #86939E;
    background-image: linear-gradient(-45deg, #7e8b97 25%, transparent 25%, transparent 50%, #7e8b97 50%, #7e8b97 75%, transparent 75%, transparent);
    background-size: 40px 40px; }
    .progress .progress-meter span.dot {
      float: right;
      color: #FFFFFF;
      padding-right: 0.5rem;
      line-height: 1.25;
      cursor: pointer; }
  .progress .progress-meter.alert {
    background-color: #ec5840;
    background-color: #ec5840;
    background-image: linear-gradient(-45deg, #eb4c32 25%, transparent 25%, transparent 50%, #eb4c32 50%, #eb4c32 75%, transparent 75%, transparent);
    background-size: 40px 40px; }
  .progress .number {
    font-size: 0.875rem;
    font-weight: 700;
    color: #86939E;
    text-align: center; }
  .progress.compact {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .progress.compact .number {
      position: initial;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      margin-right: 0.5rem;
      line-height: 1.5rem; }
    .progress.compact .bar {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }

.gauge-container {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .gauge-container .gauge {
    padding: 0.25rem;
    position: relative;
    height: inherit;
    overflow: hidden; }
    @media (min-width: 40em) {
      .gauge-container .gauge {
        padding: 0.75rem; } }
    .gauge-container .gauge .title {
      color: #5E6977;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 1.1;
      position: relative;
      height: 22px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .gauge-container .gauge .title .icon {
        float: left;
        margin-right: 0.5rem;
        height: 1rem;
        width: 1rem;
        display: none; }
        @media (min-width: 40em) {
          .gauge-container .gauge .title .icon {
            display: inherit; } }
    .gauge-container .gauge .data {
      text-align: center;
      font-weight: 100;
      font-size: 2rem;
      margin: 3rem 0; }
      @media (min-width: 40em) {
        .gauge-container .gauge .data {
          margin: 2.5rem 0;
          font-size: 3.125rem; } }
      .gauge-container .gauge .data .unit {
        font-weight: 400;
        font-size: 0.875rem;
        vertical-align: top;
        display: inline-block;
        color: #86939E; }
      .gauge-container .gauge .data.trend-up, .gauge-container .gauge .data.trend-down {
        margin-top: 1.5rem; }
      .gauge-container .gauge .data.trend-up:before, .gauge-container .gauge .data.trend-down:before {
        font-family: 'Ionicons';
        font-size: 1rem;
        display: block;
        text-align: center; }
      .gauge-container .gauge .data.trend-up:before {
        color: #39C16C;
        content: '\f10d '; }
      .gauge-container .gauge .data.trend-down:before {
        color: #EC5840;
        content: '\f104 '; }
  .gauge-container .gauge-footer {
    background-color: #F3F6F9;
    border-top: 1px solid #E1E8EE;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.5rem; }
    .gauge-container .gauge-footer div {
      text-align: center; }
      .gauge-container .gauge-footer div.left, .gauge-container .gauge-footer div.right {
        padding: 0.5rem 0; }
      .gauge-container .gauge-footer div.left {
        border-right: 1px solid #E1E8EE;
        padding-right: 0.5rem; }
      .gauge-container .gauge-footer div.right {
        padding-left: 0.5rem; }
    .gauge-container .gauge-footer .data {
      font-size: 0.875rem;
      color: #5E6977; }
      .gauge-container .gauge-footer .data .data-secondary {
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        margin-top: 0.25rem; }
  .gauge-container.has-error {
    border-color: #EC5840;
    position: relative; }
    .gauge-container.has-error span.has-tip {
      font-family: 'Ionicons';
      position: absolute;
      right: 1rem;
      top: 0.25rem;
      color: #EC5840;
      font-size: 1.25rem;
      line-height: 1; }
  .gauge-container.compact {
    border: none;
    border-radius: 0; }
    .gauge-container.compact .gauge {
      padding: 0;
      margin-bottom: 0.5rem; }
      @media (min-width: 40em) {
        .gauge-container.compact .gauge {
          padding: 0; } }
      @media (min-width: 64em) {
        .gauge-container.compact .gauge {
          margin-bottom: 0; } }
      .gauge-container.compact .gauge .data {
        font-size: 1.25rem;
        text-align: left;
        line-height: 1.2;
        margin: 0; }
        @media (min-width: 40em) {
          .gauge-container.compact .gauge .data {
            margin: 0; } }
        @media (min-width: 64em) {
          .gauge-container.compact .gauge .data {
            font-size: 2rem;
            line-height: 1.6; } }
        .gauge-container.compact .gauge .data.trend-up:before, .gauge-container.compact .gauge .data.trend-down:before {
          display: inline-block;
          text-align: left;
          vertical-align: top; }

.pie .gauge {
  padding: 0; }
  .pie .gauge .title {
    top: 0.25rem;
    left: 0.25rem; }
    @media (min-width: 40em) {
      .pie .gauge .title {
        top: 0.75rem;
        left: 0.75rem; } }

text {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #222222; }

.container .is-active > .accordion-title::before {
  content: '\f123'; }

.container .accordion-title {
  padding: 0.875rem 0.5rem;
  border-bottom: 1px solid #E1E8EE;
  background-color: #F3F6F9;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.875rem;
  color: #2199E8; }
  .container .accordion-title:hover, .container .accordion-title:focus {
    background-color: #e2e9f1; }
  .container .accordion-title:before {
    font-family: 'Ionicons';
    color: #86939E;
    font-style: 0.875rem;
    content: '\f124';
    margin-top: -0.35rem; }

.container .accordion {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE; }
  .container .accordion .accordion-item.is-active:last-of-type .accordion-content {
    border-bottom: 0; }
  .container .accordion .accordion-item:last-of-type a {
    border-bottom: 0; }
  .container .accordion .accordion-item.is-active:last-of-type a {
    border-bottom: 1px solid #E1E8EE; }

.accordion-component {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE;
  list-style: none;
  margin-left: 0px; }
  .accordion-component .accordion-item.is-active:last-of-type .accordion-content {
    border-bottom: 0; }
  .accordion-component .accordion-item:last-of-type a {
    border-bottom: 0; }
  .accordion-component .accordion-item.is-active:last-of-type a {
    border-bottom: 1px solid #E1E8EE; }
  .accordion-component .is-active > .accordion-title::before {
    content: '\f123'; }
  .accordion-component .accordion-title {
    padding: 0.875rem 0.5rem;
    border-bottom: 1px solid #E1E8EE;
    background-color: #F3F6F9;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.875rem;
    color: #2199E8; }
    .accordion-component .accordion-title:hover, .accordion-component .accordion-title:focus {
      background-color: #e2e9f1; }
    .accordion-component .accordion-title:before {
      font-family: 'Ionicons';
      color: #86939E;
      font-style: 0.875rem;
      content: '\f124';
      margin-top: -0.35rem; }
  .accordion-component .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    display: block;
    padding: 0;
    border-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .accordion-component .is-active .accordion-content {
    padding: 1rem;
    background-color: #fefefe;
    opacity: 1;
    max-height: 1000px; }

table {
  font-size: 0.875rem;
  line-height: 1.1;
  color: #86939E; }
  table th {
    display: none; }
    table th.sortable {
      text-decoration: underline; }
      table th.sortable:hover, table th.sortable:focus {
        cursor: pointer; }
  table .label {
    margin: 0; }
  table td {
    display: block;
    overflow: auto; }
    table td:before {
      content: attr(data-th) ": ";
      font-weight: 700;
      margin-right: 1rem;
      display: inline-block; }
    table td > .button {
      margin: 0; }
  table thead, table tbody, table tfoot {
    border: 0;
    border-bottom: 1px solid #E1E8EE;
    background-color: #FFFFFF;
    color: #5E6977; }
  table thead, table tfoot {
    color: #5E6977; }
    table thead th, table thead td, table tfoot th, table tfoot td {
      padding: 0.25rem;
      vertical-align: bottom; }
  table thead {
    border-bottom-width: 2px; }
  table tbody {
    color: #4E4E4E; }
    table tbody th, table tbody td {
      padding: 0.25rem;
      vertical-align: middle;
      word-wrap: break-word;
      text-align: left; }
      table tbody th > .button, table tbody td > .button {
        margin: 0; }
    table tbody tr:hover, table tbody tr:nth-child(even):hover {
      background-color: rgba(33, 153, 232, 0.1); }
    table tbody tr:nth-child(even) {
      background-color: #F3F6F9; }
    table tbody.logging-table .logger-actions {
      padding: 0; }
    table tbody.logging-table .logger-actions div {
      padding: 0.25rem 0.875rem;
      min-height: 1.625rem;
      line-height: 1.625rem;
      float: right; }
      table tbody.logging-table .logger-actions div.more {
        color: #2199E8;
        transition: background-color 0.15s ease; }
        table tbody.logging-table .logger-actions div.more.open {
          background-color: #E1E8EE; }
        table tbody.logging-table .logger-actions div.more:hover {
          cursor: pointer;
          background-color: #E1E8EE; }
    table tbody.logging-table .subrow {
      background-color: #E1E8EE;
      overflow-x: auto;
      white-space: nowrap; }
      table tbody.logging-table .subrow:hover {
        background-color: #E1E8EE; }
      table tbody.logging-table .subrow td {
        padding: 0.5rem 0.25rem 0.5rem 2.25rem; }
      table tbody.logging-table .subrow span {
        font-family: 'Roboto Mono';
        font-weight: 400;
        font-size: 0.75rem;
        display: block;
        line-height: 1.5; }
      table tbody.logging-table .subrow .priority-1 {
        color: #4E4E4E; }
      table tbody.logging-table .subrow .priority-2, table tbody.logging-table .subrow .priority-3 {
        padding-left: 0.5rem; }
      table tbody.logging-table .subrow .priority-2 {
        color: #7C7C7C; }
      table tbody.logging-table .subrow .priority-3 {
        color: #AAAAAA; }
  table .action-btns {
    display: inline-block; }
    table .action-btns > * {
      margin: 0 0.25rem 0 0;
      display: inline-block; }
      table .action-btns > *:only-child, table .action-btns > *:last-child {
        margin: 0; }
      table .action-btns > * > .button {
        margin: 0; }
  table.event .event-title {
    display: inline-block;
    margin-bottom: 0.25rem;
    font-weight: 700; }
    table.event .event-title:before {
      font-family: 'Ionicons';
      margin-right: 0.25rem; }
    table.event .event-title.success:before {
      content: '\f122';
      color: #39C16C; }
    table.event .event-title.warning:before {
      content: '\f100';
      color: #DBC400; }
    table.event .event-title.error:before {
      content: '\f100';
      color: #EC5840; }
    table.event .event-title.info:before {
      content: '\f149';
      color: #003E69; }
  table.compact-buttons .button {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    table td {
      max-width: 20rem; } }
  @media (min-width: 48em) {
    table td {
      max-width: 8rem; }
    table td:before {
      display: none; }
    table th, table td {
      display: table-cell; }
    table .action-btns {
      display: block; }
    table.event .event-title {
      display: block; } }
  @media (min-width: 56em) {
    table td {
      max-width: 16rem; } }
  @media (min-width: 64em) {
    table td {
      max-width: 21rem; }
    table th:first-child, table td:first-child {
      padding-left: 0.5rem; } }
  @media (min-width: 72em) {
    table td {
      max-width: 28rem; } }
  @media (max-width: 40em) {
    table {
      table-layout: fixed; } }
  table .render-highlight {
    -webkit-animation: cell-flash 1.5s ease 0s 1 reverse;
    animation: cell-flash 1.5s ease 0s 1 reverse; }
  table .render-highlight-toggle {
    -webkit-animation: cell-flash-toggle 1.5s ease 0s 1 reverse;
    animation: cell-flash-toggle 1.5s ease 0s 1 reverse; }
  @media (min-width: 40em) {
    table .render-highlight, table .render-highlight-toggle {
      display: block; } }

@keyframes cell-flash {
  to {
    background-color: #FFFBCC; } }

@-webkit-keyframes cell-flash {
  to {
    background-color: #FFFBCC; } }

@keyframes cell-flash-toggle {
  to {
    background-color: #FFFBCC; } }

@-webkit-keyframes cell-flash-toggle {
  to {
    background-color: #FFFBCC; } }
  table .log-render {
    -webkit-animation: row-flash 1.2s ease 0s 1 reverse;
    animation: row-flash 1.2s ease 0s 1 reverse; }

@keyframes row-flash {
  to {
    background-color: #FFFCEE; } }

@-webkit-keyframes row-flash {
  to {
    background-color: #FFFCEE; } }

table.item tbody td:last-of-type {
  overflow: visible; }

@media (max-width: 56em) and (min-width: 48em) {
  table.item .label {
    font-size: 0.675rem; } }

@media (max-width: 56em) {
  .high-column-responsive table td {
    display: block;
    max-width: 100%; }
  .high-column-responsive table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    margin-right: 1rem;
    display: inline-block; }
  .high-column-responsive table th {
    display: none; }
  .high-column-responsive table .action-btns {
    display: inline-block;
    float: initial; } }

.table-controls {
  background-color: #F3F6F9;
  border: 1px solid #E1E8EE;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }
  .table-controls::before, .table-controls::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .table-controls::after {
    clear: both; }
  .table-controls .live-switch, .table-controls .icon-actions-right, .table-controls .standard-controls {
    display: inline-block; }
  .table-controls input, .table-controls select {
    margin: 0; }
  .table-controls label {
    display: inline;
    margin-right: 0.25rem; }
  .table-controls .switch {
    float: right;
    padding: 0;
    margin: 0;
    line-height: 3.125rem; }
    @media (min-width: 64em) {
      .table-controls .switch {
        padding: 0 1rem;
        border-right: 2px solid #E1E8EE;
        border-left: 2px solid #E1E8EE; } }
    .table-controls .switch .onoffswitch {
      position: relative;
      width: 40px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      float: right;
      margin-top: 1rem; }
    .table-controls .switch .onoffswitch-checkbox {
      display: none; }
    .table-controls .switch .onoffswitch-label {
      display: block;
      overflow: hidden;
      cursor: pointer;
      height: 1rem;
      padding: 0;
      line-height: 1rem;
      border: 0 solid #FFFFFF;
      border-radius: 24px;
      background-color: #C9D1D8; }
    .table-controls .switch .onoffswitch-label:before {
      content: 'off';
      text-transform: uppercase;
      font-size: 0.5rem;
      text-align: center;
      color: #AAAAAA;
      display: block;
      width: 1rem;
      margin: 0;
      background: #FFFFFF;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      border-radius: 1rem;
      box-shadow: 0 6px 12px 0 #AAAAAA;
      transition: right 0.3s ease; }
      .table-controls .switch .onoffswitch-label:before:hover {
        box-shadow: 0 6px 12px 0 #222222; }
    .table-controls .switch .onoffswitch-checkbox:checked + .onoffswitch-label {
      background-color: #add2eb; }
      .table-controls .switch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        content: 'on';
        color: #FFFFFF; }
    .table-controls .switch .onoffswitch-checkbox:checked + .onoffswitch-label, .table-controls .switch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
      border-color: #add2eb; }
    .table-controls .switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
      margin-left: 0; }
    .table-controls .switch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
      right: 0;
      background-color: #2199E8;
      box-shadow: 0 6px 12px 0 #AAAAAA; }
  .table-controls .icon-actions-right {
    float: right;
    padding: 0.5rem; }
    .table-controls .icon-actions-right .button {
      margin: 0 0.25rem;
      float: left;
      min-width: 2.125rem;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; }
      .table-controls .icon-actions-right .button:hover {
        background-color: #002143; }
  .table-controls .standard-controls {
    display: inherit;
    margin-bottom: 0.5rem;
    padding: 0.625rem; }
    .table-controls .standard-controls .icon {
      line-height: 2rem; }
    @media (min-width: 64em) {
      .table-controls .standard-controls {
        margin-bottom: 0; } }
    .table-controls .standard-controls .control {
      margin-right: 1rem;
      display: inline-block; }
      .table-controls .standard-controls .control.view-count select {
        width: 4rem; }
    .table-controls .standard-controls label, .table-controls .standard-controls input {
      display: inline; }

.logview .pagination {
  margin: 0 0 0.5rem auto; }

.pagination {
  list-style-type: none;
  text-align: center;
  margin: 1rem 0; }
  .pagination.bottom {
    margin-left: auto;
    margin-top: 0px; }
  .pagination .simple-paginator {
    margin: 0 auto 0.5rem; }
  @media (min-width: 40em) {
    .pagination {
      text-align: right; } }
  .pagination .item-count {
    font-size: 0.875rem;
    margin-right: 0.5rem;
    line-height: 2rem; }
  .pagination .current {
    background: #86939E;
    color: #FFFFFF; }
  .pagination .disabled {
    color: #AAAAAA;
    background: #F2F2F2;
    padding: inherit; }
    .pagination .disabled:hover, .pagination .disabled:focus {
      background: #F2F2F2 !important;
      cursor: not-allowed !important; }
  .pagination .pager {
    margin-right: 0.25rem; }
  .pagination li {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    font-size: 1.25rem;
    height: 2rem;
    padding: 0;
    text-align: center;
    margin-right: 0.125rem;
    color: #2199E8;
    font-family: 'Roboto Mono';
    transition: background-color 0.25s ease;
    background-color: #F3F6F9;
    vertical-align: top; }
    .pagination li.first, .pagination li.previous, .pagination li.next, .pagination li.last {
      width: 2rem; }
      .pagination li.first:hover, .pagination li.first:focus, .pagination li.previous:hover, .pagination li.previous:focus, .pagination li.next:hover, .pagination li.next:focus, .pagination li.last:hover, .pagination li.last:focus {
        background-color: #E1E8EE;
        cursor: pointer; }
    .pagination li.page-selection {
      display: inline-block;
      font-size: 0.875rem;
      background-color: transparent;
      color: #4E4E4E; }
      .pagination li.page-selection .page-selection-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .pagination li.page-selection .page-selection-container input {
          width: 3.25rem;
          text-align: center;
          margin: 0;
          margin-right: 0.25rem; }
        .pagination li.page-selection .page-selection-container div {
          font-family: 'Source Sans Pro';
          margin-right: 0.25rem;
          line-height: 2rem;
          vertical-align: middle;
          display: inline-block; }
        .pagination li.page-selection .page-selection-container form {
          margin-top: 0;
          display: inline-block; }

div#configcontents .panel, .panel {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE; }
  div#configcontents .panel.drag-and-drop-panel, .panel.drag-and-drop-panel {
    height: 228px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #F3F6F9;
    border: 1px dashed #D8D8D8;
    border-radius: 4px;
    margin: 4px 0 10px 0; }
    div#configcontents .panel.drag-and-drop-panel svg, .panel.drag-and-drop-panel svg {
      width: 60px;
      height: 60px; }
    div#configcontents .panel.drag-and-drop-panel .clear-file-anchor, .panel.drag-and-drop-panel .clear-file-anchor {
      margin-left: 4px;
      width: 16px;
      height: 16px; }
      div#configcontents .panel.drag-and-drop-panel .clear-file-anchor svg, .panel.drag-and-drop-panel .clear-file-anchor svg {
        width: 16px;
        height: 16px; }
    div#configcontents .panel.drag-and-drop-panel > div, .panel.drag-and-drop-panel > div {
      display: flex;
      align-items: center; }
    div#configcontents .panel.drag-and-drop-panel.drag-in-progress, .panel.drag-and-drop-panel.drag-in-progress {
      border: 1px solid #2199E8; }
  div#configcontents .panel .columns, .panel .columns {
    width: auto; }
    div#configcontents .panel .columns:first-of-type, .panel .columns:first-of-type {
      border-right: 1px solid #E1E8EE; }
  div#configcontents .panel .panel-header, .panel .panel-header {
    padding: 0.75rem;
    background-color: #F3F6F9;
    border-bottom: 1px solid #E1E8EE; }
    div#configcontents .panel .panel-header.action-header, .panel .panel-header.action-header {
      display: flex;
      justify-content: space-between;
      height: 48px; }
      div#configcontents .panel .panel-header.action-header > div:nth-child(2) > button, div#configcontents .panel .panel-header.action-header > div:nth-child(2) > div > button, .panel .panel-header.action-header > div:nth-child(2) > button, .panel .panel-header.action-header > div:nth-child(2) > div > button {
        height: 24px;
        font-size: 12px;
        padding: 6px 12px;
        margin-left: 6px; }
  div#configcontents .panel .panel-body, .panel .panel-body {
    font-size: 0.875rem;
    color: #4E4E4E; }
    div#configcontents .panel .panel-body .header, .panel .panel-body .header {
      font-weight: 700; }
  div#configcontents .panel.pseudo-table, .panel.pseudo-table {
    margin-bottom: 2rem; }
    div#configcontents .panel.pseudo-table .panel-body, .panel.pseudo-table .panel-body {
      padding: 16px; }
    div#configcontents .panel.pseudo-table .panel-header, .panel.pseudo-table .panel-header {
      background: #86939E;
      color: white;
      line-height: 10px;
      font-size: 16px;
      font-weight: 700;
      height: 34px; }
  div#configcontents .panel.info, .panel.info {
    margin-bottom: 2rem; }
    div#configcontents .panel.info ul, .panel.info ul {
      list-style-type: none;
      margin: 0;
      padding: 0.5rem 0;
      line-height: 1.8; }
    div#configcontents .panel.info li, .panel.info li {
      white-space: nowrap; }
      div#configcontents .panel.info li .label:hover, .panel.info li .label:hover {
        cursor: pointer; }
    div#configcontents .panel.info .columns, .panel.info .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
  div#configcontents .panel.note, .panel.note {
    background-color: #ECF7FF;
    border-color: #AAC4D7;
    color: #222222;
    padding: 0.25rem 0.5rem;
    display: inline-block; }
    div#configcontents .panel.note p, .panel.note p {
      margin: 0;
      font-size: 0.875rem; }
  div#configcontents .panel.config-links, .panel.config-links {
    margin-bottom: 1.5rem; }
    div#configcontents .panel.config-links .panel-header, .panel.config-links .panel-header {
      text-transform: uppercase;
      color: #5E6977;
      font-weight: 700;
      font-size: 1.125rem; }
      div#configcontents .panel.config-links .panel-header i, .panel.config-links .panel-header i {
        margin-right: 0.5rem; }
    div#configcontents .panel.config-links .panel-body, .panel.config-links .panel-body {
      padding: 0.5rem 0; }
      div#configcontents .panel.config-links .panel-body a, .panel.config-links .panel-body a {
        padding: 0.375rem 0.75rem;
        display: block;
        font-size: 1rem; }
        div#configcontents .panel.config-links .panel-body a:hover, div#configcontents .panel.config-links .panel-body a:focus, .panel.config-links .panel-body a:hover, .panel.config-links .panel-body a:focus {
          background-color: rgba(33, 153, 232, 0.1); }
  div#configcontents .panel.prompt, .panel.prompt {
    margin-bottom: 16px; }
    div#configcontents .panel.prompt .panel-header, .panel.prompt .panel-header {
      font-weight: 700;
      font-size: 1.125rem;
      text-align: center; }
      div#configcontents .panel.prompt .panel-header i, .panel.prompt .panel-header i {
        margin-right: 0.5rem; }
    div#configcontents .panel.prompt .panel-body, .panel.prompt .panel-body {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 24px 24px 12px 24px; }
      div#configcontents .panel.prompt .panel-body > *, .panel.prompt .panel-body > * {
        width: 100%; }
      div#configcontents .panel.prompt .panel-body > *:only-child, .panel.prompt .panel-body > *:only-child {
        width: 280px; }
      div#configcontents .panel.prompt .panel-body > *:not(:last-child), .panel.prompt .panel-body > *:not(:last-child) {
        margin-bottom: 5px; }
      div#configcontents .panel.prompt .panel-body a, .panel.prompt .panel-body a {
        padding: 0.375rem 0.75rem;
        display: block;
        font-size: 1rem; }
        div#configcontents .panel.prompt .panel-body a:hover, div#configcontents .panel.prompt .panel-body a:focus, .panel.prompt .panel-body a:hover, .panel.prompt .panel-body a:focus {
          background-color: rgba(33, 153, 232, 0.1); }
      div#configcontents .panel.prompt .panel-body ul, .panel.prompt .panel-body ul {
        margin: 0 0 8px 35px; }
        div#configcontents .panel.prompt .panel-body ul:last-child, .panel.prompt .panel-body ul:last-child {
          margin-bottom: 0; }
    div#configcontents .panel.prompt .panel-footer, .panel.prompt .panel-footer {
      display: flex;
      align-items: stretch;
      flex-direction: column;
      padding: 12px 24px 24px 24px; }
      div#configcontents .panel.prompt .panel-footer .button, .panel.prompt .panel-footer .button {
        margin-bottom: 8px; }
        div#configcontents .panel.prompt .panel-footer .button:last-child, .panel.prompt .panel-footer .button:last-child {
          margin-bottom: 0; }

.ufe-trigger {
  border-bottom: 2px dotted #EC5840;
  padding-bottom: 2px;
  display: inline-block;
  cursor: pointer;
  text-transform: none; }

.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.65); }

.reveal {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #C9D1D8;
  padding: 0;
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .reveal .reveal-header {
    border-bottom: 1px solid #C9D1D8;
    padding: 1rem 2rem; }
    .reveal .reveal-header h4 {
      margin: 0;
      font-weight: normal;
      color: #5E6977; }
      .reveal .reveal-header h4.ufe-heading {
        color: #EC5840; }
        .reveal .reveal-header h4.ufe-heading:before {
          font-family: 'Ionicons';
          margin-right: 0.5rem;
          content: '\f100'; }
  .reveal .reveal-body {
    padding: 2rem; }
    .reveal .reveal-body .code-block, .reveal .reveal-body pre {
      position: relative; }
    .reveal .reveal-body .code-block button {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 100; }
    .reveal .reveal-body .code-block pre {
      margin-bottom: 1rem; }
    .reveal .reveal-body .versions, .reveal .reveal-body a {
      font-size: 0.875rem; }
    .reveal .reveal-body .versions {
      text-align: right; }
    .reveal .reveal-body a {
      float: left; }

/* spinner style */
div.loading-div {
  position: relative;
  top: auto;
  padding: 50px; }
  div.loading-div h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 10px; }
  div.loading-div p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px; }

svg.loading {
  width: 75px;
  height: 75px;
  position: absolute;
  top: -45px;
  bottom: 0;
  left: 10px;
  right: 0;
  margin: auto;
  background-size: cover; }
  svg.loading path {
    fill: #F7901E; }

div.spinner {
  position: inherit;
  width: 120px;
  height: 120px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

div.spinner:before, .spinner:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-radius: 50%; }

/* spinner-1 styles */
@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

div.spinner.spinner-piece:before {
  width: 120px;
  height: 120px;
  border-bottom-color: #F7901E;
  border-right-color: #F7901E;
  border-top-color: rgba(33, 33, 33, 0);
  border-left-color: rgba(33, 33, 33, 0);
  border-width: 2.25px;
  -webkit-animation: rotate-animation 2s linear 0s infinite;
  animation: rotate-animation 2s linear 0s infinite; }

div.spinner.spinner-piece:after {
  width: 97.5px;
  height: 97.5px;
  border-bottom-color: #F7901E;
  border-right-color: #F7901E;
  border-top-color: rgba(33, 33, 33, 0);
  border-left-color: rgba(33, 33, 33, 0);
  border-width: 4.5px;
  top: 15px;
  left: 15px;
  -webkit-animation: anti-rotate-animation 1.85s linear 0s infinite;
  animation: anti-rotate-animation 1.85s linear 0s infinite; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

#searchbox {
  position: fixed;
  bottom: 0;
  width: 200px; }
  #searchbox.visible {
    background-color: #183E66;
    box-shadow: 0 -10px 20px -7px rgba(0, 0, 0, 0.23); }
  @media (max-width: 575px) {
    #searchbox {
      display: none; } }
  #searchbox .search-section {
    position: relative;
    margin: 10px; }
    #searchbox .search-section input {
      width: 100%;
      background-color: #FFFFFF;
      border: 0;
      padding: 0.5rem;
      padding-left: 2.5rem;
      font-size: 1rem;
      margin: 0;
      border-radius: 4px; }
      #searchbox .search-section input ::-webkit-input-placeholder {
        color: #2199E8; }
      #searchbox .search-section input :-moz-placeholder {
        color: #2199E8; }
      #searchbox .search-section input ::-moz-placeholder {
        color: #2199E8; }
      #searchbox .search-section input :-ms-input-placeholder {
        color: #2199E8; }
    #searchbox .search-section::before {
      font-family: 'Ionicons';
      content: "\f21f";
      position: absolute;
      font-size: 0.875rem;
      top: 0.55rem;
      left: 1rem;
      color: #5C707F; }
    #searchbox .search-section .icon {
      position: absolute;
      opacity: 0;
      font-size: 0.875rem;
      top: 0.5rem;
      right: 0.5rem;
      cursor: pointer;
      color: #C9D1D8; }
  #searchbox ul {
    list-style-type: none;
    border-bottom: 0;
    border-radius: 0;
    margin: 0;
    border: 0; }
    #searchbox ul hr {
      border-bottom: 1px solid #E0E0E0; }
    #searchbox ul .nav-section {
      margin-top: 1rem;
      margin-bottom: 1rem; }
      #searchbox ul .nav-section .top-level {
        text-transform: uppercase;
        color: #5C707F;
        margin-bottom: 0.25rem;
        line-height: 1.1;
        padding-left: 1.125rem; }
    #searchbox ul .nested {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      #searchbox ul .nested li {
        line-height: 1.6;
        padding-left: 1rem; }
        #searchbox ul .nested li a {
          color: #899197;
          display: block; }
          #searchbox ul .nested li a:hover, #searchbox ul .nested li a:focus {
            color: #5E7281; }
        #searchbox ul .nested li.active {
          background-color: white;
          color: #5C707F;
          position: relative;
          padding-left: 0.75rem; }
          @media (min-width: 40em) {
            #searchbox ul .nested li.active {
              padding-left: 1.75rem; } }
          #searchbox ul .nested li.active:before {
            content: '\f10a ';
            font-family: 'Ionicons';
            font-size: 0.5rem;
            position: absolute;
            left: 1.0rem;
            top: 0.3rem;
            display: none; }
            @media (min-width: 40em) {
              #searchbox ul .nested li.active:before {
                display: initial; } }
          #searchbox ul .nested li.active a {
            color: #F7901E; }
        #searchbox ul .nested li:hover, #searchbox ul .nested li:focus {
          background-color: #D4D8DC;
          cursor: pointer; }
  #searchbox .search-container {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #E1E8EE;
    background-color: #FFFFFF;
    color: #4E4E4E;
    margin: 0;
    text-align: left;
    font-size: 0.875rem;
    position: absolute;
    z-index: 100;
    max-height: 300px;
    overflow: auto;
    font-weight: 400;
    width: 335px;
    bottom: 40px; }
    #searchbox .search-container .dialog-header {
      color: #AAAAAA;
      padding: 0.5rem 1rem; }
      #searchbox .search-container .dialog-header .search-entry {
        font-weight: 700; }
    #searchbox .search-container .dialog-body {
      padding: 0; }
      #searchbox .search-container .dialog-body ul {
        list-style: none; }
      #searchbox .search-container .dialog-body .menu > li {
        display: block;
        border-top: 1px solid #E1E8EE; }
        #searchbox .search-container .dialog-body .menu > li a {
          display: block;
          padding: 0.875rem 1rem; }
        #searchbox .search-container .dialog-body .menu > li .result-location {
          color: #86939E; }
        #searchbox .search-container .dialog-body .menu > li:first-of-type {
          border-top: 0; }
        #searchbox .search-container .dialog-body .menu > li:last-of-type {
          border-bottom: 1px solid #E1E8EE; }
        #searchbox .search-container .dialog-body .menu > li a:hover, #searchbox .search-container .dialog-body .menu > li a:focus {
          background-color: #F3F6F9; }
        #searchbox .search-container .dialog-body .menu > li a .result-location:hover, #searchbox .search-container .dialog-body .menu > li a .result-location:focus {
          color: #86939E; }
      #searchbox .search-container .dialog-body .active > a {
        background-color: rgba(33, 153, 232, 0.1);
        color: #2199E8; }
      #searchbox .search-container .dialog-body p.no-results {
        padding: 0.875rem 1rem;
        font-size: 0.875rem;
        margin: 0;
        border-bottom: 1px solid #E1E8EE; }
    #searchbox .search-container .dialog-footer {
      padding: 1rem;
      background-color: #FFFFFF;
      color: #4E4E4E; }
      #searchbox .search-container .dialog-footer h6 {
        margin: 0;
        color: #4E4E4E; }
      #searchbox .search-container .dialog-footer p {
        margin-bottom: 0.25rem; }

.component-modal-large-viewport {
  position: absolute;
  opacity: 1;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
  border-radius: 4px; }
  .component-modal-large-viewport > div {
    display: flex;
    justify-content: center;
    align-items: center; }
  .component-modal-large-viewport:focus {
    outline: none; }
  .component-modal-large-viewport.component-modal-below:not(.hide-arrow):after, .component-modal-large-viewport.component-modal-below:not(.hide-arrow):before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .component-modal-large-viewport.component-modal-below:not(.hide-arrow):after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: currentColor;
    border-width: 10px;
    margin-left: -10px; }
  .component-modal-large-viewport.component-modal-below:not(.hide-arrow):before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: inherit;
    border-width: 11px;
    margin-left: -11px; }
  .component-modal-large-viewport.component-modal-above:not(.hide-arrow):after, .component-modal-large-viewport.component-modal-above:not(.hide-arrow):before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .component-modal-large-viewport.component-modal-above:not(.hide-arrow):after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: currentColor;
    border-width: 10px;
    margin-left: -10px; }
  .component-modal-large-viewport.component-modal-above:not(.hide-arrow):before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: inherit;
    border-width: 11px;
    margin-left: -11px; }
  .component-modal-large-viewport.component-modal-right:not(.hide-arrow):after, .component-modal-large-viewport.component-modal-right:not(.hide-arrow):before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .component-modal-large-viewport.component-modal-right:not(.hide-arrow):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: currentColor;
    border-width: 10px;
    margin-top: -10px; }
  .component-modal-large-viewport.component-modal-right:not(.hide-arrow):before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: inherit;
    border-width: 11px;
    margin-top: -11px; }
  .component-modal-large-viewport.component-modal-left:not(.hide-arrow):after, .component-modal-large-viewport.component-modal-left:not(.hide-arrow):before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute; }
  .component-modal-large-viewport.component-modal-left:not(.hide-arrow):after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: currentColor;
    border-width: 10px;
    margin-top: -10px; }
  .component-modal-large-viewport.component-modal-left:not(.hide-arrow):before {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: inherit;
    border-width: 11px;
    margin-top: -11px; }

.component-modal-small-viewport {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .component-modal-small-viewport .ia_componentModal {
    max-height: 100%;
    overflow: hidden; }
  .component-modal-small-viewport > div {
    box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); }
    .component-modal-small-viewport > div > div {
      display: flex;
      justify-content: center;
      align-items: center; }

.ia_componentModal {
  /* This is set in order to control the color of the arrow of the component modal.  Matches background color of secondary container */
  color: #FFFFFF;
  background-color: #FFFFFF;
  border: 1px solid #DDE1E6;
  border-radius: 4px;
  overflow: hidden; }

.ia_componentModal--fullViewOverlay {
  background-color: rgba(0, 0, 0, 0.7); }

.fourofour {
  margin: 2rem 0;
  padding: 2rem;
  text-align: center;
  background-color: #F3F6F9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE; }
  .fourofour .fourofour-title {
    margin-top: 2rem;
    color: #5E6977;
    font-size: 3.75rem;
    font-weight: 700; }
  .fourofour h4, .fourofour p, .fourofour .btn-group {
    text-align: center; }
  .fourofour h4 {
    margin-bottom: 1rem; }
  .fourofour .btn-group {
    margin-top: 2rem; }

.blank-state {
  margin: 2rem 0;
  padding: 2rem;
  text-align: center;
  background-color: #F3F6F9;
  word-wrap: break-word;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE; }
  .blank-state h4, .blank-state p, .blank-state .btn-group {
    text-align: center; }
  .blank-state h4 {
    margin-bottom: 1rem; }
  .blank-state img {
    margin-bottom: 2rem;
    max-width: 8.75rem; }
  .blank-state .btn-group {
    margin-top: 2rem; }
    .blank-state .btn-group .button.secondary {
      margin-right: 0.5rem; }

footer {
  background-color: #FFFFFF;
  padding: 1rem;
  border-top: 1px solid #dfe2e6;
  text-align: right;
  z-index: 3;
  width: 100%; }
  @media (min-width: 40em) {
    footer a.button {
      display: none !important; } }
  footer div {
    display: inline-block; }
  footer .copy-container {
    text-alight: right; }
    footer .copy-container p.copy a {
      color: #899197;
      text-decoration: underline; }
      footer .copy-container p.copy a:hover, footer .copy-container p.copy a:focus {
        color: #6f787e; }
  footer p {
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #899197; }
  footer .ignition-logo-container {
    margin-left: 19px; }
    footer .ignition-logo-container .foot-logo-ignition {
      margin: 0;
      display: block;
      height: 2rem;
      width: 76px;
      background: url(/res/sys/img/header/ignition_header_simple.svg) no-repeat left;
      background-size: contain;
      position: relative;
      top: -5px; }
  footer .ia-logo-container {
    border-right: 1px solid #dfe2e6;
    margin-left: 19px; }
    footer .ia-logo-container .foot-logo-ia {
      margin: 0;
      display: block;
      height: 2rem;
      width: 130px;
      background: url(../img/logoFooter.png) no-repeat left;
      background-size: contain; }

.micro-header {
  background-color: #5E6977;
  line-height: 1.25rem;
  margin: 0;
  padding: 0 0.75rem 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 0 0 auto;
  color: #FFFFFF; }
  .micro-header .meta-section {
    float: right; }
    .micro-header .meta-section .meta {
      display: inline-block; }
      .micro-header .meta-section .meta .ion-android-arrow-forward:before {
        font-weight: bold; }
      .micro-header .meta-section .meta .user-info {
        display: inline;
        font-size: 0.75em; }
        .micro-header .meta-section .meta .user-info .separator {
          padding: 0 0.5rem; }
      .micro-header .meta-section .meta a {
        color: inherit;
        display: inline;
        font-size: 0.75em;
        font-weight: bold; }
  .micro-header #gateway-name-icon {
    width: 12px;
    height: 14px; }
    .micro-header #gateway-name-icon path {
      fill: #fff; }
  .micro-header .gateway-name-container {
    display: inline-flex;
    justify-content: flex-start;
    max-width: calc(100% - 1.4em); }
  .micro-header .gateway-name {
    padding-left: 5px;
    font-size: 0.78em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .micro-header .links {
    float: right;
    display: inline;
    list-style: none;
    margin: 0; }
    .micro-header .links li {
      float: left;
      margin-left: 0.5rem;
      line-height: 1.25rem; }
      @media (min-width: 40em) {
        .micro-header .links li {
          margin-left: 1rem; } }
      .micro-header .links li a {
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: normal; }
        .micro-header .links li a:hover, .micro-header .links li a:focus {
          color: #9b9ba6; }

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 0.22rem 0.5rem 0.22rem 1rem;
  margin: 0;
  height: 56px;
  border-bottom: 1px solid #D0D8E2;
  overflow: hidden; }
  header .logo-section {
    height: 100%;
    flex: 0 0 auto; }
    header .logo-section a {
      background-image: url(/res/sys/img/header/ignition_header_simple.svg);
      background-repeat: no-repeat;
      display: block;
      width: 115px;
      height: 100%; }
  header .header-links {
    display: flex;
    flex: 0 0 203px;
    width: 203px;
    align-items: center;
    justify-content: space-between; }
    header .header-links #help-dropdown-toggle {
      flex-basis: 49px; }
    header .header-links #get-designer-button {
      flex-basis: 129px; }
    header .header-links > a {
      display: block;
      font-size: 1rem; }
      header .header-links > a:not(.button) {
        color: #5E6977; }
      header .header-links > a:last-of-type {
        margin: 0; }
    header .header-links #help-dropdown {
      top: 60px !important;
      left: calc(100% - 315px) !important;
      padding: 0;
      font-size: 14px;
      line-height: 24px;
      width: 172px;
      z-index: 12; }
      header .header-links #help-dropdown svg {
        margin-left: .5rem;
        width: 13.5px;
        height: 13.5px;
        fill: #D8D8D8; }
    header .header-links .menu > li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 32px;
      padding: 0 1rem; }

.page-heading {
  position: relative;
  display: flex;
  flex-flow: row-reverse wrap; }
  .page-heading h1, .page-heading h6 {
    display: none; }

.quick-links {
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.875rem;
  margin-bottom: 1rem;
  text-align: center; }
  .quick-links a {
    font-size: 0.75rem; }
    @media (min-width: 40em) {
      .quick-links a {
        display: block;
        margin: 0; } }

@media only screen and (max-width: 575px) {
  header #help-dropdown-toggle span {
    display: none; }
  header .header-links {
    flex: 0 0 168px;
    width: 168px; }
  .micro-header {
    flex-direction: column;
    justify-content: center; } }

#gateway-breadcrumb {
  height: 32px;
  width: 100%;
  background-color: #F3F6F9;
  border-bottom: 1px solid #D0D8E2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  overflow: hidden; }
  #gateway-breadcrumb ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    height: 100%; }
    #gateway-breadcrumb ul li {
      float: left;
      height: 100%;
      color: #5E6977;
      font-size: 0.75em; }
      #gateway-breadcrumb ul li span.expand-mobile {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px; }
      #gateway-breadcrumb ul li span, #gateway-breadcrumb ul li i, #gateway-breadcrumb ul li a {
        line-height: 32px; }
      #gateway-breadcrumb ul li a span, #gateway-breadcrumb ul li a i {
        color: inherit; }
      #gateway-breadcrumb ul li span, #gateway-breadcrumb ul li i {
        color: #5E6977; }
      #gateway-breadcrumb ul li i.section-icon {
        margin: 0 0.5em 0 1em; }
      #gateway-breadcrumb ul li span.separator {
        padding: 0 1em;
        position: relative;
        width: 20px;
        height: 20px; }
        #gateway-breadcrumb ul li span.separator svg {
          position: absolute;
          left: 4px;
          top: 0; }
      #gateway-breadcrumb ul li:last-child span {
        font-size: 1.2em;
        font-weight: bold; }

@media only screen and (max-width: 575px) {
  #gateway-breadcrumb ul li:first-child {
    width: 95px;
    background-color: #E1E8EE;
    cursor: pointer; }
    #gateway-breadcrumb ul li:first-child:hover {
      background-color: #D0D6DB; }
  #gateway-breadcrumb .expanded-breadcrumb-menu {
    height: 96px;
    width: 95px;
    position: fixed;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    color: #5E6977;
    font-size: 12px;
    justify-content: space-evenly;
    background-color: #E1E8EE;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1); }
    #gateway-breadcrumb .expanded-breadcrumb-menu > a {
      display: flex;
      height: 32px;
      color: #5E6977;
      align-items: center;
      cursor: pointer; }
      #gateway-breadcrumb .expanded-breadcrumb-menu > a:hover {
        background-color: #D0D6DB; }
      #gateway-breadcrumb .expanded-breadcrumb-menu > a .icon {
        margin: 0 0.5em 0 1em; }
    #gateway-breadcrumb .expanded-breadcrumb-menu a:first-child {
      background-color: #003E69;
      font-weight: bold;
      box-shadow: inset 10px 0px 0px -5px #F7901E;
      color: #FFFFFF; }
      #gateway-breadcrumb .expanded-breadcrumb-menu a:first-child:hover {
        background-color: #012e4e; } }

#homepanels .columns {
  padding: 8px; }
  #homepanels .columns > h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    margin: 16px 0 8px 0;
    text-align: center; }
  #homepanels .columns > p {
    font-size: 18px;
    line-height: 24px;
    margin: 8px 0 0 0;
    text-align: center; }

#homepanels .panel {
  display: flex;
  flex-flow: row wrap;
  align-content: space-around;
  padding: 22px;
  height: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  #homepanels .panel img {
    flex: 0 0 auto; }
  #homepanels .panel .content-wrapper {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    width: 100%; }
    #homepanels .panel .content-wrapper .content {
      flex: 1 1 auto; }
      #homepanels .panel .content-wrapper .content h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        margin: 0;
        text-align: start; }
      #homepanels .panel .content-wrapper .content p {
        display: block;
        width: 100%;
        color: #222222;
        font-size: 16px;
        line-height: 24px;
        margin: 0; }
  #homepanels .panel .button {
    flex: 0 0 auto;
    margin: 8px 0 0 0;
    align-self: center;
    width: 100%; }

#homepanels .medium-6 .panel .content {
  max-width: calc(100% - 70px); }

#homepanels .medium-6 .panel .button {
  width: 100%; }

#homepanels .panel.launch-panel img {
  height: 64px;
  width: 64px; }

#homepanels .panel.launch-panel .content p {
  font-size: 16px;
  line-height: 18px; }

#homepanels .medium-6 .panel.launch-panel img {
  height: 48px;
  width: 48px; }

#homepanels .panel.learn-panel {
  padding: 0;
  display: flex;
  flex-direction: column; }
  #homepanels .panel.learn-panel .image-wrapper {
    background: #F2F4F8;
    padding: 12px;
    text-align: center;
    width: 100%; }
    #homepanels .panel.learn-panel .image-wrapper img {
      margin: 0;
      height: 80px; }
  #homepanels .panel.learn-panel .content {
    padding: 16px;
    max-width: none;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: center; }
    #homepanels .panel.learn-panel .content .anchor-container {
      text-align: center; }
    #homepanels .panel.learn-panel .content a {
      text-decoration: none;
      color: #0C7BB3; }
      #homepanels .panel.learn-panel .content a:hover {
        color: #229AD6; }
      #homepanels .panel.learn-panel .content a:active {
        color: #066391; }
      #homepanels .panel.learn-panel .content a > .link-desc {
        text-decoration: underline; }
      #homepanels .panel.learn-panel .content a > .link-icon::after {
        content: "\f39c";
        font-family: "Ionicons";
        margin-left: 8px;
        color: inherit; }
    #homepanels .panel.learn-panel .content p {
      flex: 1 1 0; }

@media screen and (max-width: 960px) {
  #homepanels .panel {
    flex-flow: column;
    align-items: center;
    justify-content: space-between; }
    #homepanels .panel .content {
      max-width: 100%; }
      #homepanels .panel .content h2 {
        text-align: center; }
    #homepanels .panel img {
      margin: 0 0 8px 0; }
  #homepanels .panel.learn-panel .content {
    max-width: 100%; }
  #homepanels .medium-6 .panel .content {
    max-width: 100%; } }

@media screen and (max-width: 640px) {
  #homepanels .panel .button {
    width: 100%; }
  #homepanels .medium-6 .panel.launch-panel img {
    height: 64px;
    width: 64px; } }

#homepage-banner {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  height: 158px; }
  #homepage-banner .banner-message {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #003E69;
    padding-bottom: 56px;
    padding-top: 8px;
    border: 1px solid #DDE1E6;
    width: 100%; }
    #homepage-banner .banner-message .welcome {
      font-size: 14px;
      color: #A2A9B0;
      font-weight: bold; }
    #homepage-banner .banner-message .automate {
      font-size: 24px;
      color: #FFFFFF; }
  #homepage-banner .homepage-logo-container {
    position: relative;
    width: 80px;
    height: 80px; }
    #homepage-banner .homepage-logo-container > img {
      width: 80px;
      height: 80px;
      position: absolute;
      top: -40px; }

#configcontents .idp-adapters-page .label.warning, #configcontents .ssl-page .label.warning {
  width: 100%;
  color: #97702D; }

#configcontents .idp-adapters-page .edittable select, #configcontents .ssl-page .edittable select {
  margin: 0; }

#configcontents .idp-adapters-page .user-attribute-mapper, #configcontents .ssl-page .user-attribute-mapper {
  margin-bottom: 5px; }

#configcontents .idp-adapters-page textarea, #configcontents .ssl-page textarea {
  resize: none; }

#configcontents .idp-adapters-page .security-levels-section, #configcontents .ssl-page .security-levels-section {
  min-height: 500px; }

#configcontents .idp-adapters-page .security-levels-tree-container .rc-tree-primary-icon, #configcontents .ssl-page .security-levels-tree-container .rc-tree-primary-icon {
  width: 17px;
  margin-left: 5px; }

#configcontents .idp-adapters-page .user-list-container, #configcontents .ssl-page .user-list-container {
  display: flex; }
  #configcontents .idp-adapters-page .user-list-container .user-list-table-container, #configcontents .ssl-page .user-list-container .user-list-table-container {
    height: 498px;
    flex: 1 1 auto;
    overflow: auto; }
  #configcontents .idp-adapters-page .user-list-container #user-list-table, #configcontents .ssl-page .user-list-container #user-list-table {
    margin: 0; }
  #configcontents .idp-adapters-page .user-list-container .user-list-buttons, #configcontents .ssl-page .user-list-container .user-list-buttons {
    display: flex;
    flex-direction: column;
    background: #F3F6F9;
    border-left: 1px solid #E1E8EE; }
    #configcontents .idp-adapters-page .user-list-container .user-list-buttons .user-list-button, #configcontents .ssl-page .user-list-container .user-list-buttons .user-list-button {
      width: 32px;
      height: 32px;
      margin: 0 0 4px 0;
      padding: 7.5px; }
      #configcontents .idp-adapters-page .user-list-container .user-list-buttons .user-list-button svg, #configcontents .ssl-page .user-list-container .user-list-buttons .user-list-button svg {
        fill: #5C7080; }
  #configcontents .idp-adapters-page .user-list-container .username-id, #configcontents .ssl-page .user-list-container .username-id {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    #configcontents .idp-adapters-page .user-list-container .username-id svg, #configcontents .ssl-page .user-list-container .username-id svg {
      height: 20px;
      margin-right: 5px;
      fill: #5C7080; }
  #configcontents .idp-adapters-page .user-list-container .selected-user, #configcontents .ssl-page .user-list-container .selected-user {
    background-color: #1585CF;
    color: #FFFFFF; }
    #configcontents .idp-adapters-page .user-list-container .selected-user .username-id svg, #configcontents .ssl-page .user-list-container .selected-user .username-id svg {
      fill: #FFFFFF; }

#configcontents .idp-adapters-page .multi-select-add-row, #configcontents .ssl-page .multi-select-add-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end; }
  #configcontents .idp-adapters-page .multi-select-add-row .row-add-link, #configcontents .ssl-page .multi-select-add-row .row-add-link {
    padding: 10px 0;
    margin-left: 5px; }

#configcontents .idp-adapters-page .multi-select-table, #configcontents .ssl-page .multi-select-table {
  margin: 1rem 0;
  width: 500px;
  table-layout: fixed; }
  #configcontents .idp-adapters-page .multi-select-table thead tr, #configcontents .idp-adapters-page .multi-select-table thead tr:hover, #configcontents .ssl-page .multi-select-table thead tr, #configcontents .ssl-page .multi-select-table thead tr:hover {
    background-color: #86939E;
    color: #FFFFFF; }
  #configcontents .idp-adapters-page .multi-select-table thead th:last-child, #configcontents .ssl-page .multi-select-table thead th:last-child {
    text-align: center;
    width: 100px; }
  #configcontents .idp-adapters-page .multi-select-table thead th:only-child, #configcontents .ssl-page .multi-select-table thead th:only-child {
    width: 100%; }
  #configcontents .idp-adapters-page .multi-select-table tbody tr:hover, #configcontents .idp-adapters-page .multi-select-table tbody tr:nth-child(even):hover, #configcontents .ssl-page .multi-select-table tbody tr:hover, #configcontents .ssl-page .multi-select-table tbody tr:nth-child(even):hover {
    background-color: rgba(33, 153, 232, 0.1); }
  #configcontents .idp-adapters-page .multi-select-table tbody tr:nth-child(even), #configcontents .ssl-page .multi-select-table tbody tr:nth-child(even) {
    background-color: #F3F6F9; }
  #configcontents .idp-adapters-page .multi-select-table tbody td:last-child, #configcontents .ssl-page .multi-select-table tbody td:last-child {
    text-align: center; }

#configcontents .idp-adapters-page .mapped-user-attributes-table, #configcontents .ssl-page .mapped-user-attributes-table {
  margin: 0; }
  #configcontents .idp-adapters-page .mapped-user-attributes-table thead tr, #configcontents .idp-adapters-page .mapped-user-attributes-table thead tr:hover, #configcontents .ssl-page .mapped-user-attributes-table thead tr, #configcontents .ssl-page .mapped-user-attributes-table thead tr:hover {
    background-color: #86939E;
    color: #FFFFFF; }
  #configcontents .idp-adapters-page .mapped-user-attributes-table tbody tr:hover, #configcontents .idp-adapters-page .mapped-user-attributes-table tbody tr:nth-child(even):hover, #configcontents .ssl-page .mapped-user-attributes-table tbody tr:hover, #configcontents .ssl-page .mapped-user-attributes-table tbody tr:nth-child(even):hover {
    background-color: rgba(33, 153, 232, 0.1); }
  #configcontents .idp-adapters-page .mapped-user-attributes-table tbody tr:nth-child(even), #configcontents .ssl-page .mapped-user-attributes-table tbody tr:nth-child(even) {
    background-color: #F3F6F9; }

#configcontents .idp-adapters-page .no-content, #configcontents .ssl-page .no-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 400px; }
  #configcontents .idp-adapters-page .no-content .title, #configcontents .ssl-page .no-content .title {
    font-size: 14px;
    font-weight: bold;
    color: #2E2E2E;
    margin-bottom: 10px;
    max-width: 200px;
    text-align: center; }
  #configcontents .idp-adapters-page .no-content .description, #configcontents .ssl-page .no-content .description {
    font-size: 12px;
    font-weight: normal;
    color: #899197;
    max-width: 200px;
    text-align: center; }

#configcontents .idp-adapters-page .test-login-title, #configcontents .ssl-page .test-login-title {
  font-weight: 300;
  font-size: 18px;
  margin-left: 0.5rem;
  margin-bottom: 10px; }

#configcontents .idp-adapters-page .test-login-button, #configcontents .ssl-page .test-login-button {
  margin: 10px; }

#configcontents #test-login-container .rc-tree {
  padding: 0; }

@media only screen and (min-width: 940px) {
  #configcontents .idp-adapters-page .security-level-rules .security-levels-content .security-levels-tree {
    flex-basis: 49%; }
  #configcontents .idp-adapters-page .security-level-rules .security-levels-content .security-levels-details {
    flex-basis: 49%; }
  #configcontents .idp-adapters-page .user-grants .security-levels-content .security-levels-tree {
    flex-basis: 59%; }
  #configcontents .idp-adapters-page .user-grants .security-levels-content .security-levels-details {
    flex-basis: 39%; } }

div#configcontents .ignition-exchange-page .panel.pseudo-table > .panel-body {
  max-height: 450px;
  overflow: auto; }
  div#configcontents .ignition-exchange-page .panel.pseudo-table > .panel-body ul {
    margin-left: 20px; }

div#configcontents .ignition-exchange-page .exchange-home .panel {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  margin-bottom: 8px; }
  div#configcontents .ignition-exchange-page .exchange-home .panel p {
    flex: 1 1 auto;
    margin-bottom: 8px; }
  div#configcontents .ignition-exchange-page .exchange-home .panel svg {
    fill: #5E6977; }
    div#configcontents .ignition-exchange-page .exchange-home .panel svg.package-svg, div#configcontents .ignition-exchange-page .exchange-home .panel svg.exchange-svg {
      width: 48px;
      height: 48px; }
  div#configcontents .ignition-exchange-page .exchange-home .panel button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 50%;
    min-width: 240px; }
    div#configcontents .ignition-exchange-page .exchange-home .panel button svg {
      fill: #FFFFFF;
      width: 16px;
      height: 16px;
      margin-right: 4px; }

div#configcontents .ignition-exchange-page .package-file-picker .configurator-button-row {
  justify-content: flex-end; }

div#configcontents .ignition-exchange-page .package-file-picker .panel.info {
  margin-bottom: 0; }

div#configcontents .ignition-exchange-page .package-file-picker .note {
  margin-bottom: 8px; }

div#configcontents .ignition-exchange-page .package-import-summary .dialog {
  width: calc(100% - 1rem);
  max-width: 1024px;
  max-height: 1024px;
  margin: 0 auto; }
  div#configcontents .ignition-exchange-page .package-import-summary .dialog .button {
    height: 44px;
    width: 120px; }
  div#configcontents .ignition-exchange-page .package-import-summary .dialog .dialog-body-contents {
    margin-bottom: 0; }

div#configcontents .ignition-exchange-page .package-import-summary .summary-widgets {
  margin-bottom: 2rem;
  max-height: 450px;
  overflow: auto; }

div#configcontents .ignition-exchange-page .package-import-issues .inline-alert.warning {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px; }

div#configcontents .ignition-exchange-page .package-import-issues .issue {
  height: 22px;
  line-height: 22px;
  width: 100%;
  font-size: 12px;
  color: #4E4E4E; }
  div#configcontents .ignition-exchange-page .package-import-issues .issue:nth-child(odd) {
    background-color: #F2F6F9; }

div#configcontents .ignition-exchange-page .package-import-issues .module-issues {
  margin-bottom: 2rem; }

div#configcontents .ignition-exchange-page .summary-widget {
  margin-bottom: 16px; }
  div#configcontents .ignition-exchange-page .summary-widget .error-message {
    color: #EC5840; }
  div#configcontents .ignition-exchange-page .summary-widget .category {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 23px;
    color: #2E2E2E;
    cursor: pointer;
    text-transform: capitalize; }
    div#configcontents .ignition-exchange-page .summary-widget .category div {
      flex: 1 1 auto; }
    div#configcontents .ignition-exchange-page .summary-widget .category i {
      margin-right: 8px;
      font-size: 14px; }
  div#configcontents .ignition-exchange-page .summary-widget .resource {
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
    overflow: hidden;
    border-bottom: 1px solid #E1E8EE; }
    div#configcontents .ignition-exchange-page .summary-widget .resource .name-label {
      height: 28px;
      width: 100%;
      line-height: 28px;
      font-size: 14px;
      color: #5E6977;
      font-weight: 600;
      border-bottom: 1px solid #E1E8EE; }
    div#configcontents .ignition-exchange-page .summary-widget .resource .resource-name {
      height: 22px;
      line-height: 22px;
      width: 100%;
      font-size: 12px;
      color: #4E4E4E; }
      div#configcontents .ignition-exchange-page .summary-widget .resource .resource-name:nth-child(odd) {
        background-color: #F2F6F9; }
    div#configcontents .ignition-exchange-page .summary-widget .resource .target-selector {
      border-bottom: 1px solid #E1E8EE;
      margin-bottom: 8px; }
      div#configcontents .ignition-exchange-page .summary-widget .resource .target-selector select {
        margin: 4px 8px 4px 0; }
      div#configcontents .ignition-exchange-page .summary-widget .resource .target-selector button {
        margin: 0;
        width: 60px; }
    div#configcontents .ignition-exchange-page .summary-widget .resource.collapsed {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      max-height: 0;
      overflow: hidden;
      border-bottom: none; }
  div#configcontents .ignition-exchange-page .summary-widget:last-child {
    margin-bottom: 0; }

div#configcontents .licensing-page .note {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }
  div#configcontents .licensing-page .note .bolded-note {
    font-weight: 700;
    margin-bottom: 2px; }
  div#configcontents .licensing-page .note p {
    color: #3272d9; }
  div#configcontents .licensing-page .note svg {
    height: 14px;
    width: 14px;
    flex: 0 0 auto;
    margin: 2px 4px 0 0;
    fill: #3272d9; }
  div#configcontents .licensing-page .note > div {
    flex: 1 1 auto; }

div#configcontents .licensing-page h2 {
  font-size: 28px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 16px; }

div#configcontents .licensing-page label {
  line-height: 20px;
  font-size: 16px; }

div#configcontents .licensing-page .button {
  min-width: 150px; }
  div#configcontents .licensing-page .button.primary > svg {
    fill: #FFFFFF; }
  div#configcontents .licensing-page .button.secondary > svg {
    fill: #2199E8; }

div#configcontents .licensing-page .dialog {
  max-width: 36rem; }

div#configcontents .licensing-page .emphasis {
  font-weight: 700; }

div#configcontents .licensing-page .panel.info {
  margin-bottom: 0; }

div#configcontents .licensing-page #download-activation-request-button {
  display: flex; }
  div#configcontents .licensing-page #download-activation-request-button svg {
    width: 21px;
    height: 21px;
    margin-left: 4px; }

div#configcontents .licensing-page #clear-activation-token-button {
  margin-right: 4px;
  height: 42px;
  min-width: 42px;
  padding: 0; }
  div#configcontents .licensing-page #clear-activation-token-button svg {
    width: 24px;
    height: 24px;
    margin: auto;
    fill: #2199E8; }
  div#configcontents .licensing-page #clear-activation-token-button:disabled svg {
    fill: #ABB5BE; }

div#configcontents .licensing-page .licensing-page-activation .activation-license-key {
  font-size: 18px; }

div#configcontents .licensing-page .licensing-page-activation .license-key-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px; }
  div#configcontents .licensing-page .licensing-page-activation .license-key-section.left-layout {
    align-items: stretch; }
  div#configcontents .licensing-page .licensing-page-activation .license-key-section.right-layout {
    align-items: flex-end; }

div#configcontents .licensing-page .licensing-page-activation .offline-activation-step {
  border: 1px solid #E1E8EE;
  border-radius: 4px;
  margin: 8px 0;
  padding: 16px; }
  div#configcontents .licensing-page .licensing-page-activation .offline-activation-step > a {
    display: inline-block;
    margin: 1rem 0 0 0;
    border-radius: 4px;
    background-color: #F2F2F2;
    padding: 4px 32px; }
  div#configcontents .licensing-page .licensing-page-activation .offline-activation-step > button {
    margin: 1rem 0 0 0; }
  div#configcontents .licensing-page .licensing-page-activation .offline-activation-step > input {
    margin: 1rem 0 0 0; }

div#configcontents .licensing-page .licensing-page-activation .step-header {
  display: flex; }
  div#configcontents .licensing-page .licensing-page-activation .step-header h2 {
    color: #5E6977;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px; }
  div#configcontents .licensing-page .licensing-page-activation .step-header span {
    color: #86939E;
    line-height: 18px;
    font-size: 14px;
    margin-left: 8px; }

div#configcontents .licensing-page .licensing-page-activation .key-input, div#configcontents .licensing-page .licensing-page-activation .activation-token-input {
  display: flex;
  align-items: flex-end;
  flex-direction: row; }
  div#configcontents .licensing-page .licensing-page-activation .key-input span, div#configcontents .licensing-page .licensing-page-activation .activation-token-input span {
    flex: 1 1 auto; }
  div#configcontents .licensing-page .licensing-page-activation .key-input input, div#configcontents .licensing-page .licensing-page-activation .activation-token-input input {
    height: 42px;
    width: 100%; }
  div#configcontents .licensing-page .licensing-page-activation .key-input button, div#configcontents .licensing-page .licensing-page-activation .activation-token-input button {
    min-width: 100px;
    height: 42px;
    margin: 0 0 5px 4px; }
  div#configcontents .licensing-page .licensing-page-activation .key-input .error-message, div#configcontents .licensing-page .licensing-page-activation .activation-token-input .error-message {
    white-space: nowrap; }

div#configcontents .licensing-page .licensing-page-activation .key-input {
  width: 250px; }

div#configcontents .licensing-page .licensing-page-activation .activation-token-input {
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch; }
  div#configcontents .licensing-page .licensing-page-activation .activation-token-input #activation-token-input {
    width: 100%;
    height: 115px;
    resize: none; }

div#configcontents .licensing-page .licensing-page-activation .activation-token {
  height: 105px;
  background-color: #E6E6E6;
  word-break: break-all;
  padding: 4px;
  position: relative;
  /** Ellipses with multi-line content isn't standard(yet), but most browsers support it through the webkit extensions */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

div#configcontents .licensing-page .licensing-page-activation .note-text {
  margin-top: 8px;
  color: #53585a;
  font-style: italic;
  font-size: 12px;
  width: 250px; }

div#configcontents .licensing-page .licensing-page-activation .connection-status {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #E1E8EE;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 3px 0 #DDDDDD; }
  div#configcontents .licensing-page .licensing-page-activation .connection-status h2 {
    display: flex;
    align-items: center; }
  div#configcontents .licensing-page .licensing-page-activation .connection-status svg {
    width: 24px;
    height: 24px;
    margin-right: 4px; }
  div#configcontents .licensing-page .licensing-page-activation .connection-status > div {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #E1E8EE; }
  div#configcontents .licensing-page .licensing-page-activation .connection-status > div:last-child {
    padding: 16px;
    flex-direction: row;
    justify-content: space-between;
    border: none; }
    div#configcontents .licensing-page .licensing-page-activation .connection-status > div:last-child .button {
      margin: 0; }
      div#configcontents .licensing-page .licensing-page-activation .connection-status > div:last-child .button:only-child {
        justify-self: right; }

div#configcontents .licensing-page .licenses {
  border: 1px solid #E1E8EE;
  border-radius: 4px;
  margin-bottom: 16px; }

div#configcontents .licensing-page .license-header {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F3F6F9;
  padding: 0 8px; }
  div#configcontents .licensing-page .license-header.expanded {
    background-color: #E3E9F1; }
  div#configcontents .licensing-page .license-header button {
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    min-width: 0;
    padding: 0; }
    div#configcontents .licensing-page .license-header button.button[disabled], div#configcontents .licensing-page .license-header button.button[disabled]:hover {
      background-color: #878D96; }
    div#configcontents .licensing-page .license-header button:last-child {
      margin: 0; }
    div#configcontents .licensing-page .license-header button svg {
      width: 16px;
      height: 16px;
      margin: 7px;
      fill: #FFFFFF; }
  div#configcontents .licensing-page .license-header > svg {
    height: 22px;
    width: 22px;
    fill: #007DBF;
    margin-right: 8px; }
  div#configcontents .licensing-page .license-header .license-key {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #5E6977;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    margin-right: 8px; }
  div#configcontents .licensing-page .license-header .license-status {
    height: 16px;
    border-radius: 2px;
    background-color: #003E69;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 8px;
    margin-left: 8px; }
    div#configcontents .licensing-page .license-header .license-status.license-status-active {
      background-color: #038537; }
    div#configcontents .licensing-page .license-header .license-status.license-status-inactive {
      background-color: #DE1B1B; }
    div#configcontents .licensing-page .license-header .license-status.license-status-pending {
      background-color: #3272D9; }

div#configcontents .licensing-page .license-status-details h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px; }
  div#configcontents .licensing-page .license-status-details h2 svg {
    width: 16px;
    height: 16px;
    margin-right: 4px; }
    div#configcontents .licensing-page .license-status-details h2 svg.material-icons {
      width: 20px;
      height: 20px; }

div#configcontents .licensing-page .license-status-details.license-status-details-active h2 {
  color: #038537;
  fill: #038537; }

div#configcontents .licensing-page .license-status-details.license-status-details-inactive h2, div#configcontents .licensing-page .license-status-details.license-status-details-problem h2 {
  color: #DE1B1B;
  fill: #DE1B1B; }

div#configcontents .licensing-page .license-status-details.license-status-details-pending h2 {
  color: #3272D9;
  fill: #3272D9; }

div#configcontents .licensing-page .license-status-details:not(:last-child) {
  margin-bottom: 1rem; }

div#configcontents .licensing-page .license-status-details p {
  font-size: 14px;
  line-height: 16px; }

div#configcontents .licensing-page .license-status-details button {
  margin: 0;
  min-width: 0; }

div#configcontents .licensing-page .license-status-details p:not(:last-child) {
  margin-bottom: 1rem; }

div#configcontents .licensing-page .license-details {
  overflow: hidden; }
  div#configcontents .licensing-page .license-details.expanded {
    padding: 16px; }
  div#configcontents .licensing-page .license-details.collapsed {
    padding: 0px;
    height: 0px; }
  div#configcontents .licensing-page .license-details:not(:last-child) {
    border-bottom: 1px solid #E1E8EE; }

div#configcontents .licensing-page .license-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #626262;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 18px; }
  div#configcontents .licensing-page .license-item div {
    overflow: hidden;
    text-overflow: ellipsis; }
  div#configcontents .licensing-page .license-item:nth-of-type(odd) {
    background-color: #F3F6F9; }
  div#configcontents .licensing-page .license-item:first-child {
    border-bottom: 1px solid #E1E8EE;
    font-weight: 700;
    background-color: inherit; }
  div#configcontents .licensing-page .license-item > div {
    flex: 1 0 250px; }
    div#configcontents .licensing-page .license-item > div:first-child {
      margin-right: 8px; }
  div#configcontents .licensing-page .license-item .license-item-name > div:first-child {
    font-weight: 700; }
  div#configcontents .licensing-page .license-item .license-detail-value {
    font-weight: 700; }

div#configcontents .licensing-page .license-modal {
  margin-bottom: 2rem; }
  div#configcontents .licensing-page .license-modal p:not(:last-of-type) {
    margin-bottom: 4px; }
  div#configcontents .licensing-page .license-modal .license-key {
    display: inline-block; }

div#configcontents .licensing-page .license-modal-bold {
  font-weight: 700; }

html {
  min-height: 100%; }

body {
  min-height: 100%;
  background-color: #e8edf1;
  display: flex;
  flex-direction: column;
  position: relative; }
  body header {
    max-height: 56px;
    flex: 1 0 56px; }

hr {
  border-bottom: 2px solid #F3F6F9; }

ul,
ol,
dl {
  line-height: 1.5; }

a {
  color: #2199E8; }
  a:hover, a:focus {
    color: #147dc2; }

.content-wrap {
  position: relative;
  background-color: #e8edf1;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  min-height: calc(100% - 223px);
  flex: 1 0 auto; }
  .content-wrap #unsupportedBrowser {
    position: absolute;
    left: 0;
    top: 0;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
    z-index: 600;
    width: 100%;
    height: 100%;
    text-align: center; }
    .content-wrap #unsupportedBrowser #unsupportedBrowserTitle {
      font-weight: 700;
      font-size: 2rem;
      color: #222222;
      margin-top: 25px; }
    .content-wrap #unsupportedBrowser #unsupportedBrowserSubtitle {
      font-size: 1rem;
      color: #5E6977;
      max-width: 300px;
      text-align: center;
      padding-top: 10px; }
    .content-wrap #unsupportedBrowser #supportedBrowsers {
      display: flex;
      margin-top: 25px;
      justify-content: center;
      align-items: center;
      background-color: #003E68;
      min-height: 160px;
      width: 100%; }
      .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser {
        display: flex;
        flex-direction: column;
        margin: 20px;
        justify-content: center;
        align-items: center;
        height: 110px;
        width: 110px; }
        .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser:hover {
          font-weight: bold;
          cursor: pointer; }
          .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser:hover #supportChrome {
            background-position: 0px -80px; }
          .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser:hover #supportFirefox {
            background-position: -86px -80px; }
          .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser:hover #supportEdge {
            background-position: -170px -80px; }
          .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser:hover #supportSafari {
            background-position: -260px -80px; }
        .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser .logo {
          width: 86px;
          height: 86px;
          background-repeat: no-repeat;
          background-image: url("/res/sys/img/browsers-bg.png");
          background-size: 500% 200%; }
        .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser #supportChrome {
          background-position: 0px 0px; }
        .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser #supportFirefox {
          background-position: -86px 0px; }
        .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser #supportEdge {
          background-position: -170px 0px; }
        .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser #supportSafari {
          background-position: -260px 0px; }
        .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser .browser-name {
          color: #FFFFFF;
          font-size: 1rem;
          padding-top: 5px; }
        .content-wrap #unsupportedBrowser #supportedBrowsers .supported-browser img {
          max-width: 'unset';
          width: 32px;
          height: 32px; }

#main-container {
  background-color: white;
  width: 100%;
  min-height: 100%;
  transition: margin 0.25s ease-in-out;
  display: flex;
  min-width: 0; }

section.main-content {
  margin-bottom: 0; }

section.sample-page {
  margin: 0 0 1.5rem 0; }

section .nav-anchor {
  background-color: #FFFFFF;
  border-radius: 0;
  margin: 0; }
  @media (min-width: 40em) {
    section .nav-anchor {
      display: none !important; } }

.container {
  padding: 1rem; }
  .container section {
    margin-bottom: 1.5rem; }
  .container h6:first-of-type {
    margin: 0; }

@media (max-width: 40em) {
  .safariResponsive {
    -ms-flex-direction: column;
    flex-direction: column; }
    .safariResponsive .sidebar {
      -ms-flex-order: 2;
      order: 2; }
    .safariResponsive .mainContent {
      -ms-flex-order: 1;
      order: 1; } }

.safariResponsive {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.safariResponsive .mainContent {
  flex: 0 0 auto; }
  @media (min-width: 40em) {
    .safariResponsive .mainContent {
      -ms-flex: 1 1 0;
      flex: 1 1 0; } }

.safariResponsive .ie9-sidebar {
  max-width: 20%; }

.safariResponsive .ie9-content {
  max-width: 80%; }

@media (min-width: 56em) {
  .safariResponsive .ie9-sidebar {
    max-width: 15%; }
  .safariResponsive .ie9-content {
    max-width: 85%; } }

#masterNavOuter {
  width: 56px;
  min-width: 56px; }

#toTop {
  position: fixed;
  bottom: 0;
  margin: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  width: 24px;
  height: 24px; }
  #toTop svg {
    width: 18px;
    height: 20px; }
  #toTop:hover svg #Status-Mobile-menu {
    fill: #168CD9; }
  #toTop * {
    pointer-events: none; }

.hideMe, .content-wrap #unsupportedBrowser:not(.visible), #toTop.hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#content-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-x: hidden; }

#content {
  flex: 2;
  display: flex;
  flex-direction: column; }

#configcontents, #statuscontents, #nclDownloadApp, #signIn, #perspectiveLauncherApp {
  flex: 2 0 auto;
  padding: 30px; }

#signIn {
  align-self: center;
  justify-self: center; }

#configcontents {
  margin: 0 !important; }

div#configcontents span > input[type=file] {
  width: auto; }

div#configcontents .wicket-mfu-container {
  max-width: 50%;
  padding: 0;
  border: none;
  margin-bottom: 2.5px; }
  div#configcontents .wicket-mfu-container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5px 5px;
    color: #222222; }
    div#configcontents .wicket-mfu-container > div:hover, div#configcontents .wicket-mfu-container > div:nth-child(even):hover {
      background-color: rgba(33, 153, 232, 0.1); }
    div#configcontents .wicket-mfu-container > div:nth-child(even) {
      background-color: #F3F6F9; }
    div#configcontents .wicket-mfu-container > div.wicket-mfu-caption {
      background-color: #86939E;
      color: white; }
    div#configcontents .wicket-mfu-container > div > input[type=button], div#configcontents .wicket-mfu-container > div > input[type=button]:hover {
      float: none;
      padding: 0;
      font-weight: normal;
      color: #2199E8;
      background-color: transparent; }

@media only screen and (max-width: 848px) {
  .footer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center; }
  .logo-container {
    margin-bottom: 10px; }
  .copy-container {
    text-align: center; } }

.content-container {
  flex: 2;
  display: flex;
  flex-direction: column; }

.section-inner-wrapper {
  display: flex;
  flex: 1; }

#toTopMobile, #toMenuMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-height: 30px;
  width: 100%;
  background-color: #22A1E1;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer; }
  #toTopMobile:hover, #toMenuMobile:hover {
    background-color: #168CD9; }
  #toTopMobile .svg-container, #toMenuMobile .svg-container {
    position: relative;
    margin-right: 8px; }
    #toTopMobile .svg-container svg, #toMenuMobile .svg-container svg {
      position: absolute;
      pointer-events: none;
      left: 0;
      top: 0; }
      #toTopMobile .svg-container svg *, #toMenuMobile .svg-container svg * {
        pointer-events: none; }

#toTopMobile .svg-container {
  height: 14px;
  width: 10px; }

#toMenuMobile .svg-container {
  height: 16px;
  width: 16px; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.row .row {
  margin: 0; }

#info-bar-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 10; }

@media only screen and (min-width: 575px) {
  #toMenuMobile, #toTopMobile {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0; } }

@media only screen and (max-width: 575px) {
  #masterNavOuter {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0; }
  #main-container {
    flex-direction: column; }
  .content-container {
    display: flex;
    flex-direction: column; }
  #iaFooter {
    order: 5; } }

@media only screen and (max-width: 600px) {
  #unsupportedBrowser {
    min-height: 800px; }
    #unsupportedBrowser #supportedBrowsers {
      flex-direction: column; } }

.new-account-header {
  height: 22rem;
  text-align: center; }
  .new-account-header .logo-container {
    margin: 3rem auto 2rem auto; }
    @media (min-width: 40em) {
      .new-account-header .logo-container {
        width: 12rem; } }
    .new-account-header .logo-container img {
      max-width: 8rem; }
      @media (min-width: 40em) {
        .new-account-header .logo-container img {
          margin: 0 auto;
          max-width: 12rem; } }
  .new-account-header h1 {
    color: #FFFFFF;
    border-bottom: none; }
  .new-account-header p {
    margin-top: -0.5rem;
    font-size: 0.875rem;
    color: #86939E; }

.new-account-dialog {
  margin: -4.5rem auto 5rem auto; }
  @media (max-width: 40em) {
    .new-account-dialog {
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      margin-bottom: 5rem; } }
  @media (min-width: 40em) {
    .new-account-dialog {
      width: 23rem; } }
  .new-account-dialog .dialog-header {
    padding-bottom: 0; }
  .new-account-dialog h1 {
    border-bottom: none; }
  .new-account-dialog .dialog-body {
    padding: 1rem; }
  .new-account-dialog h5 {
    color: #4E4E4E; }
  .new-account-dialog label, .new-account-dialog .error-message {
    text-align: left; }
  .new-account-dialog label {
    margin-top: 1rem; }
  .new-account-dialog .error-message {
    font-size: 0.8rem; }
  .new-account-dialog form input {
    width: 100%; }
  .new-account-dialog .button {
    margin-top: 1rem;
    width: 100%; }
  .new-account-dialog .dialog-footer p {
    margin: 0; }

.overviewPage .architecture {
  margin-bottom: 0; }
  @media (min-width: 50em) {
    .overviewPage .architecture {
      margin-bottom: 1.25rem; } }
  .overviewPage .architecture .arch-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .overviewPage .architecture .arch-container .half {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
  .overviewPage .architecture .arch-connector {
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-preferred-size: 2.5%;
    flex-basis: 2.5%; }
    .overviewPage .architecture .arch-connector:after {
      display: block;
      content: " ";
      height: 2px;
      width: 100%;
      border-top: 2px dotted #86939E; }
    .overviewPage .architecture .arch-connector.active:after {
      border-top-style: solid;
      border-color: #002143; }
  .overviewPage .architecture .arch-box {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: 0.125rem solid #002143;
    background-color: #FFFFFF;
    padding: 0.875rem;
    position: relative;
    margin-bottom: 1rem; }
    @media (min-width: 50em) {
      .overviewPage .architecture .arch-box {
        margin-bottom: 0; } }
    .overviewPage .architecture .arch-box h3 {
      margin-top: 0; }
    .overviewPage .architecture .arch-box p {
      margin: 0;
      font-size: 0.875rem; }
  .overviewPage .architecture .is-master,
  .overviewPage .architecture .is-backup {
    padding-bottom: 1.875rem; }
    .overviewPage .architecture .is-master:after,
    .overviewPage .architecture .is-backup:after {
      text-transform: uppercase;
      background-color: #002143;
      color: #FFFFFF;
      font-size: 0.75rem;
      font-weight: 700;
      text-align: center;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      letter-spacing: 0.188rem;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
  .overviewPage .architecture .is-master:after {
    content: 'Master'; }
  .overviewPage .architecture .is-backup:after {
    content: 'Backup'; }
  .overviewPage .architecture .gateway {
    color: #FFFFFF;
    background-color: #003E69; }
    .overviewPage .architecture .gateway h3, .overviewPage .architecture .gateway p {
      color: #FFFFFF; }
    .overviewPage .architecture .gateway .performance {
      float: right;
      text-align: center;
      font-size: 0.675rem;
      font-weight: 700; }
      .overviewPage .architecture .gateway .performance span.unit {
        font-weight: 400; }
      .overviewPage .architecture .gateway .performance .cpu {
        margin-bottom: 0.5rem; }
  .overviewPage .architecture .redundancy.none {
    color: #86939E;
    border-color: #86939E; }
    .overviewPage .architecture .redundancy.none h3, .overviewPage .architecture .redundancy.none p {
      color: #86939E;
      font-style: italic; }
    .overviewPage .architecture .redundancy.none p:last-child {
      margin-top: 0.5rem; }
  .overviewPage .architecture .redundancy.has-error {
    border-color: #EC5840; }
  .overviewPage .architecture .redundancy:hover, .overviewPage .architecture .redundancy:active {
    cursor: pointer;
    background-color: rgba(33, 153, 232, 0.1); }
  .overviewPage .architecture .redundancy .label:hover {
    cursor: pointer; }

.overviewPage .network {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE;
  border: 0.125rem solid #002143;
  background-color: #FFFFFF;
  padding: 0.875rem;
  margin-bottom: 1rem;
  position: relative; }
  .overviewPage .network h3 {
    margin-top: 0;
    margin-bottom: 1rem; }
  @media (min-width: 40em) {
    .overviewPage .network .gauge-container {
      margin-bottom: 0;
      height: 100%; } }
  @media (min-width: 40em) {
    .overviewPage .network .gauge-container .gauge {
      height: 100%; } }
  @media (min-width: 40em) {
    .overviewPage .network .gauge-container .gauge .title {
      height: 35%; } }
  .overviewPage .network:hover, .overviewPage .network:active {
    cursor: pointer;
    background-color: rgba(33, 153, 232, 0.1); }
  .overviewPage .network.active:before, .overviewPage .network.inactive:before {
    content: " ";
    height: 1.5rem;
    width: 0.125rem;
    border-left: 2px solid #002143;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 5%;
    display: none; }
    @media (min-width: 50em) {
      .overviewPage .network.active:before, .overviewPage .network.inactive:before {
        display: block; } }
  .overviewPage .network.inactive {
    color: #86939E;
    border-color: #86939E; }
    .overviewPage .network.inactive h3, .overviewPage .network.inactive p {
      color: #86939E;
      font-style: italic; }
    .overviewPage .network.inactive p {
      font-size: 0.875rem; }
      .overviewPage .network.inactive p:last-child {
        margin-top: 0.5rem; }
    .overviewPage .network.inactive:before {
      border-left: 2px dotted #86939E; }

@media (min-width: 64em) {
  .overviewPage .connection:nth-child(odd) {
    margin-right: 3%; } }

.overviewPage .connection {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE;
  padding: 0.5rem;
  min-height: 7rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (min-width: 64em) {
    .overviewPage .connection {
      float: left;
      width: 48.5%; } }
  .overviewPage .connection .image {
    -ms-flex-negative: 1;
    flex-shrink: 1; }
    .overviewPage .connection .image .c_graphic {
      max-width: 4rem;
      margin-right: 0.5rem; }
      @media (min-width: 40em) {
        .overviewPage .connection .image .c_graphic {
          max-width: 5.625rem; } }
      @media (min-width: 64em) {
        .overviewPage .connection .image .c_graphic {
          max-width: 4rem; } }
      @media (min-width: 76em) {
        .overviewPage .connection .image .c_graphic {
          max-width: 5.625rem; } }
  .overviewPage .connection .details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
    .overviewPage .connection .details p {
      margin: 0;
      font-size: 0.875rem;
      color: #7C7C7C; }
    .overviewPage .connection .details h3 {
      margin-top: 0.5rem; }
    .overviewPage .connection .details .label {
      white-space: normal; }
      .overviewPage .connection .details .label:hover {
        cursor: pointer; }
  .overviewPage .connection.has-error {
    border-color: #EC5840; }
  .overviewPage .connection:hover, .overviewPage .connection:active {
    cursor: pointer;
    background-color: rgba(33, 153, 232, 0.1); }

.overviewPage .systems .label.error {
  white-space: normal; }

.overviewPage .panel-inner-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .overviewPage .panel-inner-container .panel-contents {
    overflow: auto; }
  .overviewPage .panel-inner-container .panel-data {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1; }

.overviewPage .env-panel-labels {
  -ms-flex: 0 0 9rem;
  -webkit-flex: 0 0 9rem;
  flex: 0 0 9rem; }

.overviewPage .sys-panel-labels {
  -ms-flex: 0 0 7.5rem;
  -webkit-flex: 0 0 7.5rem;
  flex: 0 0 7.5rem; }

#configcontents .projects-page .parent-project {
  padding: 0 0 0 15px; }
  #configcontents .projects-page .parent-project.invalid {
    padding: 0; }
    #configcontents .projects-page .parent-project.invalid i {
      display: inline-block;
      width: 15px;
      color: #EC5840; }

#configcontents .idp-adapters-page .security-levels-section, #configcontents .security-levels-config-page .security-levels-section {
  position: relative;
  border: 1px solid #E1E8EE;
  margin-bottom: 1rem;
  overflow: auto;
  height: 500px; }

#configcontents .idp-adapters-page .no-user-message, #configcontents .security-levels-config-page .no-user-message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%; }
  #configcontents .idp-adapters-page .no-user-message .no-user-header, #configcontents .security-levels-config-page .no-user-message .no-user-header {
    margin-bottom: 0.625rem; }
  #configcontents .idp-adapters-page .no-user-message .message-text, #configcontents .security-levels-config-page .no-user-message .message-text {
    font-size: 0.75rem;
    color: #889197; }

#configcontents .idp-adapters-page .config-actions, #configcontents .security-levels-config-page .config-actions {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border-radius: 2px;
  background-color: #F3F6F9; }
  #configcontents .idp-adapters-page .config-actions .import-export-group, #configcontents .security-levels-config-page .config-actions .import-export-group {
    display: flex;
    flex: 0 1 auto; }
  #configcontents .idp-adapters-page .config-actions .action-icon, #configcontents .security-levels-config-page .config-actions .action-icon {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background-color: #007DBF;
    cursor: pointer; }
    #configcontents .idp-adapters-page .config-actions .action-icon svg, #configcontents .security-levels-config-page .config-actions .action-icon svg {
      width: 1rem;
      height: 1rem;
      fill: #FFFFFF; }
    #configcontents .idp-adapters-page .config-actions .action-icon i, #configcontents .security-levels-config-page .config-actions .action-icon i {
      color: #FFFFFF; }
  #configcontents .idp-adapters-page .config-actions .import-export-group .export-icon, #configcontents .security-levels-config-page .config-actions .import-export-group .export-icon {
    margin-left: 0.625rem; }

#configcontents .idp-adapters-page .save-button-row, #configcontents .security-levels-config-page .save-button-row {
  margin-top: 1rem;
  text-align: center; }
  #configcontents .idp-adapters-page .save-button-row .save-button, #configcontents .security-levels-config-page .save-button-row .save-button {
    display: inline-block;
    border-radius: 4px;
    background-color: #2199E8;
    color: #FFFFFF;
    border: 0;
    font-weight: 700;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    outline: none; }
    #configcontents .idp-adapters-page .save-button-row .save-button:hover:enabled, #configcontents .security-levels-config-page .save-button-row .save-button:hover:enabled {
      background-color: #147DC2; }
    #configcontents .idp-adapters-page .save-button-row .save-button:disabled, #configcontents .security-levels-config-page .save-button-row .save-button:disabled {
      opacity: 0.25;
      cursor: not-allowed; }

#configcontents .idp-adapters-page .security-levels-content, #configcontents .security-levels-config-page .security-levels-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #configcontents .idp-adapters-page .security-levels-content .section-header, #configcontents .security-levels-config-page .security-levels-content .section-header {
    margin-bottom: 0.25rem; }

#configcontents .idp-adapters-page .section-header, #configcontents .idp-adapters-page .no-user-header, #configcontents .security-levels-config-page .section-header, #configcontents .security-levels-config-page .no-user-header {
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222; }

#configcontents .idp-adapters-page .security-levels-details, #configcontents .idp-adapters-page .security-levels-tree, #configcontents .security-levels-config-page .security-levels-details, #configcontents .security-levels-config-page .security-levels-tree {
  flex: 0 1 100%; }

#configcontents .idp-adapters-page .security-levels-tree-container, #configcontents .security-levels-config-page .security-levels-tree-container {
  height: 100%;
  overflow: auto; }

#configcontents .idp-adapters-page .security-levels-footer, #configcontents .security-levels-config-page .security-levels-footer {
  height: 3rem;
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem; }
  #configcontents .idp-adapters-page .security-levels-footer.tree-footer, #configcontents .security-levels-config-page .security-levels-footer.tree-footer {
    height: 0;
    padding: 0; }
  #configcontents .idp-adapters-page .security-levels-footer button, #configcontents .security-levels-config-page .security-levels-footer button {
    font-size: 12px;
    line-height: 0.25rem;
    cursor: pointer;
    outline: none;
    border-radius: 4px; }
    #configcontents .idp-adapters-page .security-levels-footer button:active, #configcontents .security-levels-config-page .security-levels-footer button:active {
      background-color: #EFEFEF; }
  #configcontents .idp-adapters-page .security-levels-footer .add-level-button, #configcontents .security-levels-config-page .security-levels-footer .add-level-button {
    position: absolute;
    bottom: 0.75rem;
    right: 2rem;
    padding: 0.5rem 0.75rem 0.5rem 0.25rem;
    display: flex;
    align-items: center;
    border: 1px solid #E1E8EE;
    box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.5);
    background-color: #FFFFFF; }
  #configcontents .idp-adapters-page .security-levels-footer .delete-node-button, #configcontents .security-levels-config-page .security-levels-footer .delete-node-button {
    font-size: 14px;
    padding-right: 0.25rem;
    display: flex;
    align-items: center; }
  #configcontents .idp-adapters-page .security-levels-footer svg, #configcontents .security-levels-config-page .security-levels-footer svg {
    width: 1.5rem;
    height: 1rem; }
  #configcontents .idp-adapters-page .security-levels-footer.details-uneditable, #configcontents .security-levels-config-page .security-levels-footer.details-uneditable {
    justify-content: flex-start; }
  #configcontents .idp-adapters-page .security-levels-footer .uneditable-message, #configcontents .security-levels-config-page .security-levels-footer .uneditable-message {
    font-size: 13px; }
  #configcontents .idp-adapters-page .security-levels-footer .button-text, #configcontents .security-levels-config-page .security-levels-footer .button-text {
    display: inline; }

#configcontents .idp-adapters-page .selected-node-details, #configcontents .security-levels-config-page .selected-node-details {
  padding: 0.75rem; }
  #configcontents .idp-adapters-page .selected-node-details select, #configcontents .idp-adapters-page .selected-node-details input, #configcontents .idp-adapters-page .selected-node-details textarea, #configcontents .security-levels-config-page .selected-node-details select, #configcontents .security-levels-config-page .selected-node-details input, #configcontents .security-levels-config-page .selected-node-details textarea {
    display: block;
    width: 100%; }
  #configcontents .idp-adapters-page .selected-node-details input, #configcontents .security-levels-config-page .selected-node-details input {
    margin-bottom: 1rem; }
  #configcontents .idp-adapters-page .selected-node-details textarea, #configcontents .security-levels-config-page .selected-node-details textarea {
    resize: none; }
  #configcontents .idp-adapters-page .selected-node-details label, #configcontents .security-levels-config-page .selected-node-details label {
    color: #4E4E4E; }

#configcontents .rc-tree {
  padding: 0 0 2rem 0; }
  #configcontents .rc-tree li {
    font-size: 13px; }
    #configcontents .rc-tree li ul {
      margin: 0;
      padding: 0 0 0 18px; }
    #configcontents .rc-tree li span.rc-tree-switcher {
      width: 1.5rem;
      height: 1.5rem;
      margin-left: -0.25rem;
      margin-top: -1px;
      background-image: none; }
  #configcontents .rc-tree .rc-tree-node-content-wrapper {
    position: relative;
    margin-left: -5px;
    height: 24px; }
  #configcontents .rc-tree .rc-tree-secondary-icon {
    position: absolute;
    top: 0;
    right: -15px; }
  #configcontents .rc-tree .rc-tree-icon__customize {
    width: auto;
    height: auto;
    margin: 0; }
    #configcontents .rc-tree .rc-tree-icon__customize svg {
      width: 17px;
      height: 17px;
      fill: #5C7080; }
  #configcontents .rc-tree .rc-tree-title {
    padding: 0 5px; }
  #configcontents .rc-tree .rc-tree-primary-icon, #configcontents .rc-tree .rc-tree-secondary-icon {
    display: flex;
    width: 24px;
    height: 100%;
    justify-content: center;
    align-items: center; }
  #configcontents .rc-tree .rc-tree-node-selected {
    background-color: inherit;
    border: none;
    opacity: 1; }
    #configcontents .rc-tree .rc-tree-node-selected.rc-tree-node-content-wrapper, #configcontents .rc-tree .rc-tree-node-selected .rc-tree-secondary-icon {
      color: #FFFFFF;
      fill: #FFFFFF;
      background-color: #1585CF;
      border: none; }
    #configcontents .rc-tree .rc-tree-node-selected svg {
      fill: #FFFFFF; }

@media only screen and (min-width: 940px) {
  #configcontents .security-levels-config-page .security-levels-tree {
    flex-basis: 68%; }
  #configcontents .security-levels-config-page .security-levels-details {
    flex-basis: 30%; } }

#master-navigator {
  padding: 0;
  margin: 0; }
  #master-navigator li {
    padding: 0;
    margin: 0; }
    #master-navigator li a {
      display: block;
      height: 56px;
      width: 56px;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      color: #5E6977;
      font-size: 0.75em; }
      #master-navigator li a i {
        font-size: 2em;
        display: block;
        clear: both;
        position: relative;
        top: 3px;
        margin-bottom: -2px; }
      #master-navigator li a:hover {
        background-color: #c8d4de; }
      #master-navigator li a.home, #master-navigator li a.status, #master-navigator li a.config {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        text-align: center; }
    #master-navigator li.active a {
      color: #FFFFFF;
      background-color: #183E66;
      border-left: 3px solid #F7901E; }

.content-wrap, #masterNavOuter {
  background-color: #e8edf1;
  min-height: calc(100% - 152px); }

.section-inner-wrapper {
  overflow: hidden;
  height: 100%; }

#nav-container {
  background-color: #183E66;
  min-height: 100%;
  display: flex;
  z-index: 5; }
  #nav-container #sidebar-nav {
    width: 100%; }
  #nav-container .sidebar {
    width: 200px;
    min-width: 200px;
    color: #899197;
    font-weight: 700;
    position: relative; }
    #nav-container .sidebar .auth-container {
      margin-top: 74%;
      text-align: center;
      padding-left: 0.5em;
      padding-right: 0.5em; }
      #nav-container .sidebar .auth-container h4 {
        font-size: 0.875em;
        font-weight: bold;
        color: #5C707F;
        margin-top: 2em; }
      #nav-container .sidebar .auth-container h4 + p {
        font-size: 0.75em;
        font-weight: normal;
        color: #43484D;
        max-width: 180px;
        margin: 1em auto 1em auto; }
  #nav-container ul {
    list-style-type: none;
    border-bottom: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
    margin-bottom: 2rem; }
    @media (min-width: 40em) {
      #nav-container ul {
        margin-bottom: 5rem; } }
    #nav-container ul hr {
      border-bottom: rgba(255, 255, 255, 0.1); }
    #nav-container ul .nav-section {
      margin-top: 1rem;
      margin-bottom: 1.5rem; }
      #nav-container ul .nav-section .top-level {
        text-transform: uppercase;
        line-height: 1.6;
        margin-bottom: -2px;
        padding: 0 0 .3em 0.95em;
        font-size: 11px;
        font-weight: bold;
        color: #F2F2F2;
        letter-spacing: 1px; }
    #nav-container ul .nested {
      padding: 0;
      margin: 0;
      list-style-type: none;
      padding-top: 5px; }
      #nav-container ul .nested li {
        line-height: 1.8;
        padding-left: 0.75em; }
        #nav-container ul .nested li:hover {
          background-color: rgba(255, 255, 255, 0.1); }
          #nav-container ul .nested li:hover a {
            border-left: 1px solid transparent; }
        #nav-container ul .nested li a {
          font-size: 0.875em;
          font-weight: normal;
          color: #F2F2F2;
          display: block;
          padding-left: 1em;
          border-left: 1px solid rgba(255, 255, 255, 0.2); }
        #nav-container ul .nested li.active a {
          color: #F7901E;
          font-weight: bold;
          border-left: 1px solid #F7901E; }

@media only screen and (max-width: 575px) {
  #nav-container ul .nested li {
    line-height: 3; }
  .top-level {
    line-height: 2 !important; }
  #nav-container {
    min-height: unset;
    float: unset;
    width: 100%;
    order: 4;
    z-index: 2; }
    #nav-container #sidebar-nav .sidebar {
      width: 100%; } }

#signIn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 450px; }
  #signIn .sign-in-feedback {
    margin-bottom: 25px; }
  #signIn .sign-logo {
    margin: 0 auto;
    display: block; }
  #signIn .sign-in-form {
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #E1E8EE; }
    #signIn .sign-in-form h1, #signIn .sign-in-form h5 {
      text-align: center;
      margin-bottom: 1rem; }
    #signIn .sign-in-form h1 {
      border-bottom: 1px solid #E1E8EE;
      padding-bottom: 1rem; }
    #signIn .sign-in-form input {
      width: 100%; }
    #signIn .sign-in-form label {
      margin-top: 1.25rem;
      margin-bottom: 0.25rem; }
    #signIn .sign-in-form .form-main {
      padding: 1rem; }
    #signIn .sign-in-form .form-footer {
      margin: 1.5rem 0 1rem; }
      #signIn .sign-in-form .form-footer p {
        display: inline-block;
        font-size: 0.875rem; }
      #signIn .sign-in-form .form-footer .button {
        width: 100%;
        margin: 0; }
    #signIn .sign-in-form .req {
      color: #EC5840; }

@media only screen and (max-width: 575px) {
  #signIn {
    width: 350px; } }

@media only screen and (max-width: 375px) {
  #signIn {
    width: 300px; } }

div#configcontents .ssl-page {
  width: 100%;
  height: 100%; }
  div#configcontents .ssl-page div.dialog {
    min-width: 500px;
    margin: 6rem auto 0; }
    div#configcontents .ssl-page div.dialog .dialog-body-contents {
      text-align: left; }
  div#configcontents .ssl-page .error {
    display: flex;
    align-items: center;
    color: #EC5840;
    fill: #EC5840; }
    div#configcontents .ssl-page .error svg {
      width: 20px;
      height: 20px;
      margin-right: 4px; }
  div#configcontents .ssl-page .note {
    display: flex;
    margin-bottom: 16px; }
    div#configcontents .ssl-page .note b {
      margin-right: 4px; }
    div#configcontents .ssl-page .note > div > p {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 4px; }
      div#configcontents .ssl-page .note > div > p:last-child {
        margin-bottom: 0; }
  div#configcontents .ssl-page table.edittable tbody tr td.trow-body input, div#configcontents .ssl-page table.edittable tbody tr td.trow-body select {
    display: inline-block;
    margin-right: 5px; }
  div#configcontents .ssl-page .edittable td > div > button {
    margin-bottom: 5px; }
  div#configcontents .ssl-page .certificate-banner {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    position: relative;
    color: #0a0a0a;
    background-color: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    display: flex;
    padding: 7px; }
    div#configcontents .ssl-page .certificate-banner > :first-child {
      margin-top: 0; }
    div#configcontents .ssl-page .certificate-banner > :last-child {
      margin-bottom: 0; }
    div#configcontents .ssl-page .certificate-banner:before {
      content: ''; }
    div#configcontents .ssl-page .certificate-banner .certificate-icon {
      height: 50px;
      width: 50px;
      flex: 0 0 auto; }
    div#configcontents .ssl-page .certificate-banner .certificate-banner-title {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      line-height: 18px;
      text-transform: uppercase; }
    div#configcontents .ssl-page .certificate-banner .certificate-banner-content > div {
      font-size: 14px;
      line-height: 18px; }
      div#configcontents .ssl-page .certificate-banner .certificate-banner-content > div .certificate-anchor, div#configcontents .ssl-page .certificate-banner .certificate-banner-content > div .tooltip-anchor {
        text-decoration: underline; }
    div#configcontents .ssl-page .certificate-banner.no-cert {
      background-color: #FCE6E3;
      border-color: #F6BAB1; }
      div#configcontents .ssl-page .certificate-banner.no-cert > div, div#configcontents .ssl-page .certificate-banner.no-cert .certificate-anchor, div#configcontents .ssl-page .certificate-banner.no-cert .tooltip-anchor {
        color: #B42B26; }
      div#configcontents .ssl-page .certificate-banner.no-cert .certificate-icon {
        background: url(/res/sys/img/icons/ssl/ssl-disabled-red.svg); }
    div#configcontents .ssl-page .certificate-banner.self-signed {
      background-color: #FAF6D9;
      border-color: #F0E697; }
      div#configcontents .ssl-page .certificate-banner.self-signed > div, div#configcontents .ssl-page .certificate-banner.self-signed .certificate-anchor, div#configcontents .ssl-page .certificate-banner.self-signed .tooltip-anchor {
        color: #97702D; }
      div#configcontents .ssl-page .certificate-banner.self-signed .certificate-icon {
        background: url(/res/sys/img/icons/ssl/ssl-enabled-yellow.svg); }
    div#configcontents .ssl-page .certificate-banner.ca-signed {
      background-color: #EBF8F0;
      border-color: #B5E7C7; }
      div#configcontents .ssl-page .certificate-banner.ca-signed > div, div#configcontents .ssl-page .certificate-banner.ca-signed .certificate-anchor, div#configcontents .ssl-page .certificate-banner.ca-signed .tooltip-anchor {
        color: #576E4E; }
      div#configcontents .ssl-page .certificate-banner.ca-signed .certificate-icon {
        background: url(/res/sys/img/icons/ssl/ssl-enabled-green.svg); }
  div#configcontents .ssl-page .ssl-prompt {
    text-align: start;
    margin-bottom: 2rem; }
  div#configcontents .ssl-page .panel-contents > ul > li {
    height: 25px;
    display: flex;
    align-items: center; }
    div#configcontents .ssl-page .panel-contents > ul > li > svg {
      height: 16px;
      width: 16px;
      margin-right: 4px; }
    div#configcontents .ssl-page .panel-contents > ul > li#expiration-warning {
      color: #F7A61E; }
  div#configcontents .ssl-page pre {
    height: 150px; }
  div#configcontents .ssl-page .wizard-step {
    margin-bottom: 1rem; }
    div#configcontents .ssl-page .wizard-step:last-of-type {
      margin: 0; }
    div#configcontents .ssl-page .wizard-step textarea {
      width: 100%;
      height: 150px; }
    div#configcontents .ssl-page .wizard-step .panel.cert-panel {
      overflow: hidden;
      margin: 4px 0 0 0; }
      @media screen and (max-width: 1024px) {
        div#configcontents .ssl-page .wizard-step .panel.cert-panel {
          margin-top: 10px; } }
      div#configcontents .ssl-page .wizard-step .panel.cert-panel > .panel-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 48px;
        cursor: pointer; }
        div#configcontents .ssl-page .wizard-step .panel.cert-panel > .panel-header svg {
          height: 32px;
          width: 32px;
          margin-right: 8px; }
          div#configcontents .ssl-page .wizard-step .panel.cert-panel > .panel-header svg.warning-icon {
            padding: 5px; }
        div#configcontents .ssl-page .wizard-step .panel.cert-panel > .panel-header .title {
          flex: 1 1 auto; }
      div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible {
        -webkit-transition: max-height 0.8s;
        -moz-transition: max-height 0.8s;
        transition: max-height 0.8s;
        max-height: 1000px; }
        div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible.collapsed {
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
          max-height: 0;
          overflow: hidden; }
        div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-body {
          padding: 10px; }
          div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-body.certificate-entry {
            background-color: #F3F6F9; }
            div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-body.certificate-entry > div {
              display: flex;
              height: 33px;
              align-items: center; }
              div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-body.certificate-entry > div input {
                margin: 0; }
          div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-body > .panel.info {
            margin: 0; }
        div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-footer {
          border-top: 1px solid #E1E8EE;
          display: flex;
          justify-content: space-between;
          padding: 10px;
          height: 48px; }
          div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-footer > *, div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-footer > div > * {
            margin: 0; }
          div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-footer.flex-end {
            justify-content: flex-end; }
          div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-footer > button, div#configcontents .ssl-page .wizard-step .panel.cert-panel div.collapsible > .panel-footer > div > button {
            height: 24px;
            font-size: 12px;
            padding: 6px 12px; }

.certificate-banner-tooltip {
  display: inline-block;
  background-color: transparent;
  max-width: 300px; }
  .certificate-banner-tooltip .rc-tooltip-inner {
    background-color: black;
    padding: 0.25rem 0.75rem;
    font-size: 12px;
    margin-top: 25px; }
    .certificate-banner-tooltip .rc-tooltip-inner div > * {
      color: #FFFFFF;
      margin: 0 0 4px 0; }
      .certificate-banner-tooltip .rc-tooltip-inner div > *:last-child {
        margin-bottom: 0; }
    .certificate-banner-tooltip .rc-tooltip-inner ol {
      margin-left: 10px; }

.logViewPage .reveal {
  overflow: visible; }

.logViewPage .actionButtons .buttonStyles {
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  margin-left: 0.5rem;
  color: #fff;
  background-color: #2199E8;
  padding: 0.42rem 0.5rem; }

.logViewPage .actionButtons .actionButtonIcon {
  font-size: 1.125rem; }

.logViewPage .paginateStyles {
  margin: 0 auto; }

.logViewPage .logFilterConfig .keyHeadTag {
  min-width: 10rem;
  max-width: 40rem;
  width: 20rem; }

.logViewPage .logFilterConfig .actionHeadTag {
  width: 2rem; }

.logViewPage .logFilterConfig .controls .keyLabel {
  margin: 0.5rem auto;
  padding-left: 0.5rem;
  padding-right: 0.2rem;
  display: inline-block; }

.logViewPage .logFilterConfig .controls .keyInput {
  display: inline-block;
  margin: 0.5rem; }
  @media (max-width: 40em) {
    .logViewPage .logFilterConfig .controls .keyInput {
      width: 95%; } }

.logViewPage .logFilterConfig .controls .valueLabel {
  display: inline-block;
  margin: 0.5rem auto;
  padding-left: 0.5rem; }

.logViewPage .logFilterConfig .controls .valueInput {
  margin: 0.5rem;
  display: inline-block; }
  @media (max-width: 40em) {
    .logViewPage .logFilterConfig .controls .valueInput {
      width: 95%; } }

.logViewPage .logFilterConfig .controls .addFilterButton {
  display: inline-block;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  position: relative;
  float: right;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem; }

.logViewPage .logFilterConfig .valueRow .selectStyle {
  vertical-align: inherit; }

.logViewPage .logFilterConfig .valueRow .buttonColumn {
  text-align: center;
  vertical-align: center; }
  @media (max-width: 50em) {
    .logViewPage .logFilterConfig .valueRow .buttonColumn {
      text-align: start; } }

.logViewPage .logFilterConfig .keyRow .buttonColumn {
  text-align: center;
  vertical-align: center; }
  @media (max-width: 50em) {
    .logViewPage .logFilterConfig .keyRow .buttonColumn {
      text-align: start; } }

.logViewPage .logFilterConfig .clearRowButton {
  margin: 0 auto;
  font-size: 1.25rem;
  cursor: pointer;
  text-align: center;
  width: 1rem;
  display: inline-block;
  float: none; }
  .logViewPage .logFilterConfig .clearRowButton .clearRowButtonIcon {
    margin: 0 auto;
    font-size: 1.25rem;
    color: #007dbf;
    cursor: pointer;
    text-align: center;
    width: 100%;
    display: inline-block; }

.logViewPage .logConfigurations .loggerControls {
  align-content: left;
  padding-top: 0.5rem;
  text-align: left; }

.logViewPage .logConfigurations .loggerTab .tableContainer {
  overflow-y: auto; }

.logViewPage .logConfigurations .logLevelTable .loggerHeadTag {
  min-width: 10rem;
  max-width: 40rem; }

.logViewPage .logConfigurations .logLevelTable .levelHeadTag {
  width: 6rem; }

.logViewPage .logConfigurations .logLevelTable .logLevelRow .loggerRow .log {
  padding-top: 0.2rem; }

.logViewPage .logConfigurations .logLevelTable .logLevelRow .selectRow {
  padding: 0.3rem; }

.logViewPage .logConfigurations .contextConfig .keyHeadTag {
  min-width: 10rem;
  max-width: 40rem;
  width: 20rem; }

.logViewPage .logConfigurations .contextConfig .levelHeadTag {
  width: 6rem; }

.logViewPage .logConfigurations .contextConfig .actionHeadTag {
  width: 2rem; }

.logViewPage .logConfigurations .contextConfig .controls .keyLabel {
  margin: 0.5rem auto;
  padding-left: 0.5rem;
  padding-right: 0.2rem;
  display: inline-block; }

.logViewPage .logConfigurations .contextConfig .controls .keyInput {
  display: inline-block;
  margin: 0.5rem; }
  @media (max-width: 40em) {
    .logViewPage .logConfigurations .contextConfig .controls .keyInput {
      width: 95%; } }

.logViewPage .logConfigurations .contextConfig .controls .valueLabel {
  display: inline-block;
  margin: 0.5rem auto;
  padding-left: 0.5rem; }

.logViewPage .logConfigurations .contextConfig .controls .valueInput {
  margin: 0.5rem;
  display: inline-block; }
  @media (max-width: 40em) {
    .logViewPage .logConfigurations .contextConfig .controls .valueInput {
      width: 95%; } }

.logViewPage .logConfigurations .contextConfig .controls .addFilterButton {
  display: inline-block;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  position: relative;
  bottom: 1px;
  float: none; }

.logViewPage .logConfigurations .contextConfig .valueRow .selectStyle {
  vertical-align: inherit; }

.logViewPage .logConfigurations .contextConfig .valueRow .buttonColumn {
  vertical-align: middle;
  text-align: center; }
  @media (max-width: 50em) {
    .logViewPage .logConfigurations .contextConfig .valueRow .buttonColumn {
      text-align: start; } }

.logViewPage .logConfigurations .contextConfig .keyRow .buttonColumn {
  text-align: center;
  vertical-align: center; }
  @media (max-width: 50em) {
    .logViewPage .logConfigurations .contextConfig .keyRow .buttonColumn {
      text-align: start; } }

.logViewPage .logConfigurations .contextConfig .clearRowButton {
  margin: 0 auto;
  font-size: 1.25rem;
  cursor: pointer;
  text-align: center;
  width: 1rem;
  display: inline-block;
  float: none; }
  .logViewPage .logConfigurations .contextConfig .clearRowButton .clearRowButtonIcon {
    margin: 0 auto;
    font-size: 1.25rem;
    color: #007dbf;
    cursor: pointer;
    text-align: center;
    width: 100%;
    display: inline-block; }

.storeForwardDetailPage .btn-group .buttonOne {
  width: 100px;
  margin-right: 1rem; }

.storeForwardDetailPage .btn-group .buttonTwo {
  width: 100px; }

.storeForwardDetailPage .sf-action {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: 3.5rem; }

.storeForwardDetailPage .sf-action > a {
  width: 100%; }

.storeForwardDetailPage .dialog-body .primary {
  margin-right: 0; }

.threadViewPage .blockedThreadState {
  color: #EC5840; }

.threadViewPage .threadPerformanceChart .miniGaugeSvg {
  width: 24px;
  height: 24px; }

.threadViewPage .threadPerformanceChart .miniGaugeData {
  color: gray;
  font-size: 14px;
  margin-left: 15px;
  line-height: 1; }

.threadViewPage .threadPerformanceChart .accordionStyle {
  font-size: 16px;
  line-height: 1; }

.threadViewPage .threadPerformanceChart .resetButtonContainer {
  padding-right: 0; }
  .threadViewPage .threadPerformanceChart .resetButtonContainer .resetText {
    color: gray;
    font-size: 14px;
    margin-right: 15px;
    line-height: 2.75; }

.threadViewPage .textHighlighterStyle {
  font-family: "Roboto Mono";
  font-size: 0.80rem;
  padding-left: 1em; }

.threadViewPage .expandedRow {
  background: #E1E8EE; }
  .threadViewPage .expandedRow:hover {
    background-color: #E1E8EE; }
  .threadViewPage .expandedRow .rowData {
    overflow-x: auto;
    white-space: nowrap; }

.threadViewPage .threadItems .clipBoardButton {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px; }

.threadViewPage .threadItems .clipBoardIcon {
  fill: #FFFFFF;
  width: 18px;
  height: 18px; }

.threadViewPage .threadItems .tpcUnclassified {
  color: #CCC; }

.threadViewPage .actionButtons .buttonStyles {
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  margin-left: 0.5rem;
  color: #fff;
  background-color: #2199E8;
  padding: 0.4rem 0.5rem; }

.threadViewPage .actionButtons .actionButtonIcon {
  font-size: 1.125rem; }

.metricsDashboardsPage {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }

.metricsDashboardsPage__toolbarContainer {
  width: 100%;
  flex: 0 0 50px;
  margin-bottom: 16px; }

.metricsDashboardsPage__notification {
  position: absolute;
  bottom: -45px;
  right: 0;
  height: 38px;
  z-index: 50;
  opacity: 0.7; }

.metricsDashboardsPage__dashboardContainer {
  width: 100%;
  flex: 1 1 auto; }

.metricsDashboardsPage__cannotSaveMessage {
  color: #DE1B1B;
  font-weight: 600;
  font-size: 14px; }

.metricsDashboardsPage__newNameModal {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  color: #21272A; }

.metricsDashboardsPage__newNameModal__header {
  height: 56px;
  border-bottom: 1px solid #DDE1E6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipses;
  white-space: nowrap;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 8px; }

.metricsDashboardsPage__newNameModal__header_withClose {
  height: 56px;
  border-bottom: 1px solid #DDE1E6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipses;
  white-space: nowrap;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 8px;
  padding-right: 20px; }

.metricsDashboardsPage__newNameModal__body {
  padding: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px; }

.metricsDashboardsPage__newNameModal__body__inputContainer {
  display: flex;
  flex-direction: column;
  width: 100%; }

.metricsDashboardsPage__newNameModal____body__inputContainer__label {
  width: 100%;
  margin-bottom: 5px; }

.metricsDashboardsPage__newNameModal____body__inputContainer__input {
  margin: 0;
  width: 100%; }

.metricsDashboardsPage__newNameModal__footer {
  padding: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0; }

.metricsDashboardsPage__newNameModal__footer__confirm {
  margin-top: 0; }

.metricsDashboardsPage__newNameModal__footer__invalidMessage {
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center; }

.metricsDashboardsPage__newNameModal__closeButton {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer; }

.metricsDashboardsPage__newNameModal__messageContainer {
  flex: 1 0 auto; }

.metricsDashboardsPage__newNameModal__messageContainer__message {
  font-size: 14px; }

.metricsDashboardsPage__newNameModal__invalidMessage {
  color: #DE1B1B;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0; }

.metricsDashboardsPage__toolbar {
  display: flex;
  flex-direction: column;
  position: relative; }

.metricsDashboardsPage__toolbar__messageContainer {
  display: flex;
  width: 100%;
  height: 20px;
  padding: 8px 13px;
  justify-content: flex-end;
  align-items: center; }

.metricsDashboardsPage__toolbar__actions {
  padding: 8px 13px;
  display: flex;
  justify-content: space-between;
  background-color: #F2F4F8;
  color: #21272A;
  width: 100%;
  min-width: 390px;
  border-radius: 3px;
  border: 1px solid #DDE1E6; }

.metricsDashboardsPage__toolbar__leftActions {
  display: flex; }

.metricsDashboardsPage__toolbar__rightActions {
  display: flex;
  margin-left: 50px; }

.metricsDashboardsPage__toolbar__leftActions__addMetricButton {
  display: flex;
  align-items: center;
  height: 32px;
  width: 114px;
  padding: 6px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: initial; }

.metricsDashboardsPage__toolbar__leftActions__addMetricButton__icon {
  height: 22px;
  width: 22px; }

.metricsDashboardsPage__toolbar__leftActions__addMetricButton__text {
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none; }

.metricsDashboardsPage__toolbar__leftActions__resetButton {
  margin-left: 8px;
  height: 32px;
  width: 76px;
  padding: 6px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none; }

.metricsDashboardsPage__toolbar__leftActions__gridSizeButton {
  margin-left: 8px;
  height: 32px;
  width: 76px;
  padding: 6px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipses;
  user-select: none; }

.metricsDashboardsPage__toolbar__rightActions__saveRenameSelector {
  margin-left: 8px;
  cursor: pointer;
  width: 150px;
  user-select: none; }

.metricsDashboardsPage__toolbar__rightActions__saveRenameSelector__saveButton {
  width: 125px;
  height: 32px;
  padding: 6px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: initial;
  flex: 1;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  user-select: none; }

.metricsDashboardsPage__gridSelectorModal {
  display: flex;
  padding: 8px;
  flex-direction: column;
  background-color: #FFFFFF;
  color: #21272A;
  user-select: none; }

.metricsDashboardsPage__gridSelectorModal__countsContainer {
  display: flex;
  width: 128px;
  justify-content: space-between;
  user-select: none; }

.metricsDashboardsPage__gridSelectorModal__buttonContainer {
  display: flex;
  flex-direction: column;
  width: 128px; }

.metricsDashboardsPage__gridSelectorModal__countContainer {
  display: flex;
  flex-direction: column;
  user-select: none; }

.metricsDashboardsPage__gridSelectorModal__countContainer__title {
  font-size: 14px;
  margin-bottom: 2px;
  user-select: none; }

.metricsDashboardsPage__gridSelectorModal__countContainer__input {
  margin: 0;
  width: 60px; }

.metricsDashboardsPage__gridSelectorModal__button {
  height: 32px;
  width: 100%;
  padding: 6px;
  font-size: 14px;
  margin: 0;
  line-height: initial;
  margin-top: 8px;
  user-select: none; }

@media (max-width: 1048px) {
  .metricsDashboardsPage__toolbar__actions {
    flex-direction: column; }
  .metricsDashboardsPage__toolbar__rightActions {
    margin-left: 0;
    margin-top: 25px; } }

.metricDisplay__errorBoundary {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.2);
  padding: 25px;
  display: flex; }

.metricDisplay__errorBoundary__label {
  margin: auto; }

.metricDisplay__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  flex: 1; }

.metricDisplay__counter__count {
  font-size: 40px;
  color: #114599;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 5px;
  position: relative; }

.metricDisplay__counter__units {
  font-size: 14px;
  color: #878D96; }

.metricDisplay__histogram {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.metricDisplay__histogram__chartRow {
  height: 195px;
  width: 100%;
  display: flex; }

.metricDisplay__histogram__chartContainer {
  min-width: 344px;
  height: 130px; }

.metricDisplay__histogram__dataRowContainer {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column; }

.metricDisplay__histogram__dataRow {
  height: 50px;
  width: 100%;
  border-top: 1px solid #DDE1E6;
  display: flex; }

.metricDisplay__histogram__dataRow__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-right: 1px solid #DDE1E6;
  flex: 1; }

.metricDisplay__histogram__dataRow__cell:last-child {
  border-right: none; }

.metricDisplay__histogram__dataRow__cell__label {
  font-size: 12px;
  color: #878D96;
  line-height: 1.5; }

.metricDisplay__histogram__dataRow__cell__value {
  font-size: 18px;
  color: #114599;
  line-height: 1; }

.metricDisplay__gauge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8px;
  flex: 1; }

.metricDisplay__gauge__count {
  font-size: 40px;
  color: #114599;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 5px;
  position: relative;
  text-align: center; }

.metricDisplay__gauge__units {
  font-size: 14px;
  color: #878D96;
  text-align: center;
  position: relative; }

.metricDisplay__meter {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }

.metricDisplay__meter__countContainer {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  flex-direction: column; }

.metricDisplay__meter__countContainer__count {
  color: #114599;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.8;
  position: relative; }

.metricDisplay__meter__movingAverageRateContainer {
  display: flex;
  flex-direction: column;
  padding: 8px;
  width: 200px; }

.metricDisplay__meter__movingAverageRateContainer--start {
  align-items: flex-start; }

.metricDisplay__meter__movingAverageRateContainer--center {
  align-items: center; }

.metricDisplay__meter__movingAverageRateContainer--end {
  align-items: flex-end; }

.metricDisplay__meter__movingAverageRateContainer__label {
  font-size: 12px;
  color: #878D96;
  margin-bottom: 5px; }

.metricDisplay__meter__movingAverageRatesContainer {
  display: flex;
  min-width: 150px; }

.metricDisplay__meter__movingAverageRatesContainer--start {
  justify-self: flex-start;
  text-align: left; }

.metricDisplay__meter__movingAverageRatesContainer--center {
  justify-content: center;
  text-align: center;
  margin-left: 16px; }

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

.metricDisplay__meter__dataRow {
  display: flex;
  height: 60px;
  min-height: 60px;
  width: 100%;
  border-top: 1px solid #DDE1E6;
  align-items: center;
  justify-content: center; }

.metricDisplay__meter__dataRow__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  flex: 1; }

.metricDisplay__meter__dataRow__cell__totalCell {
  border-left: 1px solid #DDE1E6; }

.metricDisplay__meter__dataRow__cell__label {
  font-size: 12px;
  color: #878D96; }

.metricDisplay__meter__dataRow__cell__value {
  font-size: 18px;
  color: #114599; }

.metricDisplay__meter__movingAverageRate__label {
  color: #697077;
  font-size: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-right: 16px;
  padding-bottom: 2px; }

.metricDisplay__meter__movingAverageRate__label--active {
  border-bottom: 2px solid #0C7BB3; }

.metricDisplay__notFound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  background-color: #F2F4F8; }

.metricDisplay__notFound__iconContainer {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }

.metricDisplay__notFound__primaryMessage {
  font-weight: bold;
  font-size: 14px; }

.metricDisplay__secondaryMessage {
  color: #767676;
  font-size: 12px;
  text-align: center; }

.metricDisplay__ratioGauge {
  flex: 1;
  position: relative; }

.metricDisplay__ratioGauge__wedgeSVG {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.metricDisplay__ratioGauge__denominator {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 14px;
  color: #767676; }

.metricDisplay__ratioGauge__numerator {
  position: absolute;
  color: #767676;
  width: 100%;
  top: 62px;
  font-size: 20px;
  text-align: center; }

.metricDisplay__ratioGauge__units {
  color: #767676;
  width: 100%;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 5px; }

.metricDisplay__timer {
  flex: 1;
  display: flex;
  width: 100%; }

.metricDisplay__timer__meterContainer {
  flex-basis: 250px;
  border-right: 1px solid #DDE1E6;
  height: 100%; }

.metricDisplay__timer__histogramContainer {
  flex: 1; }

.addWidgetModal__content {
  max-height: 900px;
  min-height: 80%;
  width: 320px;
  display: flex;
  flex-direction: column; }

.addWidgetModal__content__noSearchResults {
  margin: auto; }

.addWidgetModal__content__noSearchResults__text {
  font-weight: 700; }

.addWidgetModal__head {
  min-height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 0.875rem;
  background-color: #F2F4F8;
  border-bottom: 1px solid #A2A9B0;
  color: #21272A;
  position: relative; }

.addWidgetModal__head__closeButton {
  cursor: pointer;
  width: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px; }
  .addWidgetModal__head__closeButton * {
    pointer-events: none; }

.addWidgetModal__head__closeButton:hover {
  color: #767676; }

.addWidgetModal__body {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  flex: 1 1 auto;
  height: 45vh;
  background-color: #FFFFFF;
  color: #21272A;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400; }

.addWidgetModal__menuContainer {
  display: flex;
  flex-direction: row;
  height: 100%; }

.addWidgetModal__menuContainer .tree {
  flex: 1; }

.addWidgetModal__searchContainer {
  width: 100%;
  display: flex;
  padding: 16px;
  min-height: 61px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #A2A9B0;
  position: relative; }

.addWidgetModal__searchContainer__clearButton {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 28px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #A2A9B0;
  cursor: pointer; }

.addWidgetModal__searchContainer__input {
  border: 1px solid #A2A9B0;
  border-radius: 4px;
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #21272A;
  padding: 8px;
  font-size: 14px; }

.addWidgetModal__menu__category {
  flex-direction: column;
  width: 100%; }

.addWidgetModal__menu__category__titleBar {
  background-color: #E4E9ED;
  border-bottom: 1px solid #A2A9B0;
  color: #404142;
  font-size: 0.75rem;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 28px; }

.addWidgetModal__menu__category__titleBar__title {
  padding-left: 16px;
  display: flex;
  align-items: center;
  line-height: 14px;
  font-weight: bold; }

.addWidgetModal__menu__category__titleBar__title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 5px solid currentColor;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.addWidgetModal__menu__category__titleBar__title--expanded::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg); }

.addWidgetModal__menu__category__items {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  display: none; }

.addWidgetModal__menu__category__items--expanded {
  display: flex;
  flex-direction: column; }

.addWidgetModal__menu__category__item {
  color: #21272A;
  border-bottom: 1px solid #A2A9B0;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  height: 40px;
  max-height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none; }

.addWidgetModal__menu__category__item:hover:not(.addWidgetModal__menu__category__item--selected) {
  background-color: #E8F4F9; }

.addWidgetModal__menu__category__item--selected {
  background-color: #0C7BB3;
  color: #FFFFFF; }

.addWidgetModal__foot {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  min-height: 66px;
  width: 100%;
  padding: 17px;
  background-color: #F2F4F8;
  border-top: 1px solid #A2A9B0; }

.addWidgetModal__foot__button {
  padding: 6px;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: initial;
  height: 32px; }

.addWidgetModal__foot__button--primary {
  margin-left: 8px; }

.ia_confirmationModal__primaryButton,
.metricsDashboardsPage__modal__primaryButton {
  height: 32px;
  width: 100%;
  padding: 6px;
  font-size: 14px;
  margin: 0;
  line-height: initial;
  margin-top: 8px; }

.ia_confirmationModal__secondaryButton,
.metricsDashboardsPage__modal__secondaryButton {
  height: 32px;
  width: 100%;
  padding: 6px;
  font-size: 14px;
  margin: 0;
  line-height: initial;
  margin-top: 8px; }

.ia_confirmationModal {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  color: #21272A; }

.ia_confirmationModal__header {
  height: 56px;
  border-bottom: 1px solid #DDE1E6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 8px; }

.ia_confirmationModal__header__withClose {
  padding-right: 20px; }

.ia_confirmationModal__body {
  padding: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px; }

.ia_confirmationModal__footer {
  padding: 8px;
  display: flex;
  flex-direction: column;
  width: 100%; }

.ia_confirmationModal__body__messageContainer {
  flex: 1 0 auto; }

.ia_confirmationModal__body__messageContainer__message {
  font-size: 14px; }

.ia_confirmationModal__closeButton {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer; }

.ia_dropdown {
  border: 1px solid #A2A9B0;
  border-radius: 4px;
  display: flex;
  width: 200px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer; }

.ia_dropdown.ia_dropdown--disabled {
  cursor: not-allowed;
  border: 1px solid #878D96;
  background-color: #878D96; }

.ia_dropdown__labelContainer {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
  margin-left: 8px;
  width: 100%;
  user-select: none; }

.ia_dropdown__labelContainer__placeholder {
  color: #878D96; }

.ia_dropdown__labelContainer__placeholder--disabled {
  color: #ABB5BE; }

.ia_dropdown__arrowContainer {
  flex-basis: 24px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.ia_dropdown__optionModal {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
  width: 200px;
  color: #21272A; }

.ia_dropdown__optionsModal__options {
  display: flex;
  flex-direction: column; }

.ia_dropdown__optionsModal__options__option {
  cursor: pointer;
  height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  user-select: none; }

.ia_dropdown__optionsModal__options__option:hover {
  background-color: #E8F4F9; }

.ia_splitDropdown {
  border-radius: 4px;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center; }

.ia_splitDropdown--disabled {
  user-select: none; }

.ia_splitDropdown__labelContainer {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  padding: 6px;
  margin-bottom: 0;
  line-height: initial;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
  width: 100%;
  user-select: none; }

.ia_splitDropdown__arrowContainer {
  flex-basis: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #3D7DC2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
  height: 32px; }

.ia_splitDropdown__arrowContainer--disabled {
  cursor: not-allowed;
  border-color: #878d96; }

.ia_splitDropdown__optionsModal {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  background-color: #FFFFFF;
  color: #21272A; }

.ia_splitDropdown__optionsModal__options {
  display: flex;
  flex-direction: column; }

.ia_splitDropdown__optionsModal__options__option {
  cursor: pointer;
  height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  user-select: none; }

.ia_splitDropdown__optionsModal__options__option:hover {
  background-color: #E8F4F9; }

.button.ia_splitDropdown__action--disabled,
.button.ia_splitDropdown__action--disabled:hover {
  cursor: not-allowed;
  background-color: #878D96;
  user-select: none;
  border: 1px solid #878d96; }

.button.metricsDashboardsPage__button--disabled,
.button.metricsDashboardsPage__button--disabled:hover {
  cursor: not-allowed;
  border: 1px solid #878D96;
  background-color: #878D96; }

.visionClientPage .action-btns div {
  padding: 0; }

.storeForwardDetailPage .btn-group .buttonOne {
  width: 100px;
  margin-right: 1rem; }

.storeForwardDetailPage .btn-group .buttonTwo {
  width: 100px; }

.storeForwardDetailPage .sf-action {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: 3.5rem; }

.storeForwardDetailPage .sf-action > a {
  width: 100%; }

.storeForwardDetailPage .dialog-body .primary {
  margin-right: 0; }

div#nclDownloadApp h1 {
  border-bottom: none; }

div#nclDownloadApp h1 + p {
  padding-bottom: 1em; }

div#nclDownloadApp a.button.primary {
  float: right;
  margin-top: 0.5em; }
  div#nclDownloadApp a.button.primary span {
    margin-left: 0.5em; }
  @media only screen and (max-width: 63em) {
    div#nclDownloadApp a.button.primary {
      float: left;
      margin-top: 0; } }

div#nclDownloadApp div.clearfix {
  width: 0; }

div#nclDownloadApp div.step-container {
  margin-top: 2em;
  overflow: hidden; }
  @media only screen and (max-width: 64em) {
    div#nclDownloadApp div.step-container img {
      margin-bottom: 1em; } }
  div#nclDownloadApp div.step-container strong {
    margin-top: -5px; }
  div#nclDownloadApp div.step-container strong, div#nclDownloadApp div.step-container span {
    display: block; }
  div#nclDownloadApp div.step-container span > strong {
    padding-top: 0;
    display: inline-block; }

div#nclDownloadApp div.alt-launchers {
  background-color: #FAFAFA;
  padding: 1em;
  border: 1px solid #D4D8DC;
  border-radius: 4px; }
  @media (max-width: 39.9375em) {
    div#nclDownloadApp div.alt-launchers {
      margin-top: 1em; } }
  div#nclDownloadApp div.alt-launchers hr {
    border-bottom: 1px solid #D4D8DC;
    height: 1px;
    width: 100%;
    margin-bottom: 1em; }
  div#nclDownloadApp div.alt-launchers img {
    max-height: 34px; }
    @media (max-width: 64em) {
      div#nclDownloadApp div.alt-launchers img {
        max-height: inherit; } }
  div#nclDownloadApp div.alt-launchers h2 {
    margin-top: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 20px; }
  div#nclDownloadApp div.alt-launchers h2 + p {
    font-size: 0.875em;
    line-height: 18px; }
  div#nclDownloadApp div.alt-launchers h5 {
    font-size: 1.125em;
    color: #606976;
    margin: 0px; }
  div#nclDownloadApp div.alt-launchers p {
    font-size: 0.875em;
    color: #86939E;
    max-width: 285px;
    margin-bottom: 0; }
  div#nclDownloadApp div.alt-launchers a {
    color: #2199E8;
    font-size: 1.125em; }

div#nclDownloadApp img.nclIcon {
  padding-right: .5em; }

div#perspectiveLauncherApp div.table-controls div.standard-controls {
  float: left; }

div#perspectiveLauncherApp div.table-controls div.view-controls {
  float: right;
  padding: 0.625rem 0.625rem 0 0; }
  div#perspectiveLauncherApp div.table-controls div.view-controls label {
    margin-top: 2em;
    margin-right: 0.25rem;
    vertical-align: top;
    position: relative;
    top: 8px; }
  div#perspectiveLauncherApp div.table-controls div.view-controls a.show-table-view, div#perspectiveLauncherApp div.table-controls div.view-controls a.show-card-view {
    background-color: #D8D9DB;
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    display: inline-block; }
    div#perspectiveLauncherApp div.table-controls div.view-controls a.show-table-view.active, div#perspectiveLauncherApp div.table-controls div.view-controls a.show-card-view.active {
      background-color: #22A1E1; }
  div#perspectiveLauncherApp div.table-controls div.view-controls a.show-card-view {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: url("/res/sys/img/icons/grid.svg"); }
  div#perspectiveLauncherApp div.table-controls div.view-controls a.show-table-view {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url("/res/sys/img/icons/bars.svg"); }

div#perspectiveLauncherApp table thead > tr > th {
  padding: 15px 0; }

div#perspectiveLauncherApp table tbody > tr > td {
  height: 40px; }
  div#perspectiveLauncherApp table tbody > tr > td a.launch {
    background: #22A1E1 url("/res/sys/img/icons/launch-window.svg") no-repeat center center;
    display: block;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

div#perspectiveLauncherApp div.cards {
  margin: 0 -0.9375em; }
  div#perspectiveLauncherApp div.cards div.card {
    margin: 0.625em 0; }
    div#perspectiveLauncherApp div.cards div.card .panel {
      padding: 0;
      position: relative;
      height: 100%; }
  div#perspectiveLauncherApp div.cards div.info {
    padding: 1.875em 1.5em 0 0;
    overflow: hidden;
    margin-bottom: 5em; }
    div#perspectiveLauncherApp div.cards div.info h3 {
      color: #5E6977;
      font-size: 1.125em;
      margin-top: 0;
      font-weight: bold; }
    div#perspectiveLauncherApp div.cards div.info h3 + p {
      font-size: 1em;
      color: #43484D;
      line-height: 20px; }
    div#perspectiveLauncherApp div.cards div.info div.details span {
      color: #666666;
      font-size: 0.75em;
      line-height: 15px; }
    div#perspectiveLauncherApp div.cards div.info div.details.label {
      font-weight: bold; }
  div#perspectiveLauncherApp div.cards div.thumbnail-container {
    float: left;
    display: block;
    margin-right: 1.5em;
    padding: 1.875em 0 0 1.5em; }
    div#perspectiveLauncherApp div.cards div.thumbnail-container:first-child {
      border-radius: 3px; }
    div#perspectiveLauncherApp div.cards div.thumbnail-container div.default-thumbnail {
      background: url("/res/sys/img/icons/project-icon.png") no-repeat;
      overflow: hidden;
      text-align: center;
      padding: .3em;
      height: 60px;
      width: 60px;
      color: white; }
      div#perspectiveLauncherApp div.cards div.thumbnail-container div.default-thumbnail span {
        font-size: 2em;
        font-weight: bold; }
    div#perspectiveLauncherApp div.cards div.thumbnail-container img.perspective-thumbnail {
      width: 3.75em;
      height: 3.75em; }
  div#perspectiveLauncherApp div.cards div.button-container {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 0 1em; }
    div#perspectiveLauncherApp div.cards div.button-container a.button.primary {
      width: 100%;
      position: relative; }

div.single-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%; }
  div.single-form footer {
    height: 55px;
    text-align: center; }
  div.single-form .single-form-header {
    height: 55px;
    display: flex;
    justify-content: center; }
    div.single-form .single-form-header .logo-container img {
      max-width: 8rem; }
      @media (min-height: 40em) and (min-width: 40em) {
        div.single-form .single-form-header .logo-container img {
          margin: 0 auto;
          max-width: 12rem; } }
  div.single-form .single-form-dialog {
    border-radius: 0;
    box-shadow: none;
    margin-top: 0; }
    @media (min-height: 40em) and (min-width: 40em) {
      div.single-form .single-form-dialog {
        width: 23rem;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1); } }
    div.single-form .single-form-dialog .dialog-header {
      padding-bottom: 0; }
    div.single-form .single-form-dialog h1 {
      border-bottom: none; }
    div.single-form .single-form-dialog h5 {
      color: #4E4E4E; }
    div.single-form .single-form-dialog .dialog-body {
      padding: 1rem; }
    div.single-form .single-form-dialog label, div.single-form .single-form-dialog .error-message {
      text-align: left; }
    div.single-form .single-form-dialog label {
      margin-top: 1rem; }
    div.single-form .single-form-dialog .error-message {
      font-size: 0.75rem; }
    div.single-form .single-form-dialog form input {
      width: 100%; }
    div.single-form .single-form-dialog .button {
      margin-top: 1rem;
      width: 100%; }
    div.single-form .single-form-dialog .dialog-footer p {
      margin: 0; }

body {
  background: linear-gradient(45deg, #003E69 0%, #002143 48.35%, #006297 100%);
  background-color: #003E69;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003E69, endColorstr=#006297, GradientType=1); }
  body.maker {
    background: linear-gradient(45deg, #FFFFFF 0%, #EAF5FF 48.91%, #6BC1FF 100%);
    background-color: #6BC1FF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#6BC1FF, GradientType=1); }
  body.edge {
    background: linear-gradient(45deg, #283439 0%, #1E2528 48.35%, #4E5558 100%);
    background-color: #4E5558;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#283439, endColorstr=#4E5558, GradientType=1); }
  body div#container {
    max-width: 1200px;
    margin: 5% auto; }
    body div#container .left {
      float: left;
      width: 50%;
      color: white; }
      body div#container .left.maker {
        color: #21272A; }
      body div#container .left h1, body div#container .left h1 ~ p {
        margin-left: 16px;
        color: inherit;
        font-family: "Noto Sans", sans-serif; }
      body div#container .left h1 {
        font-size: 60px;
        border-bottom: none; }
      body div#container .left h1 ~ p {
        font-size: 14px; }
      body div#container .left h1 + p {
        margin-top: 24px; }
      body div#container .left p {
        margin-top: 16px;
        line-height: 19px; }
    body div#container .right {
      float: right;
      width: 50%;
      text-align: center; }
    body div#container .bottom {
      position: absolute;
      bottom: 10px;
      max-width: 320px;
      margin-left: 16px; }

.gridCommon {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%; }
  .gridCommon.--stretched {
    overflow: hidden; }
  .gridCommon .gridCommon__grid {
    position: relative;
    display: grid; }
    .gridCommon .gridCommon__grid.--stretched {
      width: 100%;
      height: 100%; }
    .gridCommon .gridCommon__grid .gridCommon__grid__cell {
      z-index: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      user-select: none;
      -webkit-user-select: none; }

.ia_grid__cell {
  background-color: #F2F4F8; }

.ia_dashboardComponent__control {
  background-color: rgba(0, 0, 0, 0.25);
  color: #F2F4F8; }

.ia_dashboardComponent__control:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FAFAFA; }

.ia_dashboardComponent__cell {
  background-color: #F2F4F8; }

.ia_dashboardComponent__cell--active {
  background-color: #BDBDBD; }

.ia_dashboardComponent__movingWidgetPlaceholder {
  border: 2px dashed #878D96;
  border-radius: 4px; }

.ia_dashboardComponent__widget {
  border: 1px solid #DDE1E6;
  border-radius: 4px; }

.ia_dashboardComponent__widget--editing {
  border: 2px dashed #2199E8; }

.ia_dashboardComponent__widget--configuring {
  border: 2px dashed #AD5F00; }

.ia_dashboardComponent__widget--moving {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.ia_dashboardComponent__widget__resizeHandle__handle {
  border-radius: 50%;
  border: 2px solid #2199E8;
  background-color: #FAFAFA; }

.ia_dashboardComponent__widget__resizeHandle__handle--configuring {
  border: 2px solid #AD5F00; }

.ia_dashboardComponent__widget__controlBar {
  color: #5E5E5E; }

.ia_dashboardComponent__widget__controlBar__control {
  border-radius: 50%;
  background-color: #F2F4F8; }

.ia_dashboardComponent__widget__controlBar__control--active {
  color: #AD5F00; }

.ia_dashboardComponent__widget__controlBar__control:hover {
  color: #767676; }

.ia_dashboardComponent__widget__head {
  background-color: #F2F4F8;
  border-bottom: 1px solid #DDE1E6;
  font-size: 0.875rem; }

.ia_dashboardComponent__widget__head__title {
  text-align: left;
  padding: 0px 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5E6977; }

.ia_dashboardComponent__widget__body {
  background-color: #FFFFFF; }

.gridCommon.noTouch .gridCommon__grid {
  touch-action: none;
  -ms-touch-action: none; }

.dashboard-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }
  .dashboard-container.isEditing * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .dashboard-container .inner-scrollable-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%; }
    .dashboard-container .inner-scrollable-container.mode-stretch {
      overflow: hidden;
      width: 100%;
      height: 100%; }
    .dashboard-container .inner-scrollable-container .dashboard {
      position: relative;
      display: grid; }
      .dashboard-container .inner-scrollable-container .dashboard.mode-stretch {
        width: 100%;
        height: 100%; }

.dashboard-ruler {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden; }

.dashboard-control {
  position: absolute;
  left: calc(50% - 50px);
  bottom: -70px;
  height: 100px;
  width: 100px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  transition: bottom ease-in-out 0.2s;
  z-index: 2000; }
  .dashboard-control.visible {
    bottom: -50px; }
  .dashboard-control .dashboard-run-edit-toggle {
    cursor: pointer;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    padding: 14px; }
    .dashboard-control .dashboard-run-edit-toggle * {
      pointer-events: none; }

.dashboard-cell {
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none; }

.dashboard-cell--editing {
  user-select: none; }

.moving-widget-placeholder {
  background-color: rgba(255, 255, 255, 0.55);
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease 0s; }

.widget-resize-handle {
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999; }
  .widget-resize-handle > div {
    width: 14px;
    height: 14px; }
  .widget-resize-handle.north {
    left: calc(50% - 16px);
    top: -18px;
    cursor: ns-resize; }
  .widget-resize-handle.north-east {
    right: -17px;
    top: -17px;
    cursor: nesw-resize; }
  .widget-resize-handle.east {
    right: -18px;
    top: calc(50% - 16px);
    cursor: ew-resize; }
  .widget-resize-handle.south-east {
    right: -17px;
    bottom: -17px;
    cursor: nwse-resize; }
  .widget-resize-handle.south {
    left: calc(50% - 16px);
    bottom: -18px;
    cursor: ns-resize; }
  .widget-resize-handle.south-west {
    left: -17px;
    bottom: -17px;
    cursor: nesw-resize; }
  .widget-resize-handle.west {
    left: -18px;
    top: calc(50% - 16px);
    cursor: ew-resize; }
  .widget-resize-handle.north-west {
    left: -17px;
    top: -17px;
    cursor: nwse-resize; }

.dashboard-widget {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  min-width: 0 !important;
  min-height: 0 !important; }
  .dashboard-widget.animate {
    transition: transform 0.4s ease 0s; }
  .dashboard-widget.isEditing:not(.isConfiguring) .widget-head {
    pointer-events: none; }
  .dashboard-widget.isEditing:not(.isConfiguring) .widget-body {
    pointer-events: none; }
  .dashboard-widget.isMoving {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    z-index: 5; }
  .dashboard-widget .widget-control-bar {
    position: absolute;
    height: 25px;
    min-width: 50px;
    right: 0;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 10; }
    .dashboard-widget .widget-control-bar .widget-control {
      cursor: pointer;
      width: 16px;
      height: 100%;
      display: flex;
      align-items: center;
      margin-left: 15px; }
      .dashboard-widget .widget-control-bar .widget-control * {
        pointer-events: none; }

.dashboard-widget-head {
  position: relative;
  height: 35px;
  min-height: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .dashboard-widget-head .dashboard-widget-head-title {
    width: 100%; }

.dashboard-widget-body {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden !important;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }


/*# sourceMappingURL=main.css.map*/