@charset "UTF-8";
@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/proximanova-reg-webfont.eot");
  src: url("/fonts/proximanova-reg-webfont.eot?iefix") format("eot"), url("/fonts/proximanova-reg-webfont.woff") format("woff"), url("/fonts/proximanova-reg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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.
   */
[dir] 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.
   */
[dir] 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.
   */
[dir] 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; }
[dir] h1 {
  margin: 0.67em 0; }

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

/**
   * 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.
   */
[dir] 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.
   */
[dir] 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 */
  /* 3 */ }
[dir] button, [dir] input, [dir] optgroup, [dir] select, [dir] textarea {
  margin: 0; }

/**
   * 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 */
  /* 3 */ }
[dir] button, html[dir] input[type="button"], [dir] input[type="reset"], [dir] input[type="submit"] {
  cursor: pointer; }

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

/**
   * Remove inner padding and border in Firefox 4+.
   */
[dir] button::-moz-focus-inner, [dir] 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 */
  /* 2 */ }
[dir] input[type="checkbox"], [dir] input[type="radio"] {
  padding: 0; }

/**
   * 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 {
  /* 1 */
  /* 2 */ }
[dir] legend {
  border: 0;
  padding: 0; }

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

[dir] td, [dir] th {
  padding: 0; }

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

html {
  font-size: 10px;
  box-sizing: border-box; }

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

body {
  font-family: ProximaNova;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[dir] body {
  padding: 0;
  margin: 0;
  background: #ffffff; }

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

textarea {
  height: auto;
  min-height: 50px; }

[dir] textarea {
  border-radius: 0; }

select {
  width: 100%; }

[dir] select {
  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;
  line-height: 1; }

[dir] button {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 120rem; }

[dir=ltr] .row {
  margin-left: auto;
  margin-right: auto; }

[dir=rtl] .row {
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  [dir] .row::after {
    clear: both; }
  [dir=ltr] .row.collapse > .column, [dir=ltr] .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
  [dir=rtl] .row.collapse > .column, [dir=rtl] .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    max-width: none; }
  [dir=ltr] .row .row {
  margin-left: -1rem;
  margin-right: -1rem; }
  [dir=rtl] .row .row {
    margin-right: -1rem;
    margin-left: -1rem; }
    @media screen and (min-width: 40em) {
      [dir=ltr] .row .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
      [dir=rtl] .row .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem; } }
    [dir=ltr] .row .row.collapse {
  margin-left: 0;
  margin-right: 0; }
    [dir=rtl] .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    [dir=ltr] .row.expanded .row {
  margin-left: auto;
  margin-right: auto; }
    [dir=rtl] .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }

.column, .columns {
  width: 100%; }

[dir=ltr] .column, [dir=ltr] .columns {
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }

