@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    '; }

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] {
    opacity: 0.25;
    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: '\2013'; }

.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 > 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: '\AB';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\BB';
  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: "\F101"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ion-aperture:before {
  content: "\F313"; }

.ion-archive:before {
  content: "\F102"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ion-asterisk:before {
  content: "\F314"; }

.ion-at:before {
  content: "\F10F"; }

.ion-backspace:before {
  content: "\F3BF"; }

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

.ion-bag:before {
  content: "\F110"; }

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

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

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

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

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

.ion-beaker:before {
  content: "\F269"; }

.ion-beer:before {
  content: "\F26A"; }

.ion-bluetooth:before {
  content: "\F116"; }

.ion-bonfire:before {
  content: "\F315"; }

.ion-bookmark:before {
  content: "\F26B"; }

.ion-bowtie:before {
  content: "\F3C0"; }

.ion-briefcase:before {
  content: "\F26C"; }

.ion-bug:before {
  content: "\F2BE"; }

.ion-calculator:before {
  content: "\F26D"; }

.ion-calendar:before {
  content: "\F117"; }

.ion-camera:before {
  content: "\F118"; }

.ion-card:before {
  content: "\F119"; }

.ion-cash:before {
  content: "\F316"; }

.ion-chatbox:before {
  content: "\F11B"; }

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

.ion-chatboxes:before {
  content: "\F11C"; }

.ion-chatbubble:before {
  content: "\F11E"; }

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

.ion-chatbubbles:before {
  content: "\F11F"; }

.ion-checkmark:before {
  content: "\F122"; }

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

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

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

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

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

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

.ion-clipboard:before {
  content: "\F127"; }

.ion-clock:before {
  content: "\F26E"; }

.ion-close:before {
  content: "\F12A"; }

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

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

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

.ion-cloud:before {
  content: "\F12B"; }

.ion-code:before {
  content: "\F271"; }

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

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

.ion-coffee:before {
  content: "\F272"; }

.ion-compass:before {
  content: "\F273"; }

.ion-compose:before {
  content: "\F12C"; }

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

.ion-contrast:before {
  content: "\F275"; }

.ion-crop:before {
  content: "\F3C1"; }

.ion-cube:before {
  content: "\F318"; }

.ion-disc:before {
  content: "\F12D"; }

.ion-document:before {
  content: "\F12F"; }

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

.ion-drag:before {
  content: "\F130"; }

.ion-earth:before {
  content: "\F276"; }

.ion-easel:before {
  content: "\F3C2"; }

.ion-edit:before {
  content: "\F2BF"; }

.ion-egg:before {
  content: "\F277"; }

.ion-eject:before {
  content: "\F131"; }

.ion-email:before {
  content: "\F132"; }

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

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

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

.ion-eye:before {
  content: "\F133"; }

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

.ion-female:before {
  content: "\F278"; }

.ion-filing:before {
  content: "\F134"; }

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

.ion-fireball:before {
  content: "\F319"; }

.ion-flag:before {
  content: "\F279"; }

.ion-flame:before {
  content: "\F31A"; }

.ion-flash:before {
  content: "\F137"; }

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

.ion-folder:before {
  content: "\F139"; }

.ion-fork:before {
  content: "\F27A"; }

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

.ion-forward:before {
  content: "\F13A"; }

.ion-funnel:before {
  content: "\F31B"; }

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

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

.ion-grid:before {
  content: "\F13F"; }

.ion-hammer:before {
  content: "\F27B"; }

.ion-happy:before {
  content: "\F31C"; }

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

.ion-headphone:before {
  content: "\F140"; }

.ion-heart:before {
  content: "\F141"; }

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

.ion-help:before {
  content: "\F143"; }

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

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

.ion-home:before {
  content: "\F144"; }

.ion-icecream:before {
  content: "\F27D"; }

.ion-image:before {
  content: "\F147"; }

.ion-images:before {
  content: "\F148"; }

.ion-information:before {
  content: "\F14A"; }

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

.ion-ionic:before {
  content: "\F14B"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ion-ios-pause-outline:before {
  content: "\F477"; }

.ion-ios-paw:before {
  content: "\F47A"; }

.ion-ios-paw-outline:before {
  content: "\F479"; }

.ion-ios-people:before {
  content: "\F47C"; }

.ion-ios-people-outline:before {
  content: "\F47B"; }

.ion-ios-person:before {
  content: "\F47E"; }

.ion-ios-person-outline:before {
  content: "\F47D"; }

.ion-ios-personadd:before {
  content: "\F480"; }

.ion-ios-personadd-outline:before {
  content: "\F47F"; }

.ion-ios-photos:before {
  content: "\F482"; }

.ion-ios-photos-outline:before {
  content: "\F481"; }

.ion-ios-pie:before {
  content: "\F484"; }

.ion-ios-pie-outline:before {
  content: "\F483"; }

.ion-ios-pint:before {
  content: "\F486"; }

.ion-ios-pint-outline:before {
  content: "\F485"; }

.ion-ios-play:before {
  content: "\F488"; }

.ion-ios-play-outline:before {
  content: "\F487"; }

.ion-ios-plus:before {
  content: "\F48B"; }

.ion-ios-plus-empty:before {
  content: "\F489"; }

.ion-ios-plus-outline:before {
  content: "\F48A"; }

.ion-ios-pricetag:before {
  content: "\F48D"; }

.ion-ios-pricetag-outline:before {
  content: "\F48C"; }

.ion-ios-pricetags:before {
  content: "\F48F"; }

.ion-ios-pricetags-outline:before {
  content: "\F48E"; }

.ion-ios-printer:before {
  content: "\F491"; }

.ion-ios-printer-outline:before {
  content: "\F490"; }

.ion-ios-pulse:before {
  content: "\F493"; }

.ion-ios-pulse-strong:before {
  content: "\F492"; }

.ion-ios-rainy:before {
  content: "\F495"; }

.ion-ios-rainy-outline:before {
  content: "\F494"; }

.ion-ios-recording:before {
  content: "\F497"; }

.ion-ios-recording-outline:before {
  content: "\F496"; }

.ion-ios-redo:before {
  content: "\F499"; }

.ion-ios-redo-outline:before {
  content: "\F498"; }

.ion-ios-refresh:before {
  content: "\F49C"; }

.ion-ios-refresh-empty:before {
  content: "\F49A"; }

.ion-ios-refresh-outline:before {
  content: "\F49B"; }

.ion-ios-reload:before {
  content: "\F49D"; }

.ion-ios-reverse-camera:before {
  content: "\F49F"; }

.ion-ios-reverse-camera-outline:before {
  content: "\F49E"; }

.ion-ios-rewind:before {
  content: "\F4A1"; }

.ion-ios-rewind-outline:before {
  content: "\F4A0"; }

.ion-ios-rose:before {
  content: "\F4A3"; }

.ion-ios-rose-outline:before {
  content: "\F4A2"; }

.ion-ios-search:before {
  content: "\F4A5"; }

.ion-ios-search-strong:before {
  content: "\F4A4"; }

.ion-ios-settings:before {
  content: "\F4A7"; }

.ion-ios-settings-strong:before {
  content: "\F4A6"; }

.ion-ios-shuffle:before {
  content: "\F4A9"; }

.ion-ios-shuffle-strong:before {
  content: "\F4A8"; }

.ion-ios-skipbackward:before {
  content: "\F4AB"; }

.ion-ios-skipbackward-outline:before {
  content: "\F4AA"; }

.ion-ios-skipforward:before {
  content: "\F4AD"; }

.ion-ios-skipforward-outline:before {
  content: "\F4AC"; }

.ion-ios-snowy:before {
  content: "\F4AE"; }

.ion-ios-speedometer:before {
  content: "\F4B0"; }

.ion-ios-speedometer-outline:before {
  content: "\F4AF"; }

.ion-ios-star:before {
  content: "\F4B3"; }

.ion-ios-star-half:before {
  content: "\F4B1"; }

.ion-ios-star-outline:before {
  content: "\F4B2"; }

.ion-ios-stopwatch:before {
  content: "\F4B5"; }

.ion-ios-stopwatch-outline:before {
  content: "\F4B4"; }

.ion-ios-sunny:before {
  content: "\F4B7"; }

.ion-ios-sunny-outline:before {
  content: "\F4B6"; }

.ion-ios-telephone:before {
  content: "\F4B9"; }

.ion-ios-telephone-outline:before {
  content: "\F4B8"; }

.ion-ios-tennisball:before {
  content: "\F4BB"; }

.ion-ios-tennisball-outline:before {
  content: "\F4BA"; }

.ion-ios-thunderstorm:before {
  content: "\F4BD"; }

.ion-ios-thunderstorm-outline:before {
  content: "\F4BC"; }

.ion-ios-time:before {
  content: "\F4BF"; }

.ion-ios-time-outline:before {
  content: "\F4BE"; }

.ion-ios-timer:before {
  content: "\F4C1"; }

.ion-ios-timer-outline:before {
  content: "\F4C0"; }

.ion-ios-toggle:before {
  content: "\F4C3"; }

.ion-ios-toggle-outline:before {
  content: "\F4C2"; }

.ion-ios-trash:before {
  content: "\F4C5"; }

.ion-ios-trash-outline:before {
  content: "\F4C4"; }

.ion-ios-undo:before {
  content: "\F4C7"; }

.ion-ios-undo-outline:before {
  content: "\F4C6"; }

.ion-ios-unlocked:before {
  content: "\F4C9"; }

.ion-ios-unlocked-outline:before {
  content: "\F4C8"; }

.ion-ios-upload:before {
  content: "\F4CB"; }

.ion-ios-upload-outline:before {
  content: "\F4CA"; }

.ion-ios-videocam:before {
  content: "\F4CD"; }

.ion-ios-videocam-outline:before {
  content: "\F4CC"; }

.ion-ios-volume-high:before {
  content: "\F4CE"; }

.ion-ios-volume-low:before {
  content: "\F4CF"; }

.ion-ios-wineglass:before {
  content: "\F4D1"; }

.ion-ios-wineglass-outline:before {
  content: "\F4D0"; }

.ion-ios-world:before {
  content: "\F4D3"; }

.ion-ios-world-outline:before {
  content: "\F4D2"; }

.ion-ipad:before {
  content: "\F1F9"; }

.ion-iphone:before {
  content: "\F1FA"; }

.ion-ipod:before {
  content: "\F1FB"; }

.ion-jet:before {
  content: "\F295"; }

.ion-key:before {
  content: "\F296"; }

.ion-knife:before {
  content: "\F297"; }

.ion-laptop:before {
  content: "\F1FC"; }

.ion-leaf:before {
  content: "\F1FD"; }

.ion-levels:before {
  content: "\F298"; }

.ion-lightbulb:before {
  content: "\F299"; }

.ion-link:before {
  content: "\F1FE"; }

.ion-load-a:before {
  content: "\F29A"; }

.ion-load-b:before {
  content: "\F29B"; }

.ion-load-c:before {
  content: "\F29C"; }

.ion-load-d:before {
  content: "\F29D"; }

.ion-location:before {
  content: "\F1FF"; }

.ion-lock-combination:before {
  content: "\F4D4"; }

.ion-locked:before {
  content: "\F200"; }

.ion-log-in:before {
  content: "\F29E"; }

.ion-log-out:before {
  content: "\F29F"; }

.ion-loop:before {
  content: "\F201"; }

.ion-magnet:before {
  content: "\F2A0"; }

.ion-male:before {
  content: "\F2A1"; }

.ion-man:before {
  content: "\F202"; }

.ion-map:before {
  content: "\F203"; }

.ion-medkit:before {
  content: "\F2A2"; }

.ion-merge:before {
  content: "\F33F"; }

.ion-mic-a:before {
  content: "\F204"; }

.ion-mic-b:before {
  content: "\F205"; }

.ion-mic-c:before {
  content: "\F206"; }

.ion-minus:before {
  content: "\F209"; }

.ion-minus-circled:before {
  content: "\F207"; }

.ion-minus-round:before {
  content: "\F208"; }

.ion-model-s:before {
  content: "\F2C1"; }

.ion-monitor:before {
  content: "\F20A"; }

.ion-more:before {
  content: "\F20B"; }

.ion-mouse:before {
  content: "\F340"; }

.ion-music-note:before {
  content: "\F20C"; }

.ion-navicon:before {
  content: "\F20E"; }

.ion-navicon-round:before {
  content: "\F20D"; }

.ion-navigate:before {
  content: "\F2A3"; }

.ion-network:before {
  content: "\F341"; }

.ion-no-smoking:before {
  content: "\F2C2"; }

.ion-nuclear:before {
  content: "\F2A4"; }

.ion-outlet:before {
  content: "\F342"; }

.ion-paintbrush:before {
  content: "\F4D5"; }

.ion-paintbucket:before {
  content: "\F4D6"; }

.ion-paper-airplane:before {
  content: "\F2C3"; }

.ion-paperclip:before {
  content: "\F20F"; }

.ion-pause:before {
  content: "\F210"; }

.ion-person:before {
  content: "\F213"; }

.ion-person-add:before {
  content: "\F211"; }

.ion-person-stalker:before {
  content: "\F212"; }

.ion-pie-graph:before {
  content: "\F2A5"; }

.ion-pin:before {
  content: "\F2A6"; }

.ion-pinpoint:before {
  content: "\F2A7"; }

.ion-pizza:before {
  content: "\F2A8"; }

.ion-plane:before {
  content: "\F214"; }

.ion-planet:before {
  content: "\F343"; }

.ion-play:before {
  content: "\F215"; }

.ion-playstation:before {
  content: "\F30A"; }

.ion-plus:before {
  content: "\F218"; }

.ion-plus-circled:before {
  content: "\F216"; }

.ion-plus-round:before {
  content: "\F217"; }

.ion-podium:before {
  content: "\F344"; }

.ion-pound:before {
  content: "\F219"; }

.ion-power:before {
  content: "\F2A9"; }

.ion-pricetag:before {
  content: "\F2AA"; }

.ion-pricetags:before {
  content: "\F2AB"; }

.ion-printer:before {
  content: "\F21A"; }

.ion-pull-request:before {
  content: "\F345"; }

.ion-qr-scanner:before {
  content: "\F346"; }

.ion-quote:before {
  content: "\F347"; }

.ion-radio-waves:before {
  content: "\F2AC"; }

.ion-record:before {
  content: "\F21B"; }

.ion-refresh:before {
  content: "\F21C"; }

.ion-reply:before {
  content: "\F21E"; }

.ion-reply-all:before {
  content: "\F21D"; }

.ion-ribbon-a:before {
  content: "\F348"; }

.ion-ribbon-b:before {
  content: "\F349"; }

.ion-sad:before {
  content: "\F34A"; }

.ion-sad-outline:before {
  content: "\F4D7"; }

.ion-scissors:before {
  content: "\F34B"; }

.ion-search:before {
  content: "\F21F"; }

.ion-settings:before {
  content: "\F2AD"; }

.ion-share:before {
  content: "\F220"; }

.ion-shuffle:before {
  content: "\F221"; }

.ion-skip-backward:before {
  content: "\F222"; }

.ion-skip-forward:before {
  content: "\F223"; }

.ion-social-android:before {
  content: "\F225"; }

.ion-social-android-outline:before {
  content: "\F224"; }

.ion-social-angular:before {
  content: "\F4D9"; }

.ion-social-angular-outline:before {
  content: "\F4D8"; }

.ion-social-apple:before {
  content: "\F227"; }

.ion-social-apple-outline:before {
  content: "\F226"; }

.ion-social-bitcoin:before {
  content: "\F2AF"; }

.ion-social-bitcoin-outline:before {
  content: "\F2AE"; }

.ion-social-buffer:before {
  content: "\F229"; }

.ion-social-buffer-outline:before {
  content: "\F228"; }

.ion-social-chrome:before {
  content: "\F4DB"; }

.ion-social-chrome-outline:before {
  content: "\F4DA"; }

.ion-social-codepen:before {
  content: "\F4DD"; }

.ion-social-codepen-outline:before {
  content: "\F4DC"; }

.ion-social-css3:before {
  content: "\F4DF"; }

.ion-social-css3-outline:before {
  content: "\F4DE"; }

.ion-social-designernews:before {
  content: "\F22B"; }

.ion-social-designernews-outline:before {
  content: "\F22A"; }

.ion-social-dribbble:before {
  content: "\F22D"; }

.ion-social-dribbble-outline:before {
  content: "\F22C"; }

.ion-social-dropbox:before {
  content: "\F22F"; }

.ion-social-dropbox-outline:before {
  content: "\F22E"; }

.ion-social-euro:before {
  content: "\F4E1"; }

.ion-social-euro-outline:before {
  content: "\F4E0"; }

.ion-social-facebook:before {
  content: "\F231"; }

.ion-social-facebook-outline:before {
  content: "\F230"; }

.ion-social-foursquare:before {
  content: "\F34D"; }

.ion-social-foursquare-outline:before {
  content: "\F34C"; }

.ion-social-freebsd-devil:before {
  content: "\F2C4"; }

.ion-social-github:before {
  content: "\F233"; }

.ion-social-github-outline:before {
  content: "\F232"; }

.ion-social-google:before {
  content: "\F34F"; }

.ion-social-google-outline:before {
  content: "\F34E"; }

.ion-social-googleplus:before {
  content: "\F235"; }

.ion-social-googleplus-outline:before {
  content: "\F234"; }

.ion-social-hackernews:before {
  content: "\F237"; }

.ion-social-hackernews-outline:before {
  content: "\F236"; }

.ion-social-html5:before {
  content: "\F4E3"; }

.ion-social-html5-outline:before {
  content: "\F4E2"; }

.ion-social-instagram:before {
  content: "\F351"; }

.ion-social-instagram-outline:before {
  content: "\F350"; }

.ion-social-javascript:before {
  content: "\F4E5"; }

.ion-social-javascript-outline:before {
  content: "\F4E4"; }

.ion-social-linkedin:before {
  content: "\F239"; }

.ion-social-linkedin-outline:before {
  content: "\F238"; }

.ion-social-markdown:before {
  content: "\F4E6"; }

.ion-social-nodejs:before {
  content: "\F4E7"; }

.ion-social-octocat:before {
  content: "\F4E8"; }

.ion-social-pinterest:before {
  content: "\F2B1"; }

.ion-social-pinterest-outline:before {
  content: "\F2B0"; }

.ion-social-python:before {
  content: "\F4E9"; }

.ion-social-reddit:before {
  content: "\F23B"; }

.ion-social-reddit-outline:before {
  content: "\F23A"; }

.ion-social-rss:before {
  content: "\F23D"; }

.ion-social-rss-outline:before {
  content: "\F23C"; }

.ion-social-sass:before {
  content: "\F4EA"; }

.ion-social-skype:before {
  content: "\F23F"; }

.ion-social-skype-outline:before {
  content: "\F23E"; }

.ion-social-snapchat:before {
  content: "\F4EC"; }

.ion-social-snapchat-outline:before {
  content: "\F4EB"; }

.ion-social-tumblr:before {
  content: "\F241"; }

.ion-social-tumblr-outline:before {
  content: "\F240"; }

.ion-social-tux:before {
  content: "\F2C5"; }

.ion-social-twitch:before {
  content: "\F4EE"; }

.ion-social-twitch-outline:before {
  content: "\F4ED"; }

.ion-social-twitter:before {
  content: "\F243"; }

.ion-social-twitter-outline:before {
  content: "\F242"; }

.ion-social-usd:before {
  content: "\F353"; }

.ion-social-usd-outline:before {
  content: "\F352"; }

.ion-social-vimeo:before {
  content: "\F245"; }

.ion-social-vimeo-outline:before {
  content: "\F244"; }

.ion-social-whatsapp:before {
  content: "\F4F0"; }

.ion-social-whatsapp-outline:before {
  content: "\F4EF"; }

.ion-social-windows:before {
  content: "\F247"; }

.ion-social-windows-outline:before {
  content: "\F246"; }

.ion-social-wordpress:before {
  content: "\F249"; }

.ion-social-wordpress-outline:before {
  content: "\F248"; }

.ion-social-yahoo:before {
  content: "\F24B"; }

.ion-social-yahoo-outline:before {
  content: "\F24A"; }

.ion-social-yen:before {
  content: "\F4F2"; }

.ion-social-yen-outline:before {
  content: "\F4F1"; }

.ion-social-youtube:before {
  content: "\F24D"; }

.ion-social-youtube-outline:before {
  content: "\F24C"; }

.ion-soup-can:before {
  content: "\F4F4"; }

.ion-soup-can-outline:before {
  content: "\F4F3"; }

.ion-speakerphone:before {
  content: "\F2B2"; }

.ion-speedometer:before {
  content: "\F2B3"; }

.ion-spoon:before {
  content: "\F2B4"; }

.ion-star:before {
  content: "\F24E"; }

.ion-stats-bars:before {
  content: "\F2B5"; }

.ion-steam:before {
  content: "\F30B"; }

.ion-stop:before {
  content: "\F24F"; }

.ion-thermometer:before {
  content: "\F2B6"; }

.ion-thumbsdown:before {
  content: "\F250"; }

.ion-thumbsup:before {
  content: "\F251"; }

.ion-toggle:before {
  content: "\F355"; }

.ion-toggle-filled:before {
  content: "\F354"; }

.ion-transgender:before {
  content: "\F4F5"; }

.ion-trash-a:before {
  content: "\F252"; }

.ion-trash-b:before {
  content: "\F253"; }

.ion-trophy:before {
  content: "\F356"; }

.ion-tshirt:before {
  content: "\F4F7"; }

.ion-tshirt-outline:before {
  content: "\F4F6"; }

.ion-umbrella:before {
  content: "\F2B7"; }

.ion-university:before {
  content: "\F357"; }

.ion-unlocked:before {
  content: "\F254"; }

.ion-upload:before {
  content: "\F255"; }

.ion-usb:before {
  content: "\F2B8"; }

.ion-videocamera:before {
  content: "\F256"; }

.ion-volume-high:before {
  content: "\F257"; }

.ion-volume-low:before {
  content: "\F258"; }

.ion-volume-medium:before {
  content: "\F259"; }

.ion-volume-mute:before {
  content: "\F25A"; }

.ion-wand:before {
  content: "\F358"; }

.ion-waterdrop:before {
  content: "\F25B"; }

.ion-wifi:before {
  content: "\F25C"; }

.ion-wineglass:before {
  content: "\F2B9"; }

.ion-woman:before {
  content: "\F25D"; }

.ion-wrench:before {
  content: "\F2BA"; }

.ion-xbox:before {
  content: "\F30C"; }

.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: #007DBF; }
    h1.breadcrumbs .crumb-link:after {
      content: ' / ';
      color: #D8D8D8; }

h2,
h3 {
  margin-top: 1.25rem; }
  h2.no-top-margin, 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; }

.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: #007DBF; }
  .button:hover, .button:focus {
    background-color: #005c8c; }
  .button.small {
    font-weight: normal;
    font-size: 0.875rem;
    padding: 0.5rem; }
  .button.block {
    display: block; }
  .button.cta {
    background-color: #F7901E;
    color: #FFFFFF; }
    .button.cta:hover, .button.cta:focus {
      background-color: #da7608; }
    .button.cta.designer {
      background-image: url(../img/designer-icon.png);
      background-position: right;
      background-repeat: no-repeat;
      background-size: 23px 22px;
      padding-right: 2rem; }
  .button.primary {
    background-color: #007DBF;
    color: #FFFFFF; }
    .button.primary:hover, .button.primary:focus {
      background-color: #006ca6; }
    .button.primary.dropdown::after {
      border-color: #FFFFFF transparent transparent; }
  .button.secondary {
    background-color: #E1E8EE;
    color: #86939E;
    font-weight: normal; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #d1dce5;
      color: #86939E; }
    .button.secondary.dropdown::after {
      border-color: #86939E transparent transparent;
      margin-left: 0.25rem; }
    .button.secondary i {
      margin-left: 0.25rem; }
  .button.text {
    background-color: transparent;
    color: #007DBF;
    font-weight: normal; }
    .button.text:hover, .button.text:focus {
      background-color: transparent;
      color: #005c8c; }
  .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 {
    background-color: #222222; }

.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; }

.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; }

.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; }
  .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;
    top: 0.25rem; }
  .alert-cta .alert-title {
    color: #5E6977;
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 700; }
  .alert-cta .alert-icon {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    color: #FFFFFF;
    display: none;
    margin-right: 0.5rem; }
    .alert-cta .alert-icon:before {
      font-family: 'Ionicons';
      font-size: 1.25rem;
      margin-top: 0.35rem;
      text-align: center;
      display: block; }
    @media (min-width: 64em) {
      .alert-cta .alert-icon {
        display: inline-block; } }
  .alert-cta p {
    font-size: 0.875rem; }
    @media (min-width: 64em) {
      .alert-cta p {
        margin-left: 3.25rem; } }
  .alert-cta.warning {
    color: #DBC400;
    background-color: #FAF6D9;
    border-color: #F0E697; }
    .alert-cta.warning .alert-icon {
      background-color: #DBC400; }
      .alert-cta.warning .alert-icon:before {
        content: '\F100'; }
  .alert-cta.error {
    color: #EC5840;
    background-color: #FCE6E3;
    border-color: #F6BAB1; }
    .alert-cta.error .alert-icon {
      background-color: #EC5840; }
      .alert-cta.error .alert-icon:before {
        content: '\F100'; }
  .alert-cta.info {
    color: #003E69;
    background-color: #ECF7FF;
    border-color: #AAC4D7; }
    .alert-cta.info .alert-icon {
      background-color: #003E69; }
      .alert-cta.info .alert-icon:before {
        content: '\F14A'; }
  .alert-cta.success {
    color: #39C16C;
    background-color: #EBF8F0;
    border-color: #B5E7C7; }
    .alert-cta.success .alert-icon {
      background-color: #39C16C; }
      .alert-cta.success .alert-icon:before {
        content: '\F122'; }
  .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; } }

.status-alert {
  padding: 0.313rem 1rem;
  color: #FFFFFF;
  background-color: #5E6977;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 64em) {
    .status-alert {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .status-alert h2, .status-alert p, .status-alert div {
    text-align: center; }
    @media (min-width: 64em) {
      .status-alert h2, .status-alert p, .status-alert div {
        display: inline-block;
        text-align: left; }
        .status-alert h2.alert-left, .status-alert p.alert-left, .status-alert div.alert-left {
          margin-right: 1rem; }
          .status-alert h2.alert-left p, .status-alert p.alert-left p, .status-alert div.alert-left p {
            vertical-align: text-bottom; }
        .status-alert h2.alert-right, .status-alert h2.alert-right p, .status-alert p.alert-right, .status-alert p.alert-right p, .status-alert div.alert-right, .status-alert div.alert-right p {
          text-align: right; }
        .status-alert h2.alert-right, .status-alert p.alert-right, .status-alert div.alert-right {
          white-space: nowrap; } }
  .status-alert h2 {
    color: #FFFFFF;
    margin: 0; }
    @media (min-width: 64em) {
      .status-alert h2 {
        font-size: 1.875rem;
        margin-right: 1rem; } }
  .status-alert p {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    color: #FFFFFF; }
    .status-alert p span {
      font-weight: 700; }
      .status-alert p span.time {
        font-family: 'Roboto Mono', 'Consolas', 'Andale Mono', monospace; }
  .status-alert .countdown {
    font-family: 'Roboto Mono', 'Consolas', 'Andale Mono', monospace;
    font-weight: 700; }
    @media (min-width: 64em) {
      .status-alert .countdown {
        margin-right: 1rem; } }
  .status-alert .button {
    margin: 0.15rem 0; }
    @media (min-width: 64em) {
      .status-alert .button {
        display: inline-block; } }
  .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;
  margin-top: 0.25rem; }
  @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; }

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

.help-text {
  font-size: 0.75rem;
  font-style: normal;
  color: #86939E;
  margin-top: 0; }

.error-message {
  color: #EC5840;
  font-size: 0.75rem;
  margin: 0;
  font-weight: 400; }

.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; }

.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: #007DBF;
    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; }

.has-tip {
  border-bottom: dotted 1px #C9D1D8;
  font-weight: normal; }
  .has-tip.info {
    border-bottom: 0;
    color: #007DBF; }

.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%); }

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

.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; }
  .dialog.load-container {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .dialog.load-container .dialog-header {
      text-align: center; }
  .dialog .dialog-header {
    border-bottom: 1px solid #E1E8EE;
    padding: 1rem 2rem; }
    .dialog .dialog-header h2 {
      margin: 0; }
  .dialog .dialog-body {
    padding: 2rem 2rem 1rem; }
    .dialog .dialog-body .label {
      text-align: center;
      margin-bottom: 2rem; }
    .dialog .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; }
    .dialog .dialog-body .loader,
    .dialog .dialog-body .loader:after {
      border-radius: 50%;
      width: 7.25rem;
      height: 7.25rem; }
  .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); } }

.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; } }

.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 .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; }
    @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; }
      .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 .gauge .title {
      width: 85%; }
    .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: #007DBF; }
  .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: #007DBF; }
    .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; }
      table tbody th .button, table tbody td .button {
        margin: 0; }
    table tbody tr:hover, table tbody tr:nth-child(even):hover {
      background-color: rgba(0, 125, 191, 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: #007DBF;
        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 .button {
      margin-right: 0.25rem;
      display: inline-block;
      margin-bottom: 0.25rem; }
  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: 0px 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 0px #AAAAAA;
      transition: right 0.3s ease; }
      .table-controls .switch .onoffswitch-label:before:hover {
        box-shadow: 0 6px 12px 0px #222222; }
    .table-controls .switch .onoffswitch-checkbox:checked + .onoffswitch-label {
      background-color: #add5eb; }
      .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: #add5eb; }
    .table-controls .switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
      margin-left: 0; }
    .table-controls .switch .onoffswitch-checkbox:checked + .onoffswitch-label:before {
      right: 0px;
      background-color: #007DBF;
      box-shadow: 0 6px 12px 0px #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 .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: #007DBF;
    font-family: 'Roboto Mono';
    transition: background-color .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; }

.panel {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #E1E8EE; }
  .panel .columns {
    width: auto; }
    .panel .columns:first-of-type {
      border-right: 1px solid #E1E8EE; }
  .panel .panel-header {
    padding: 0.75rem;
    background-color: #F3F6F9;
    border-bottom: 1px solid #E1E8EE; }
  .panel .panel-body {
    font-size: 0.875rem;
    color: #4E4E4E; }
    .panel .panel-body .header {
      font-weight: 700; }
  .panel.info {
    margin-bottom: 2rem; }
    .panel.info ul {
      list-style-type: none;
      margin: 0;
      padding: 0.5rem 0;
      line-height: 1.8; }
    .panel.info li {
      white-space: nowrap; }
      .panel.info li .label:hover {
        cursor: pointer; }
    .panel.info .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
  .panel.note {
    background-color: #ECF7FF;
    border-color: #AAC4D7;
    color: #222222;
    padding: 0.25rem 0.5rem;
    display: inline-block; }
    .panel.note p {
      margin: 0;
      font-size: 0.875rem; }
  .panel.config-links {
    margin-bottom: 1.5rem; }
    .panel.config-links .panel-header {
      text-transform: uppercase;
      color: #5E6977;
      font-weight: 700;
      font-size: 1.125rem; }
      .panel.config-links .panel-header i {
        margin-right: 0.5rem; }
    .panel.config-links .panel-body {
      padding: 0.5rem 0; }
      .panel.config-links .panel-body a {
        padding: 0.375rem 0.75rem;
        display: block;
        font-size: 1rem; }
        .panel.config-links .panel-body a:hover, .panel.config-links .panel-body a:focus {
          background-color: rgba(0, 125, 191, 0.1); }

.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; }

.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;
  -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: #002143;
  padding: 1rem;
  border-top: 1px solid #003E69;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media (min-width: 40em) {
    footer a.button {
      display: none !important; } }
  footer p.copy a {
    color: #FFFFFF; }
    footer p.copy a:hover, footer p.copy a:focus {
      color: #E5E5E5; }
  footer p {
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #AAAAAA;
    text-align: center; }
  footer .foot-logo {
    margin: 0 auto 0.5rem;
    display: block;
    height: 2rem;
    background-image: url(../img/ialogo_forDarkBg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.micro-header {
  background-color: #002143;
  height: 1.375rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0 0.5rem; }
  @media (min-width: 40em) {
    .micro-header {
      padding: 0 1rem; } }
  .micro-header .gateway-name {
    font-size: 0.875rem;
    color: #C9D1D8; }
  .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: 700;
        color: #FFFFFF; }
        .micro-header .links li a:hover, .micro-header .links li a:focus {
          color: #E5E5E5; }

header {
  background-color: #002143;
  background-image: -webkit-linear-gradient(#003E69, #002143);
  background-image: linear-gradient(#003E69, #002143);
  padding: 0.5rem;
  padding-bottom: 0; }
  @media (min-width: 40em) {
    header {
      border-bottom: 1px solid #003E69; } }
  header .logo-section {
    display: inline-block; }
    @media (min-width: 40em) {
      header .logo-section {
        width: 12rem; } }
    header .logo-section a {
      background-image: url(../img/ignition-logo.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      width: 9rem;
      height: 5rem; }
      @media (min-width: 40em) {
        header .logo-section a {
          margin: 0 auto;
          background-position: initial;
          background-size: 100%;
          width: auto;
          max-width: 11rem; } }
  @media (min-width: 40em) {
    header nav {
      display: inline-block;
      margin-left: 0.5rem; } }
  @media (min-width: 64em) {
    header nav {
      margin-left: 1.5rem; } }
  header nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    @media (min-width: 40em) {
      header nav .menu {
        display: block; } }
    header nav .menu li {
      display: inline-block;
      width: 100%;
      text-align: center; }
      @media (min-width: 40em) {
        header nav .menu li {
          width: auto; } }
      @media (min-width: 64em) {
        header nav .menu li {
          margin-right: 1rem; } }
      header nav .menu li a {
        text-align: center;
        padding: 0.5rem 1rem;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
        font-weight: 700;
        font-size: 0.875rem;
        display: inline-block;
        position: relative;
        padding-bottom: 0; }
        header nav .menu li a:after {
          content: '';
          display: block;
          margin: auto;
          margin-top: 0.875rem;
          height: 0.25rem;
          width: 0px;
          background: transparent;
          transition: width .35s ease, background-color .35s ease; }
        header nav .menu li a:hover:after {
          width: 100%;
          background: #FFFFFF; }
        header nav .menu li a i {
          display: none;
          margin-right: 0.25rem;
          vertical-align: baseline; }
          @media (min-width: 28em) {
            header nav .menu li a i {
              display: inline-block; } }
    header nav .menu .active > a {
      background-color: transparent;
      border-radius: 0;
      color: #F7901E; }
      header nav .menu .active > a:after, header nav .menu .active > a:hover:after {
        background: #F7901E;
        width: 100%; }
  header .meta-section {
    text-align: right;
    font-size: 0.875rem;
    color: #F3F6F9;
    float: right;
    margin-right: 0.5rem;
    position: relative;
    z-index: 1; }
    header .meta-section .meta {
      margin-bottom: 0.25rem;
      line-height: 1; }
      header .meta-section .meta .user-info {
        display: inline-block;
        color: #C9D1D8;
        vertical-align: middle;
        margin-bottom: 0.5rem;
        margin-right: 0.5rem; }
    header .meta-section .button {
      display: inline-block;
      margin-bottom: 0.5rem;
      font-size: 0.875rem;
      padding: 0;
      text-align: right; }
      @media (min-width: 40em) {
        header .meta-section .button {
          margin-left: 0.5rem; } }
      @media (min-width: 57em) {
        header .meta-section .button {
          margin-left: 1rem; } }
      header .meta-section .button.cta {
        background-color: transparent;
        color: #F7901E;
        background-image: none;
        padding-right: 0; }
        header .meta-section .button.cta:hover, header .meta-section .button.cta:focus {
          color: #da7608; }
        @media (min-width: 57em) {
          header .meta-section .button.cta {
            background-color: #F7901E;
            color: #FFFFFF;
            background-image: url(../img/designer-icon.png);
            padding: 0.875rem 1rem;
            padding-right: 2rem; }
            header .meta-section .button.cta:hover, header .meta-section .button.cta:focus {
              background-color: #da7608;
              color: #FFFFFF; } }

.page-heading {
  position: relative; }

.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; }
  @media (min-width: 40em) {
    .quick-links {
      position: absolute;
      right: 0;
      text-align: right; } }
  .quick-links a {
    font-size: 0.75rem;
    margin-right: 0.875rem; }
    @media (min-width: 40em) {
      .quick-links a {
        display: block;
        margin: 0; } }

.alert-account-created {
  z-index: 20; }
  @media (min-width: 64em) {
    .alert-account-created {
      max-width: 50%;
      position: absolute;
      right: 1rem;
      top: 2rem; } }

.homepage .home-panel {
  position: relative;
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem; }
  .homepage .home-panel p {
    margin: 1rem 0 1rem 0; }
  @media (max-width: 40em) {
    .homepage .home-panel .button-group {
      text-align: center;
      margin-left: -1rem;
      margin-right: -1rem; }
      .homepage .home-panel .button-group .launch-button {
        width: 90%; }
      .homepage .home-panel .button-group .arrow-only {
        width: 9%; } }
  @media (min-width: 40em) {
    .homepage .home-panel .button-group {
      position: absolute;
      right: 1rem;
      top: 1rem; } }
  .homepage .home-panel .dropdown-pane {
    padding: 0.5rem 0;
    font-size: 0.875rem;
    left: 0;
    right: 0; }
    @media (max-width: 40em) {
      .homepage .home-panel .dropdown-pane ul {
        width: 100%; }
      .homepage .home-panel .dropdown-pane li {
        width: 100%; } }
    @media (min-width: 40em) {
      .homepage .home-panel .dropdown-pane {
        right: 0; } }

.homepage .welcome-panel {
  position: relative;
  text-align: center; }
  .homepage .welcome-panel h1 {
    border-bottom: none;
    margin-top: 1rem; }
  .homepage .welcome-panel a {
    font-size: 1.125rem; }
  .homepage .welcome-panel .close-button {
    position: absolute;
    color: #C9D1D8;
    font-size: 1.5rem;
    right: 0.5rem;
    top: 0.25rem; }
  .homepage .welcome-panel .columns:first-of-type {
    border-right: none; }

.homepage .blank-state .button {
  margin: 1rem 0.5rem 0 0.5rem; }

.homepage .project-panel {
  height: 90%; }

.homepage .native-panel {
  height: 100%;
  text-align: center;
  padding-bottom: 4rem; }
  .homepage .native-panel a {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    margin: 1rem auto 1rem auto; }
    @media (min-width: 40em) {
      .homepage .native-panel a {
        left: 5rem;
        right: 5rem; } }
  .homepage .native-panel img {
    max-height: 2.25rem;
    width: auto;
    margin: 1rem; }
  .homepage .native-panel .icon {
    padding-left: 1rem; }

.homepage .panel-icon {
  max-width: 4rem;
  display: inline-block;
  float: left;
  margin-right: 1rem; }

.homepage .info-icon {
  color: #007DBF; }

div.homeFeedback p {
  color: white;
  padding: 4px; }

div.homeFeedback ul {
  list-style-type: none; }

div.homeFeedback li {
  display: block;
  list-style-type: none;
  list-style: square inside;
  background-color: green;
  color: white;
  margin-bottom: 5px;
  font-weight: bold; }

.licensing-content .blank-state {
  margin: 0; }
  .licensing-content .blank-state a.secondary {
    margin-right: 0.5rem; }

.licensing-content .panel {
  padding: 0.5rem;
  margin-bottom: 1rem; }

.licensing-content .icon {
  color: #86939E; }

.accordion-license .accordion-title {
  margin-left: 0; }

.accordion-license .is-active > .accordion-title {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem; }

.accordion-license .is-active > .accordion-title::before {
  content: '\F209';
  font-size: 1.125rem;
  margin-top: -0.625rem; }

.accordion-license .accordion-title::before {
  font-family: 'Ionicons';
  color: #007DBF;
  font-size: 1.5rem;
  content: '\F2C7';
  margin-top: -0.75rem;
  right: auto;
  left: 1rem; }

.accordion-license h4 {
  display: inline-block;
  margin: 0 0 0 3rem; }

.accordion-license .button-license {
  display: inline-block;
  position: absolute;
  right: 1rem; }
  .accordion-license .button-license button {
    max-height: 1.75rem;
    margin-left: 0.5rem;
    padding-top: 0.375rem; }
    .accordion-license .button-license button .has-tip {
      cursor: pointer; }

.accordion-license .icon {
  color: #FFFFFF;
  margin-top: -2.125rem; }

.accordion-license .platform-key {
  display: inline-block;
  color: #FFFFFF;
  background-color: #003E69;
  font-size: 0.75rem;
  font-weight: 700;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 0.125rem 0.375rem;
  margin: 0.125rem 0.5rem;
  line-height: 1rem;
  vertical-align: top; }

.accordion-license table {
  line-height: 1.25rem; }

.accordion-license table ul {
  list-style: none;
  margin-left: 0; }

.accordion-license .platform-license {
  color: #003E69; }

.form-license {
  margin-top: 0;
  font-size: 1.25rem; }
  .form-license label {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .form-license input[type='text'] {
      width: 100%; }
    .form-license input.button {
      width: inherit; } }
  .form-license .button {
    width: 100%;
    margin-top: 0.5rem; }

.panel-activate {
  text-align: center; }
  .panel-activate .columns:first-of-type {
    border: none; }
  .panel-activate .secondary {
    margin-bottom: 1rem; }
  .panel-activate .icon {
    color: #FFFFFF;
    padding-left: 1rem; }
  .panel-activate .form-license .button {
    width: 100%; }

.start-steps {
  font-size: 1.375rem;
  margin: 1rem auto 1rem auto;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.625rem;
  border-radius: 50%;
  background-color: #86939E;
  color: #FFFFFF; }

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

body {
  margin-bottom: 8.5625rem; }
  @media (min-width: 27.5em) {
    body {
      margin-bottom: 7.6875rem; } }
  @media (min-width: 40em) {
    body {
      margin-bottom: 5.3125rem; } }

hr {
  border-bottom: 2px solid #F3F6F9; }

ul,
ol,
dl {
  line-height: 1.5; }

a {
  color: #007DBF; }
  a:hover, a:focus {
    color: #005c8c; }

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 {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1rem; }
  @media (min-width: 64em) {
    .container {
      padding: 2rem 2rem 5rem; } }
  .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 0px;
      flex: 1 1 0px; } }

.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%; } }

.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(0, 125, 191, 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(0, 125, 191, 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(0, 125, 191, 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; }

.sidebar {
  background-color: #002143;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 100vh; }
  @media (min-width: 40em) {
    .sidebar {
      max-width: 12.5rem; } }
  .sidebar .search-section {
    padding: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #003E69;
    position: relative; }
    .sidebar .search-section input {
      background-color: transparent;
      border: 0;
      padding: 0.5rem;
      padding-left: 2.5rem;
      font-size: 1rem;
      margin: 0;
      color: #FFFFFF;
      height: 3rem;
      border-radius: 0; }
      .sidebar .search-section input ::-webkit-input-placeholder {
        color: #007DBF; }
      .sidebar .search-section input :-moz-placeholder {
        color: #007DBF; }
      .sidebar .search-section input ::-moz-placeholder {
        color: #007DBF; }
      .sidebar .search-section input :-ms-input-placeholder {
        color: #007DBF; }
      @media (min-width: 40em) {
        .sidebar .search-section input {
          max-width: 12.5rem; } }
    .sidebar .search-section::before {
      font-family: 'Ionicons';
      content: "\F21F";
      position: absolute;
      font-size: 0.875rem;
      top: 1rem;
      left: 1rem;
      color: #FFFFFF; }
    .sidebar .search-section .icon {
      position: absolute;
      opacity: 0;
      font-size: 0.875rem;
      top: 0.875rem;
      right: 0.5rem;
      color: #FFFFFF;
      cursor: pointer; }
  .sidebar ul {
    list-style-type: none;
    border-bottom: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
    margin-bottom: 2rem; }
    @media (min-width: 40em) {
      .sidebar ul {
        margin-bottom: 5rem; } }
    .sidebar ul .nav-section {
      margin-bottom: 1rem; }
      .sidebar ul .nav-section .top-level {
        text-transform: uppercase;
        color: #86939E;
        margin-bottom: 0.25rem;
        padding-left: 1rem;
        line-height: 1.1; }
    .sidebar ul .nested {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .sidebar ul .nested li {
        padding: 0.5rem 1rem;
        transition: background-color .25s ease;
        line-height: 1.6; }
        @media (min-width: 40em) {
          .sidebar ul .nested li {
            padding: 0 0 0 2.0rem; } }
        .sidebar ul .nested li a {
          color: #FFFFFF;
          display: block; }
          .sidebar ul .nested li a:hover, .sidebar ul .nested li a:focus {
            color: #FFFFFF; }
        .sidebar ul .nested li.active {
          background-color: #003E69;
          color: #F7901E;
          border-left: 0.25rem solid #F7901E;
          position: relative;
          padding-left: 0.75rem; }
          @media (min-width: 40em) {
            .sidebar ul .nested li.active {
              padding-left: 1.75rem; } }
          .sidebar 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) {
              .sidebar ul .nested li.active:before {
                display: initial; } }
          .sidebar ul .nested li.active a {
            color: #F7901E; }
        .sidebar ul .nested li:hover, .sidebar ul .nested li:focus {
          background-color: rgba(255, 255, 255, 0.1);
          background-color: #003E69;
          cursor: pointer; }

.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;
  left: 0.5rem;
  max-height: 60rem;
  overflow: auto;
  font-weight: 400; }
  @media (min-width: 40em) {
    .search-container {
      min-width: 25rem; } }
  .search-container .dialog-header {
    color: #AAAAAA;
    padding: 0.5rem 1rem; }
    .search-container .dialog-header .search-entry {
      font-weight: 700; }
  .search-container .dialog-body {
    padding: 0; }
    .search-container .dialog-body ul {
      list-style: none; }
    .search-container .dialog-body .menu > li {
      display: block;
      border-top: 1px solid #E1E8EE; }
      .search-container .dialog-body .menu > li a {
        display: block;
        padding: 0.875rem 1rem; }
      .search-container .dialog-body .menu > li .result-location {
        color: #86939E; }
      .search-container .dialog-body .menu > li:first-of-type {
        border-top: 0; }
      .search-container .dialog-body .menu > li:last-of-type {
        border-bottom: 1px solid #E1E8EE; }
      .search-container .dialog-body .menu > li a:hover, .search-container .dialog-body .menu > li a:focus {
        background-color: #F3F6F9; }
      .search-container .dialog-body .menu > li a .result-location:hover, .search-container .dialog-body .menu > li a .result-location:focus {
        color: #86939E; }
    .search-container .dialog-body .active > a {
      background-color: rgba(0, 125, 191, 0.1);
      color: #007DBF; }
    .search-container .dialog-body p.no-results {
      padding: 0.875rem 1rem;
      font-size: 0.875rem;
      margin: 0;
      border-bottom: 1px solid #E1E8EE; }
  .search-container .dialog-footer {
    padding: 1rem;
    background-color: #FFFFFF;
    color: #4E4E4E; }
    .search-container .dialog-footer h6 {
      margin: 0;
      color: #4E4E4E; }
    .search-container .dialog-footer p {
      margin-bottom: 0.25rem; }

.sign-logo {
  margin: 0 auto;
  display: block; }

.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;
  margin-bottom: 10rem; }
  .sign-in-form h1, .sign-in-form h5 {
    text-align: center;
    margin-bottom: 1rem; }
  .sign-in-form h1 {
    border-bottom: 1px solid #E1E8EE;
    padding-bottom: 1rem; }
  .sign-in-form input {
    width: 100%; }
  .sign-in-form label {
    margin-top: 1.25rem;
    margin-bottom: 0.25rem; }
  .sign-in-form .form-main {
    padding: 1rem; }
  .sign-in-form .form-footer {
    margin: 1.5rem 0 1rem; }
    .sign-in-form .form-footer p {
      display: inline-block;
      font-size: 0.875rem; }
    .sign-in-form .form-footer .button {
      width: 100%;
      margin: 0; }
  .sign-in-form .req {
    color: #EC5840; }

.single-form-header {
  height: 22rem;
  text-align: center; }
  .single-form-header .logo-container {
    margin: 3rem auto 2rem auto; }
    .single-form-header .logo-container img {
      max-width: 8rem; }
      @media (min-width: 40em) {
        .single-form-header .logo-container img {
          margin: 0 auto;
          max-width: 12rem; } }
  .single-form-header h1 {
    color: #FFFFFF;
    border-bottom: none;
    margin-bottom: 0.5rem; }
  .single-form-header p {
    font-size: 0.875rem;
    color: #86939E; }

.single-form-dialog {
  margin: -4.3rem auto 5rem auto;
  border-radius: 0;
  box-shadow: none; }
  @media (min-width: 40em) {
    .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); } }
  .single-form-dialog .dialog-header {
    padding-bottom: 0; }
  .single-form-dialog h1 {
    border-bottom: none; }
  .single-form-dialog h5 {
    color: #4E4E4E; }
  .single-form-dialog .dialog-body {
    padding: 1rem; }
  .single-form-dialog label, .single-form-dialog .error-message {
    text-align: left; }
  .single-form-dialog label {
    margin-top: 1rem; }
  .single-form-dialog .error-message {
    font-size: 0.75rem; }
  .single-form-dialog form input {
    width: 100%; }
  .single-form-dialog .button {
    margin-top: 1rem;
    width: 100%; }
  .single-form-dialog .dialog-footer p {
    margin: 0; }

.logViewPage .reveal {
  overflow: visible; }

.logViewPage .actionButtons .buttonStyles {
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  margin-left: 0.5rem;
  color: #fff;
  background-color: #007DBF;
  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 {
  padding: 0.3rem 0.3rem 0.3rem 0.3rem; }
  .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; }

.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 .showHideButton {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.5rem;
  width: 50px; }

.threadViewPage .threadItems .clipBoardButton {
  margin-top: 0;
  margin-bottom: 0;
  width: 28px; }

.threadViewPage .threadItems .clipBoardIcon {
  margin: 0 auto; }

.threadViewPage .threadItems .tpcUnclassified {
  color: #CCC; }

.threadViewPage .actionButtons .buttonStyles {
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  margin-left: 0.5rem;
  color: #fff;
  background-color: #007DBF;
  padding: 0.4rem 0.5rem; }

.threadViewPage .actionButtons .actionButtonIcon {
  font-size: 1.125rem; }

.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; }

/*# sourceMappingURL=main.css.map*/