[dir=rtl] .column, [dir=rtl] .columns {
  float: right;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (min-width: 40em) {
    [dir=ltr] .column, [dir=ltr] .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    [dir=rtl] .column, [dir=rtl] .columns {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  [dir=ltr] .column:last-child:not(:first-child), [dir=ltr] .columns:last-child:not(:first-child) {
  float: right; }
  [dir=rtl] .column:last-child:not(:first-child), [dir=rtl] .columns:last-child:not(:first-child) {
    float: left; }
  [dir=ltr] .column.end:last-child:last-child, [dir=ltr] .end.columns:last-child:last-child {
  float: left; }
  [dir=rtl] .column.end:last-child:last-child, [dir=rtl] .end.columns:last-child:last-child {
    float: right; }

[dir] .column.row.row, [dir] .row.row.columns {
  float: none; }
  [dir=ltr] .row .column.row.row, [dir=ltr] .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }
  [dir=rtl] .row .column.row.row, [dir=rtl] .row .row.row.columns {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative; }

[dir=ltr] .small-push-1 {
  left: 8.33333%; }

[dir=rtl] .small-push-1 {
  right: 8.33333%; }

.small-pull-1 {
  position: relative; }

[dir=ltr] .small-pull-1 {
  left: -8.33333%; }

[dir=rtl] .small-pull-1 {
  right: -8.33333%; }

[dir=ltr] .small-offset-0 {
  margin-left: 0%; }

[dir=rtl] .small-offset-0 {
  margin-right: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative; }

[dir=ltr] .small-push-2 {
  left: 16.66667%; }

[dir=rtl] .small-push-2 {
  right: 16.66667%; }

.small-pull-2 {
  position: relative; }

[dir=ltr] .small-pull-2 {
  left: -16.66667%; }

[dir=rtl] .small-pull-2 {
  right: -16.66667%; }

[dir=ltr] .small-offset-1 {
  margin-left: 8.33333%; }

[dir=rtl] .small-offset-1 {
  margin-right: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative; }

[dir=ltr] .small-push-3 {
  left: 25%; }

[dir=rtl] .small-push-3 {
  right: 25%; }

.small-pull-3 {
  position: relative; }

[dir=ltr] .small-pull-3 {
  left: -25%; }

[dir=rtl] .small-pull-3 {
  right: -25%; }

[dir=ltr] .small-offset-2 {
  margin-left: 16.66667%; }

[dir=rtl] .small-offset-2 {
  margin-right: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative; }

[dir=ltr] .small-push-4 {
  left: 33.33333%; }

[dir=rtl] .small-push-4 {
  right: 33.33333%; }

.small-pull-4 {
  position: relative; }

[dir=ltr] .small-pull-4 {
  left: -33.33333%; }

[dir=rtl] .small-pull-4 {
  right: -33.33333%; }

[dir=ltr] .small-offset-3 {
  margin-left: 25%; }

[dir=rtl] .small-offset-3 {
  margin-right: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative; }

[dir=ltr] .small-push-5 {
  left: 41.66667%; }

[dir=rtl] .small-push-5 {
  right: 41.66667%; }

.small-pull-5 {
  position: relative; }

[dir=ltr] .small-pull-5 {
  left: -41.66667%; }

[dir=rtl] .small-pull-5 {
  right: -41.66667%; }

[dir=ltr] .small-offset-4 {
  margin-left: 33.33333%; }

[dir=rtl] .small-offset-4 {
  margin-right: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative; }

[dir=ltr] .small-push-6 {
  left: 50%; }

[dir=rtl] .small-push-6 {
  right: 50%; }

.small-pull-6 {
  position: relative; }

[dir=ltr] .small-pull-6 {
  left: -50%; }

[dir=rtl] .small-pull-6 {
  right: -50%; }

[dir=ltr] .small-offset-5 {
  margin-left: 41.66667%; }

[dir=rtl] .small-offset-5 {
  margin-right: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative; }

[dir=ltr] .small-push-7 {
  left: 58.33333%; }

[dir=rtl] .small-push-7 {
  right: 58.33333%; }

.small-pull-7 {
  position: relative; }

[dir=ltr] .small-pull-7 {
  left: -58.33333%; }

[dir=rtl] .small-pull-7 {
  right: -58.33333%; }

[dir=ltr] .small-offset-6 {
  margin-left: 50%; }

[dir=rtl] .small-offset-6 {
  margin-right: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative; }

[dir=ltr] .small-push-8 {
  left: 66.66667%; }

[dir=rtl] .small-push-8 {
  right: 66.66667%; }

.small-pull-8 {
  position: relative; }

[dir=ltr] .small-pull-8 {
  left: -66.66667%; }

[dir=rtl] .small-pull-8 {
  right: -66.66667%; }

[dir=ltr] .small-offset-7 {
  margin-left: 58.33333%; }

[dir=rtl] .small-offset-7 {
  margin-right: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative; }

[dir=ltr] .small-push-9 {
  left: 75%; }

[dir=rtl] .small-push-9 {
  right: 75%; }

.small-pull-9 {
  position: relative; }

[dir=ltr] .small-pull-9 {
  left: -75%; }

[dir=rtl] .small-pull-9 {
  right: -75%; }

[dir=ltr] .small-offset-8 {
  margin-left: 66.66667%; }

[dir=rtl] .small-offset-8 {
  margin-right: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative; }

[dir=ltr] .small-push-10 {
  left: 83.33333%; }

[dir=rtl] .small-push-10 {
  right: 83.33333%; }

.small-pull-10 {
  position: relative; }

[dir=ltr] .small-pull-10 {
  left: -83.33333%; }

[dir=rtl] .small-pull-10 {
  right: -83.33333%; }

[dir=ltr] .small-offset-9 {
  margin-left: 75%; }

[dir=rtl] .small-offset-9 {
  margin-right: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative; }

[dir=ltr] .small-push-11 {
  left: 91.66667%; }

[dir=rtl] .small-push-11 {
  right: 91.66667%; }

.small-pull-11 {
  position: relative; }

[dir=ltr] .small-pull-11 {
  left: -91.66667%; }

[dir=rtl] .small-pull-11 {
  right: -91.66667%; }

[dir=ltr] .small-offset-10 {
  margin-left: 83.33333%; }

[dir=rtl] .small-offset-10 {
  margin-right: 83.33333%; }

.small-12 {
  width: 100%; }

[dir=ltr] .small-offset-11 {
  margin-left: 91.66667%; }

[dir=rtl] .small-offset-11 {
  margin-right: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%; }

[dir=ltr] .small-up-1 > .column, [dir=ltr] .small-up-1 > .columns {
  float: left; }

[dir=rtl] .small-up-1 > .column, [dir=rtl] .small-up-1 > .columns {
  float: right; }
  [dir] .small-up-1 > .column:nth-of-type(1n), [dir] .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  [dir] .small-up-1 > .column:nth-of-type(1n+1), [dir] .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  [dir=ltr] .small-up-1 > .column:last-child, [dir=ltr] .small-up-1 > .columns:last-child {
  float: left; }
  [dir=rtl] .small-up-1 > .column:last-child, [dir=rtl] .small-up-1 > .columns:last-child {
    float: right; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%; }

[dir=ltr] .small-up-2 > .column, [dir=ltr] .small-up-2 > .columns {
  float: left; }

[dir=rtl] .small-up-2 > .column, [dir=rtl] .small-up-2 > .columns {
  float: right; }
  [dir] .small-up-2 > .column:nth-of-type(1n), [dir] .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  [dir] .small-up-2 > .column:nth-of-type(2n+1), [dir] .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  [dir=ltr] .small-up-2 > .column:last-child, [dir=ltr] .small-up-2 > .columns:last-child {
  float: left; }
  [dir=rtl] .small-up-2 > .column:last-child, [dir=rtl] .small-up-2 > .columns:last-child {
    float: right; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%; }

[dir=ltr] .small-up-3 > .column, [dir=ltr] .small-up-3 > .columns {
  float: left; }

[dir=rtl] .small-up-3 > .column, [dir=rtl] .small-up-3 > .columns {
  float: right; }
  [dir] .small-up-3 > .column:nth-of-type(1n), [dir] .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  [dir] .small-up-3 > .column:nth-of-type(3n+1), [dir] .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  [dir=ltr] .small-up-3 > .column:last-child, [dir=ltr] .small-up-3 > .columns:last-child {
  float: left; }
  [dir=rtl] .small-up-3 > .column:last-child, [dir=rtl] .small-up-3 > .columns:last-child {
    float: right; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%; }

[dir=ltr] .small-up-4 > .column, [dir=ltr] .small-up-4 > .columns {
  float: left; }

[dir=rtl] .small-up-4 > .column, [dir=rtl] .small-up-4 > .columns {
  float: right; }
  [dir] .small-up-4 > .column:nth-of-type(1n), [dir] .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  [dir] .small-up-4 > .column:nth-of-type(4n+1), [dir] .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  [dir=ltr] .small-up-4 > .column:last-child, [dir=ltr] .small-up-4 > .columns:last-child {
  float: left; }
  [dir=rtl] .small-up-4 > .column:last-child, [dir=rtl] .small-up-4 > .columns:last-child {
    float: right; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%; }

[dir=ltr] .small-up-5 > .column, [dir=ltr] .small-up-5 > .columns {
  float: left; }

[dir=rtl] .small-up-5 > .column, [dir=rtl] .small-up-5 > .columns {
  float: right; }
  [dir] .small-up-5 > .column:nth-of-type(1n), [dir] .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  [dir] .small-up-5 > .column:nth-of-type(5n+1), [dir] .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  [dir=ltr] .small-up-5 > .column:last-child, [dir=ltr] .small-up-5 > .columns:last-child {
  float: left; }
  [dir=rtl] .small-up-5 > .column:last-child, [dir=rtl] .small-up-5 > .columns:last-child {
    float: right; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%; }

[dir=ltr] .small-up-6 > .column, [dir=ltr] .small-up-6 > .columns {
  float: left; }

[dir=rtl] .small-up-6 > .column, [dir=rtl] .small-up-6 > .columns {
  float: right; }
  [dir] .small-up-6 > .column:nth-of-type(1n), [dir] .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  [dir] .small-up-6 > .column:nth-of-type(6n+1), [dir] .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  [dir=ltr] .small-up-6 > .column:last-child, [dir=ltr] .small-up-6 > .columns:last-child {
  float: left; }
  [dir=rtl] .small-up-6 > .column:last-child, [dir=rtl] .small-up-6 > .columns:last-child {
    float: right; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%; }

[dir=ltr] .small-up-7 > .column, [dir=ltr] .small-up-7 > .columns {
  float: left; }

[dir=rtl] .small-up-7 > .column, [dir=rtl] .small-up-7 > .columns {
  float: right; }
  [dir] .small-up-7 > .column:nth-of-type(1n), [dir] .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  [dir] .small-up-7 > .column:nth-of-type(7n+1), [dir] .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  [dir=ltr] .small-up-7 > .column:last-child, [dir=ltr] .small-up-7 > .columns:last-child {
  float: left; }
  [dir=rtl] .small-up-7 > .column:last-child, [dir=rtl] .small-up-7 > .columns:last-child {
    float: right; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%; }

[dir=ltr] .small-up-8 > .column, [dir=ltr] .small-up-8 > .columns {
  float: left; }

[dir=rtl] .small-up-8 > .column, [dir=rtl] .small-up-8 > .columns {
  float: right; }
  [dir] .small-up-8 > .column:nth-of-type(1n), [dir] .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  [dir] .small-up-8 > .column:nth-of-type(8n+1), [dir] .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  [dir=ltr] .small-up-8 > .column:last-child, [dir=ltr] .small-up-8 > .columns:last-child {
  float: left; }
  [dir=rtl] .small-up-8 > .column:last-child, [dir=rtl] .small-up-8 > .columns:last-child {
    float: right; }

[dir=ltr] .small-collapse > .column, [dir=ltr] .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

[dir=rtl] .small-collapse > .column, [dir=rtl] .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

[dir=ltr] .small-collapse .row, [dir=ltr] .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

[dir=rtl] .small-collapse .row, [dir=rtl] .expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

[dir=ltr] .small-uncollapse > .column, [dir=ltr] .small-uncollapse > .columns {
  padding-left: 1rem;
  padding-right: 1rem; }

[dir=rtl] .small-uncollapse > .column, [dir=rtl] .small-uncollapse > .columns {
  padding-right: 1rem;
  padding-left: 1rem; }

[dir] .small-centered {
  float: none; }

[dir=ltr] .small-centered {
  margin-left: auto;
  margin-right: auto; }

[dir=rtl] .small-centered {
  margin-right: auto;
  margin-left: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static; }

[dir=ltr] .small-uncentered, [dir=ltr] .small-push-0, [dir=ltr] .small-pull-0 {
  margin-left: 0;
  margin-right: 0;
  float: left; }

[dir=rtl] .small-uncentered, [dir=rtl] .small-push-0, [dir=rtl] .small-pull-0 {
  margin-right: 0;
  margin-left: 0;
  float: right; }

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

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

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

p {
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

[dir] p {
  margin-bottom: 1rem; }

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: ProximaNova;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  line-height: 1.4; }

[dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6 {
  margin-top: 0;
  margin-bottom: 0; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.6rem; }

h6 {
  font-size: 1.2rem; }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit; }

[dir] a {
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  [dir] a img {
    border: 0; }

hr {
  max-width: 120rem;
  height: 0; }

[dir] hr {
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  margin: 2rem auto;
  clear: both; }

[dir=ltr] hr {
  border-right: 0;
  border-left: 0; }

[dir=rtl] hr {
  border-left: 0;
  border-right: 0; }

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

[dir] ul, [dir] ol, [dir] dl {
  margin-bottom: 1rem; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc; }

[dir=ltr] ul {
  margin-left: 1.25rem; }

[dir=rtl] ul {
  margin-right: 1.25rem; }

[dir=ltr] ol {
  margin-left: 1.25rem; }

[dir=rtl] ol {
  margin-right: 1.25rem; }

[dir] ul ul, [dir] ol ul, [dir] ul ol, [dir] ol ol {
  margin-bottom: 0; }

[dir=ltr] ul ul, [dir=ltr] ol ul, [dir=ltr] ul ol, [dir=ltr] ol ol {
  margin-left: 1.25rem; }

[dir=rtl] ul ul, [dir=rtl] ol ul, [dir=rtl] ul ol, [dir=rtl] ol ol {
  margin-right: 1.25rem; }

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

[dir] blockquote {
  margin: 0 0 1rem; }

[dir=ltr] blockquote {
  padding: 0.9rem 2rem 0 1.9rem;
  border-left: 1px solid #cacaca; }

[dir=rtl] blockquote {
  padding: 0.9rem 1.9rem 0 2rem;
  border-right: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

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

abbr {
  color: #000000; }

[dir] abbr {
  cursor: help;
  border-bottom: 1px dotted #000000; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

[dir] code {
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.2rem 0.5rem 0.1rem; }

kbd {
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

[dir] kbd {
  padding: 0.2rem 0.4rem 0;
  margin: 0;
  background-color: #e6e6e6; }

.subheader {
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

[dir] .subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

.lead {
  font-size: 12.5px;
  line-height: 1.6; }

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

.no-bullet {
  list-style: none; }

[dir=ltr] .no-bullet {
  margin-left: 0; }

[dir=rtl] .no-bullet {
  margin-right: 0; }

[dir=ltr] .text-left {
  text-align: left; }

[dir=rtl] .text-left {
  text-align: right; }

[dir=ltr] .text-right {
  text-align: right; }

[dir=rtl] .text-right {
  text-align: left; }

[dir] .text-center {
  text-align: center; }

[dir] .text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  [dir=ltr] .medium-text-left {
    text-align: left; }
  [dir=rtl] .medium-text-left {
    text-align: right; }
  [dir=ltr] .medium-text-right {
    text-align: right; }
  [dir=rtl] .medium-text-right {
    text-align: left; }
  [dir] .medium-text-center {
    text-align: center; }
  [dir] .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  [dir=ltr] .large-text-left {
    text-align: left; }
  [dir=rtl] .large-text-left {
    text-align: right; }
  [dir=ltr] .large-text-right {
    text-align: right; }
  [dir=rtl] .large-text-right {
    text-align: left; }
  [dir] .large-text-center {
    text-align: center; }
  [dir] .large-text-justify {
    text-align: justify; } }

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

@media print {
  * {
    color: black !important; }
  [dir] * {
    background: transparent !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 {
    page-break-inside: avoid; }
  [dir] pre, [dir] blockquote {
    border: 1px solid #8a8a8a; }
  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: 3.9rem;
  font-family: inherit;
  font-size: 1.6rem;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }

[dir] [type='text'], [dir] [type='password'], [dir] [type='date'], [dir] [type='datetime'], [dir] [type='datetime-local'], [dir] [type='month'], [dir] [type='week'], [dir] [type='email'], [dir] [type='number'], [dir] [type='search'], [dir] [type='tel'], [dir] [type='time'], [dir] [type='url'], [dir] [type='color'], [dir] textarea {
  padding: 0.8rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.6rem;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0; }
  [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 {
    outline: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  [dir] [type='text']:focus, [dir] [type='password']:focus, [dir] [type='date']:focus, [dir] [type='datetime']:focus, [dir] [type='datetime-local']:focus, [dir] [type='month']:focus, [dir] [type='week']:focus, [dir] [type='email']:focus, [dir] [type='number']:focus, [dir] [type='search']:focus, [dir] [type='tel']:focus, [dir] [type='time']:focus, [dir] [type='url']:focus, [dir] [type='color']:focus, [dir] textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca; }

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

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

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

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

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

[dir] [type='submit'], [dir] [type='button'] {
  border-radius: 0; }

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

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

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline; }

[dir] [type='checkbox'] + label, [dir] [type='radio'] + label {
  margin-bottom: 0; }

[dir=ltr] [type='checkbox'] + label, [dir=ltr] [type='radio'] + label {
  margin-left: 0.8rem;
  margin-right: 1.6rem; }

[dir=rtl] [type='checkbox'] + label, [dir=rtl] [type='radio'] + label {
  margin-right: 0.8rem;
  margin-left: 1.6rem; }
  [dir] [type='checkbox'] + label[for], [dir] [type='radio'] + label[for] {
    cursor: pointer; }

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

[dir=rtl] label > [type='checkbox'], [dir=rtl] label > [type='radio'] {
  margin-left: 0.8rem; }

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

label {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }

[dir] label {
  margin: 0; }
  [dir] label.middle {
    margin: 0 0 1.6rem;
    padding: 0.9rem 0; }

.help-text {
  font-size: 1.3rem;
  font-style: italic;
  color: #000000; }

[dir] .help-text {
  margin-top: -0.8rem; }

.input-group {
  display: table;
  width: 100%; }

[dir] .input-group {
  margin-bottom: 1.6rem; }
  [dir] .input-group > :first-child {
    border-radius: 0 0 0 0; }
  [dir] .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

[dir] .input-group-label, [dir] .input-group-field, [dir] .input-group-button {
  margin: 0; }

.input-group-label {
  color: #000000;
  white-space: nowrap;
  width: 1%;
  height: 100%; }

[dir] .input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  border: 1px solid #cacaca; }
  [dir=ltr] .input-group-label:first-child {
  border-right: 0; }
  [dir=rtl] .input-group-label:first-child {
    border-left: 0; }
  [dir=ltr] .input-group-label:last-child {
  border-left: 0; }
  [dir=rtl] .input-group-label:last-child {
    border-right: 0; }

.input-group-field {
  height: 4rem; }

[dir] .input-group-field {
  border-radius: 0; }

.input-group-button {
  height: 100%;
  width: 1%; }

[dir] .input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center; }
  [dir] .input-group-button a, [dir] .input-group-button input, [dir] .input-group-button button {
    margin: 0; }

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

[dir] fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  max-width: 100%; }

[dir] legend {
  margin-bottom: 0.8rem; }

[dir] .fieldset {
  border: 1px solid #cacaca;
  padding: 2rem;
  margin: 1.8rem 0; }
  [dir] .fieldset legend {
    background: #ffffff;
    padding: 0 0.3rem;
    margin: 0; }
  [dir=ltr] .fieldset legend {
  margin-left: -0.3rem; }
  [dir=rtl] .fieldset legend {
    margin-right: -0.3rem; }

select {
  height: 3.9rem;
  font-size: 1.6rem;
  font-family: inherit;
  line-height: normal;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-origin: content-box; }

[dir] select {
  padding: 0.8rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.6rem;
  background-color: #ffffff;
  border-radius: 0;
  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-repeat: no-repeat; }

[dir=ltr] select {
  background-position: right 0.25rem center;
  /* padding-right: 2.4rem; */
}

[dir=rtl] select {
  background-position: left 0.25rem center;
  padding-left: 2.4rem; }
  @media screen and (min-width: 0\0) {
    [dir] select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  [dir] select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }
  [dir] select[multiple] {
    background-image: none; }

[dir] .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;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ec5840; }

[dir] .form-error {
  margin-top: -0.8rem;
  margin-bottom: 1.6rem; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  line-height: 1;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  font-size: 0.9rem;
  color: #ffffff; }

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

.accordion {
  list-style-type: none; }

[dir] .accordion {
  background: #ffffff; }

[dir=ltr] .accordion {
  margin-left: 0; }

[dir=rtl] .accordion {
  margin-right: 0; }

[dir] .accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

[dir] .accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  color: #424242;
  position: relative; }

[dir] .accordion-title {
  border: 1px solid #e6e6e6;
  border-bottom: 0; }

[dir=ltr] .accordion-title {
  padding: 2rem 1rem 2rem 6rem; }

[dir=rtl] .accordion-title {
  padding: 2rem 6rem 2rem 1rem; }
  [dir] :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  [dir] .accordion-title:hover, [dir] .accordion-title:focus {
    background-color: #e3f2fd; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    top: 50%; }
  [dir] .accordion-title::before {
    margin-top: -0.5rem; }
  [dir=ltr] .accordion-title::before {
  right: 1rem; }
  [dir=rtl] .accordion-title::before {
    left: 1rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  display: none;
  color: #000000; }

[dir] .accordion-content {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff; }
  [dir] :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  font-size: 0.6rem;
  color: #ffffff; }

[dir] .badge {
  padding: 0.3em;
  text-align: center;
  border-radius: 50%;
  background: #2199e8; }
  .badge.secondary {
    color: #ffffff; }
  [dir] .badge.secondary {
    background: #777; }
  .badge.success {
    color: #ffffff; }
  [dir] .badge.success {
    background: #3adb76; }
  .badge.warning {
    color: #ffffff; }
  [dir] .badge.warning {
    background: #ffae00; }
  .badge.alert {
    color: #ffffff; }
  [dir] .badge.alert {
    background: #ec5840; }

.breadcrumbs {
  list-style: none; }

[dir] .breadcrumbs {
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  [dir] .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    color: #000000;
    font-size: 1.1rem;
    text-transform: uppercase; }
  [dir] .breadcrumbs li {
    cursor: default; }
  [dir=ltr] .breadcrumbs li {
  float: left; }
  [dir=rtl] .breadcrumbs li {
    float: right; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      position: relative;
      top: 1px;
      opacity: 1; }
    [dir] .breadcrumbs li:not(:last-child)::after {
      margin: 0 0.75rem; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }
  [dir] .breadcrumbs .disabled {
    cursor: not-allowed; }

.button-group {
  font-size: 0; }

[dir] .button-group {
  margin-bottom: 1rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  [dir] .button-group::after {
    clear: both; }
  .button-group .button {
    font-size: 0.9rem; }
  [dir] .button-group .button {
    margin: 0;
    margin-bottom: 1px; }
  [dir=ltr] .button-group .button {
  margin-right: 1px; }
  [dir=rtl] .button-group .button {
    margin-left: 1px; }
    [dir=ltr] .button-group .button:last-child {
  margin-right: 0; }
    [dir=rtl] .button-group .button:last-child {
      margin-left: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  [dir=ltr] .button-group.expanded {
  margin-right: -1px; }
  [dir=rtl] .button-group.expanded {
    margin-left: -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: calc(50% - 1px); }
    [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(2), [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  margin-right: 1px; }
    [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(2), [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      margin-left: 1px; }
      [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(2):last-child, [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px; }
      [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(2):last-child, [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-left: -6px; }
    .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: calc(33.33333% - 1px); }
    [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(3), [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  margin-right: 1px; }
    [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(3), [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      margin-left: 1px; }
      [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(3):last-child, [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px; }
      [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(3):last-child, [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-left: -6px; }
    .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: calc(25% - 1px); }
    [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(4), [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  margin-right: 1px; }
    [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(4), [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      margin-left: 1px; }
      [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(4):last-child, [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px; }
      [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(4):last-child, [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-left: -6px; }
    .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: calc(20% - 1px); }
    [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(5), [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  margin-right: 1px; }
    [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(5), [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      margin-left: 1px; }
      [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(5):last-child, [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px; }
      [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(5):last-child, [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-left: -6px; }
    .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: calc(16.66667% - 1px); }
    [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(6), [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  margin-right: 1px; }
    [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(6), [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      margin-left: 1px; }
      [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(6):last-child, [dir=ltr] .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px; }
      [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(6):last-child, [dir=rtl] .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-left: -6px; }
  .button-group.primary .button {
    color: #ffffff; }
  [dir] .button-group.primary .button {
    background-color: #2199e8; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      color: #ffffff; }
    [dir] .button-group.primary .button:hover, [dir] .button-group.primary .button:focus {
      background-color: #147cc0; }
  .button-group.secondary .button {
    color: #ffffff; }
  [dir] .button-group.secondary .button {
    background-color: #777; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      color: #ffffff; }
    [dir] .button-group.secondary .button:hover, [dir] .button-group.secondary .button:focus {
      background-color: #5f5f5f; }
  .button-group.success .button {
    color: #ffffff; }
  [dir] .button-group.success .button {
    background-color: #3adb76; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      color: #ffffff; }
    [dir] .button-group.success .button:hover, [dir] .button-group.success .button:focus {
      background-color: #22bb5b; }
  .button-group.warning .button {
    color: #ffffff; }
  [dir] .button-group.warning .button {
    background-color: #ffae00; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      color: #ffffff; }
    [dir] .button-group.warning .button:hover, [dir] .button-group.warning .button:focus {
      background-color: #cc8b00; }
  .button-group.alert .button {
    color: #ffffff; }
  [dir] .button-group.alert .button {
    background-color: #ec5840; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      color: #ffffff; }
    [dir] .button-group.alert .button:hover, [dir] .button-group.alert .button:focus {
      background-color: #da3116; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    [dir] .button-group.stacked .button:last-child, [dir] .button-group.stacked-for-small .button:last-child, [dir] .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
    [dir] .button-group.stacked-for-small .button {
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto; }
    [dir] .button-group.stacked-for-medium .button {
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block; }
      [dir=ltr] .button-group.stacked-for-small.expanded .button {
    margin-right: 0; }
      [dir=rtl] .button-group.stacked-for-small.expanded .button {
        margin-left: 0; } }

.callout {
  position: relative;
  color: #000000; }

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

.close-button {
  position: absolute;
  color: #8a8a8a;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1; }

[dir] .close-button {
  cursor: pointer; }

[dir=ltr] .close-button {
  right: 1rem; }

[dir=rtl] .close-button {
  left: 1rem; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }

.menu {
  list-style-type: none; }

[dir] .menu {
  margin: 0; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    line-height: 1; }
  [dir] .menu > li > a {
    padding: 0.7rem 1rem; }
  [dir] .menu input, [dir] .menu a, [dir] .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    display: inline-block; }
  [dir=ltr] .menu > li > a img, [dir=ltr] .menu > li > a i, [dir=ltr] .menu > li > a svg {
  margin-right: 0.25rem; }
  [dir=rtl] .menu > li > a img, [dir=rtl] .menu > li > a i, [dir=rtl] .menu > li > a svg {
    margin-left: 0.25rem; }
  .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; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block; }
  [dir=ltr] .menu.simple li {
  margin-right: 1rem; }
  [dir=rtl] .menu.simple li {
    margin-left: 1rem; }
  [dir] .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  [dir] .menu.align-right::after {
    clear: both; }
  [dir=ltr] .menu.align-right > li {
  float: right; }
  [dir=rtl] .menu.align-right > li {
    float: left; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  [dir] .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block; }
    [dir] .menu.icon-top > li > a img, [dir] .menu.icon-top > li > a i, [dir] .menu.icon-top > li > a svg {
      margin: 0 auto 0.25rem; }
  [dir=ltr] .menu.nested {
  margin-left: 1rem; }
  [dir=rtl] .menu.nested {
    margin-right: 1rem; }
  .menu .active > a {
    color: #ffffff; }
  [dir] .menu .active > a {
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1; }

[dir] .menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

[dir] .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;
  width: 20px;
  height: 16px; }

[dir] .menu-icon {
  cursor: pointer; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: 0; }
  [dir] .menu-icon::after {
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  [dir=ltr] .menu-icon::after {
  left: 0; }
  [dir=rtl] .menu-icon::after {
    right: 0; }
  [dir] .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;
  width: 20px;
  height: 16px; }

[dir] .menu-icon.dark {
  cursor: pointer; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: 0; }
  [dir] .menu-icon.dark::after {
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
  [dir=ltr] .menu-icon.dark::after {
  left: 0; }
  [dir=rtl] .menu-icon.dark::after {
    right: 0; }
  [dir] .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;
  z-index: -1;
  height: 100%;
  width: 100%;
  transition: transform 0.15s linear; }

[dir] .is-drilldown-submenu {
  background: #ffffff; }

[dir=ltr] .is-drilldown-submenu {
  left: 100%; }

[dir=rtl] .is-drilldown-submenu {
  right: 100%; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block; }
  [dir=ltr] .is-drilldown-submenu.is-active {
  transform: translateX(-100%); }
  [dir=rtl] .is-drilldown-submenu.is-active {
    transform: translateX(100%); }
  [dir=ltr] .is-drilldown-submenu.is-closing {
  transform: translateX(100%); }
  [dir=rtl] .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;
    position: absolute;
    top: 50%; }
  [dir] .is-drilldown-submenu-parent > a::after {
    border: inset 6px;
    margin-top: -6px; }
  [dir=ltr] .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  right: 1rem; }
  [dir=rtl] .is-drilldown-submenu-parent > a::after {
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    left: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle; }

[dir] .js-drilldown-back > a::before {
  border: inset 6px; }

[dir=ltr] .js-drilldown-back > a::before {
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  margin-right: 0.75rem; }

[dir=rtl] .js-drilldown-back > a::before {
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  border-right-width: 0;
  margin-left: 0.75rem; }

.dropdown-pane {
  display: block;
  font-size: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }

[dir] .dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 0;
  padding: 1rem; }
  .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 {
  top: 100%; }

[dir=ltr] .dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0; }

[dir=rtl] .dropdown.menu > li.opens-left > .is-dropdown-submenu {
  right: auto;
  left: 0; }

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

[dir=ltr] .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0; }

[dir=rtl] .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  left: auto;
  right: 0; }

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

[dir=ltr] .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem; }

[dir=rtl] .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-left: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0; }

[dir] .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  margin-top: -2px; }

[dir=ltr] .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  right: 5px; }

[dir=rtl] .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  left: 5px; }

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

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

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

[dir=ltr] .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

[dir=rtl] .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

[dir=ltr] .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

[dir=rtl] .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

[dir] .dropdown.menu.vertical > li > a::after {
  margin-top: -3px; }

[dir=ltr] .dropdown.menu.vertical > li > a::after {
  right: 14px; }

[dir=rtl] .dropdown.menu.vertical > li > a::after {
  left: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0; }

[dir] .dropdown.menu.vertical > li.opens-left > a::after {
  border: inset 5px; }

[dir=ltr] .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

[dir=rtl] .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0; }

[dir] .dropdown.menu.vertical > li.opens-right > a::after {
  border: inset 5px; }

[dir=ltr] .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

[dir=rtl] .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

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

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

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

[dir=ltr] .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  left: auto;
  right: 0; }

[dir=rtl] .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  right: auto;
  left: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  [dir=ltr] .is-dropdown-menu.vertical.align-right {
  float: right; }
  [dir=rtl] .is-dropdown-menu.vertical.align-right {
    float: left; }

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

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  min-width: 200px;
  z-index: 1; }

[dir] .is-dropdown-submenu {
  background: #ffffff;
  border: 1px solid #cacaca; }

[dir=ltr] .is-dropdown-submenu {
  left: 100%; }

[dir=rtl] .is-dropdown-submenu {
  right: 100%; }
  [dir] .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    margin-top: -3px; }
  [dir=ltr] .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px; }
  [dir=rtl] .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    left: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0; }
  [dir] .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border: inset 5px; }
  [dir=ltr] .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }
  [dir=rtl] .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0; }
  [dir] .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border: inset 5px; }
  [dir=ltr] .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }
  [dir=rtl] .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  [dir] .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  overflow: hidden; }

[dir] .flex-video {
  padding-bottom: 75%;
  margin-bottom: 1.6rem; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  [dir=ltr] .flex-video iframe, [dir=ltr] .flex-video object, [dir=ltr] .flex-video embed, [dir=ltr] .flex-video video {
  left: 0; }
  [dir=rtl] .flex-video iframe, [dir=rtl] .flex-video object, [dir=rtl] .flex-video embed, [dir=rtl] .flex-video video {
    right: 0; }
  [dir] .flex-video.widescreen {
    padding-bottom: 56.25%; }
  [dir] .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  color: #ffffff; }

[dir] .label {
  padding: 0.33333rem 0.5rem;
  cursor: default;
  border-radius: 0;
  background: #2199e8; }
  .label.secondary {
    color: #ffffff; }
  [dir] .label.secondary {
    background: #777; }
  .label.success {
    color: #ffffff; }
  [dir] .label.success {
    background: #3adb76; }
  .label.warning {
    color: #ffffff; }
  [dir] .label.warning {
    background: #ffae00; }
  .label.alert {
    color: #ffffff; }
  [dir] .label.alert {
    background: #ec5840; }

.media-object {
  display: block; }

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

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  [dir=ltr] .media-object-section:first-child {
  padding-right: 1rem; }
  [dir=rtl] .media-object-section:first-child {
    padding-left: 1rem; }
  [dir=ltr] .media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem; }
  [dir=rtl] .media-object-section:last-child:not(:nth-child(2)) {
    padding-right: 1rem; }
  [dir] .media-object-section > :last-child {
    margin-bottom: 0; }
  .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;
  -webkit-backface-visibility: hidden;
          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; }
  [dir] .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1; }

[dir] .off-canvas-content, [dir] .off-canvas-content {
  background: #ffffff;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background 0.5s ease; }

[dir] .js-off-canvas-exit {
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer; }

[dir=ltr] .js-off-canvas-exit {
  left: 0; }

[dir=rtl] .js-off-canvas-exit {
  right: 0; }

.off-canvas {
  position: absolute;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto; }

[dir] .off-canvas {
  background: #e6e6e6;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    top: 0;
    width: 250px; }
  [dir=ltr] .off-canvas.position-left {
  left: -250px; }
  [dir=rtl] .off-canvas.position-left {
    right: -250px; }
    [dir=ltr] .is-open-left {
  transform: translateX(250px); }
    [dir=rtl] .is-open-left {
      transform: translateX(-250px); }
  .off-canvas.position-right {
    top: 0;
    width: 250px; }
  [dir=ltr] .off-canvas.position-right {
  right: -250px; }
  [dir=rtl] .off-canvas.position-right {
    left: -250px; }
    [dir=ltr] .is-open-right {
  transform: translateX(-250px); }
    [dir=rtl] .is-open-right {
      transform: translateX(250px); }

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

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

.orbit {
  position: relative; }

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

[dir] .orbit-container {
  margin: 0; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0; }
  [dir=ltr] .orbit-slide.no-motionui.is-active {
  left: 0; }
  [dir=rtl] .orbit-slide.no-motionui.is-active {
    right: 0; }

[dir] .orbit-figure {
  margin: 0; }

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

[dir] .orbit-image {
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff; }

[dir] .orbit-caption {
  padding: 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  color: #ffffff; }

[dir] .orbit-previous, [dir] .orbit-next {
  transform: translateY(-50%);
  padding: 1rem; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  [dir] .orbit-previous:hover, [dir] .orbit-next:hover, [dir] .orbit-previous:active, [dir] .orbit-next:active, [dir] .orbit-previous:focus, [dir] .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

[dir=ltr] .orbit-previous {
  left: 0; }

[dir=rtl] .orbit-previous {
  right: 0; }

[dir=ltr] .orbit-next {
  left: auto;
  right: 0; }

[dir=rtl] .orbit-next {
  right: auto;
  left: 0; }

.orbit-bullets {
  position: relative; }

[dir] .orbit-bullets {
  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; }
  [dir] .orbit-bullets button {
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    [dir] .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    [dir] .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

[dir] .pagination {
  margin-bottom: 1rem; }

[dir=ltr] .pagination {
  margin-left: 0; }

[dir=rtl] .pagination {
  margin-right: 0; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  [dir] .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 1.4rem;
    display: none; }
  [dir] .pagination li {
    border-radius: 0; }
  [dir=ltr] .pagination li {
  margin-right: 0.1rem; }
  [dir=rtl] .pagination li {
    margin-left: 0.1rem; }
    .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: #000000;
    display: block; }
  [dir] .pagination a, [dir] .pagination button {
    padding: 0.3rem 1rem;
    border-radius: 0; }
    [dir] .pagination a:hover, [dir] .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    color: #ffffff; }
  [dir] .pagination .current {
    padding: 0.3rem 1rem;
    background: #2199e8;
    cursor: default; }
  .pagination .disabled {
    color: #cacaca; }
  [dir] .pagination .disabled {
    padding: 0.3rem 1rem;
    cursor: not-allowed; }
    [dir] .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    color: #000000; }
  [dir] .pagination .ellipsis::after {
    padding: 0.3rem 1rem; }

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

[dir=ltr] .pagination-previous a::before, [dir=ltr] .pagination-previous.disabled::before {
  margin-right: 0.5rem; }

[dir=rtl] .pagination-previous a::before, [dir=rtl] .pagination-previous.disabled::before {
  margin-left: 0.5rem; }

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

[dir=ltr] .pagination-next a::after, [dir=ltr] .pagination-next.disabled::after {
  margin-left: 0.5rem; }

[dir=rtl] .pagination-next a::after, [dir=rtl] .pagination-next.disabled::after {
  margin-right: 0.5rem; }

.progress {
  height: 1rem; }

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

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%; }

[dir] .progress-meter {
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  position: absolute;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

[dir] .progress-meter-text {
  margin: 0; }

[dir=ltr] .progress-meter-text {
  left: 50%;
  transform: translate(-50%, -50%); }

[dir=rtl] .progress-meter-text {
  right: 50%;
  transform: translate(50%, -50%); }

.slider {
  position: relative;
  height: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

[dir] .slider {
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer; }

.slider-fill {
  position: absolute;
  top: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  transition: all 0.2s ease-in-out; }

[dir] .slider-fill {
  background-color: #cacaca; }

[dir=ltr] .slider-fill {
  left: 0; }

[dir=rtl] .slider-fill {
  right: 0; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

[dir] .slider-handle {
  transform: translateY(-50%);
  background-color: #2199e8;
  border-radius: 0; }

[dir=ltr] .slider-handle {
  left: 0; }

[dir=rtl] .slider-handle {
  right: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  [dir] .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem; }

[dir] .slider.vertical {
  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;
    width: 1.4rem;
    height: 1.4rem; }
  [dir=ltr] .slider.vertical .slider-handle {
  left: 50%;
  transform: translateX(-50%); }
  [dir=rtl] .slider.vertical .slider-handle {
    right: 50%;
    transform: translateX(50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0; }

[dir] .sticky {
  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; }

[dir=ltr] .sticky.is-anchored {
  left: auto;
  right: auto; }

[dir=rtl] .sticky.is-anchored {
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

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

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1005;
  overflow-y: scroll; }

[dir] .reveal-overlay {
  background-color: rgba(0, 0, 0, 0.45); }

[dir=ltr] .reveal-overlay {
  left: 0;
  right: 0; }

[dir=rtl] .reveal-overlay {
  right: 0;
  left: 0; }

.reveal {
  display: none;
  z-index: 1006;
  position: relative;
  top: 100px;
  overflow-y: auto; }

[dir] .reveal {
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #ffffff;
  border-radius: 0; }

[dir=ltr] .reveal {
  margin-left: auto;
  margin-right: auto; }

[dir=rtl] .reveal {
  margin-right: auto;
  margin-left: 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; }
  [dir] .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 120rem; } }
  @media screen and (min-width: 40em) {
    [dir] .reveal .reveal {
      margin: 0 auto; }
    [dir=ltr] .reveal .reveal {
    left: auto;
    right: auto; }
    [dir=rtl] .reveal .reveal {
      right: auto;
      left: auto; } }
  [dir] .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 120rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 120rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 120rem; } }
  .reveal.full {
    top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none; }
  [dir] .reveal.full {
    border: 0;
    border-radius: 0; }
  [dir=ltr] .reveal.full {
  left: 0;
  margin-left: 0; }
  [dir=rtl] .reveal.full {
    right: 0;
    margin-right: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none; }
    [dir] .reveal {
      border: 0;
      border-radius: 0; }
    [dir=ltr] .reveal {
    left: 0;
    margin-left: 0; }
    [dir=rtl] .reveal {
      right: 0;
      margin-right: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem; }

[dir] .switch {
  margin-bottom: 1rem; }

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

.switch-paddle {
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  color: inherit;
  font-weight: inherit; }

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

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%; }

[dir] .switch-active, [dir] .switch-inactive {
  transform: translateY(-50%); }

.switch-active {
  display: none; }

[dir=ltr] .switch-active {
  left: 8%; }

[dir=rtl] .switch-active {
  right: 8%; }
  input:checked + label > .switch-active {
    display: block; }

[dir=ltr] .switch-inactive {
  right: 15%; }

[dir=rtl] .switch-inactive {
  left: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

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

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

[dir=ltr] .switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

[dir=rtl] .switch.tiny input:checked ~ .switch-paddle::after {
  right: 1.75rem; }

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

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

[dir=ltr] .switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

[dir=rtl] .switch.small input:checked ~ .switch-paddle::after {
  right: 2rem; }

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

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

[dir=ltr] .switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

[dir=rtl] .switch.large input:checked ~ .switch-paddle::after {
  right: 2.75rem; }

table {
  width: 100%; }

[dir] table {
  margin-bottom: 1rem;
  border-radius: 0; }
  [dir] thead, [dir] tbody, [dir] tfoot {
    border: 1px solid #e0e0e0;
    background-color: white; }
  caption {
    font-weight: bold; }
  [dir] caption {
    padding: 6px; }
  thead,
  tfoot {
    color: white; }
  [dir] thead, [dir] tfoot {
    background: #546e7a; }
    [dir] thead tr, [dir] tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      font-weight: bold; }
    [dir] thead th, [dir] thead td, [dir] tfoot th, [dir] tfoot td {
      padding: 6px; }
    [dir=ltr] thead th, [dir=ltr] thead td, [dir=ltr] tfoot th, [dir=ltr] tfoot td {
  text-align: left; }
    [dir=rtl] thead th, [dir=rtl] thead td, [dir=rtl] tfoot th, [dir=rtl] tfoot td {
      text-align: right; }
  [dir] tbody tr:nth-child(even) {
    background-color: 0; }
  [dir] tbody th, [dir] tbody td {
    padding: 6px; }

@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; }
  [dir] table.stack td {
    border-top: 0; } }

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

[dir] table.hover tr:hover {
  background-color: #fafafa; }

[dir] table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

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

.tabs {
  list-style-type: none; }

[dir] .tabs {
  margin: 0;
  background: #ffffff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  [dir] .tabs::after {
    clear: both; }

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

[dir] .tabs.vertical > li {
  float: none; }

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

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

[dir=ltr] .tabs-title {
  float: left; }

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

.tabs-content {
  transition: all 0.5s ease; }

[dir] .tabs-content {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-top: 0; }

[dir] .tabs-content.vertical {
  border: 1px solid #e6e6e6; }

[dir=ltr] .tabs-content.vertical {
  border-left: 0; }

[dir=rtl] .tabs-content.vertical {
  border-right: 0; }

.tabs-panel {
  display: none; }

[dir] .tabs-panel {
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out; }

[dir] .thumbnail {
  border: solid 4px #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  margin-bottom: 1rem; }
  [dir] .thumbnail:hover, [dir] .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  color: #ffffff; }

[dir] .title-bar {
  background: #000000;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  [dir] .title-bar::after {
    clear: both; }
  [dir=ltr] .title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }
  [dir=rtl] .title-bar .menu-icon {
    margin-right: 0.25rem;
    margin-left: 0.25rem; }

[dir=ltr] .title-bar-left {
  float: left; }

[dir=rtl] .title-bar-left {
  float: right; }

[dir=ltr] .title-bar-right {
  float: right;
  text-align: right; }

[dir=rtl] .title-bar-right {
  float: left;
  text-align: left; }

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

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px; }

[dir] .menu-icon.dark {
  cursor: pointer; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: 0; }
  [dir] .menu-icon.dark::after {
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; }
  [dir=ltr] .menu-icon.dark::after {
  left: 0; }
  [dir=rtl] .menu-icon.dark::after {
    right: 0; }
  [dir] .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.has-tip {
  font-weight: bold;
  position: relative;
  display: inline-block; }

[dir] .has-tip {
  border-bottom: dotted 1px #8a8a8a;
  cursor: help; }

.tooltip {
  color: #ffffff;
  font-size: 1.2rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important; }

[dir] .tooltip {
  background-color: #333333;
  padding: 0.75rem;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: 100%;
    position: absolute; }
  [dir] .tooltip::before {
    border: inset 0.75rem;
    border-color: transparent transparent #333333;
    border-bottom-style: solid;
    border-top-width: 0; }
  [dir=ltr] .tooltip::before {
  left: 50%;
  transform: translateX(-50%); }
  [dir=rtl] .tooltip::before {
    right: 50%;
    transform: translateX(50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 100%;
    bottom: auto; }
  [dir] .tooltip.top::before {
    border: inset 0.75rem;
    border-color: #333333 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: auto;
    top: 50%; }
  [dir] .tooltip.left::before {
    border: inset 0.75rem;
    transform: translateY(-50%); }
  [dir=ltr] .tooltip.left::before {
  border-color: transparent transparent transparent #333333;
  border-left-style: solid;
  border-right-width: 0;
  left: 100%; }
  [dir=rtl] .tooltip.left::before {
    border-color: transparent #333333 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    right: 100%; }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: auto;
    top: 50%; }
  [dir] .tooltip.right::before {
    border: inset 0.75rem;
    transform: translateY(-50%); }
  [dir=ltr] .tooltip.right::before {
  border-color: transparent #333333 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  left: auto;
  right: 100%; }
  [dir=rtl] .tooltip.right::before {
    border-color: transparent transparent transparent #333333;
    border-left-style: solid;
    border-right-width: 0;
    right: auto;
    left: 100%; }

[dir] .top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  [dir] .top-bar::after {
    clear: both; }
  [dir] .top-bar, [dir] .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px; }
  [dir=ltr] .top-bar input {
  margin-right: 1rem; }
  [dir=rtl] .top-bar input {
    margin-left: 1rem; }
  .top-bar .input-group-field {
    width: 100%; }
  [dir=ltr] .top-bar .input-group-field {
  margin-right: 0; }
  [dir=rtl] .top-bar .input-group-field {
    margin-left: 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%; } }

[dir=ltr] .top-bar-title {
  float: left;
  margin-right: 1rem; }

[dir=rtl] .top-bar-title {
  float: right;
  margin-left: 1rem; }

[dir=ltr] .top-bar-left {
  float: left; }

[dir=rtl] .top-bar-left {
  float: right; }

[dir=ltr] .top-bar-right {
  float: right; }

[dir=rtl] .top-bar-right {
  float: left; }

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

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

[dir=ltr] .float-left {
  float: left !important; }

[dir=rtl] .float-left {
  float: right !important; }

[dir=ltr] .float-right {
  float: right !important; }

[dir=rtl] .float-right {
  float: left !important; }

.float-center {
  display: block; }

[dir=ltr] .float-center {
  margin-left: auto;
  margin-right: auto; }

[dir=rtl] .float-center {
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

[dir] .clearfix::after {
  clear: both; }
