@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "ff-dagny-web-pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #5f6469;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px; }

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

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

pre {
  overflow: auto; }

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

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

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

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

.column.row.row, .row.row.columns {
  float: none; }

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

.small-1 {
  width: 8.3333333333%; }

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

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

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

.small-2 {
  width: 16.6666666667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.3333333333%; }

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

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

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

.small-5 {
  width: 41.6666666667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.3333333333%; }

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

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

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

.small-8 {
  width: 66.6666666667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.3333333333%; }

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

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

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

.small-11 {
  width: 91.6666666667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    width: 25%; }

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

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

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    width: 50%; }

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

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

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    width: 75%; }

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

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

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

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

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

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

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    width: 25%; }

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

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

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

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

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    width: 50%; }

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

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

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

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

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    width: 75%; }

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

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

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

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

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

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

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

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

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

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

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

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

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

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

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

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 2.5rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-dagny-web-pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #5f6469; }

h1 {
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h2 {
  font-size: 2rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h4 {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h5 {
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.875rem; }

h6 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1.875rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 1.75rem; }

  h4 {
    font-size: 1.375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
a {
  line-height: inherit;
  color: #00aeef;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0096ce; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #5f6469; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #001222; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #001222; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #000000;
  color: #5f6469;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #5f6469;
  background-color: #f0f0f0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f0f0f0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }

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

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

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

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #001222;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .print-break-inside {
    page-break-inside: auto; } }
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #00aeef;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #0094cb;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #00aeef;
    color: #000000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #008bbf;
      color: #000000; }
  .button.secondary {
    background-color: #011f3b;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #01192f;
      color: #ffffff; }
  .button.success {
    background-color: #3adb76;
    color: #000000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button.warning {
    background-color: #e00101;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #b30101;
      color: #ffffff; }
  .button.alert {
    background-color: #e00101;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #b30101;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #00aeef;
    color: #00aeef; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #005778;
      color: #005778; }
    .button.hollow.primary {
      border: 1px solid #00aeef;
      color: #00aeef; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #005778;
        color: #005778; }
    .button.hollow.secondary {
      border: 1px solid #011f3b;
      color: #011f3b; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #01101e;
        color: #01101e; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #e00101;
      color: #e00101; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #700101;
        color: #700101; }
    .button.hollow.alert {
      border: 1px solid #e00101;
      color: #e00101; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #700101;
        color: #700101; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00aeef;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #00aeef;
        color: #000000; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #011f3b;
        color: #ffffff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #e00101;
        color: #ffffff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #e00101;
        color: #ffffff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #00aeef; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #00aeef; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #011f3b; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #e00101; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #e00101; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.5625rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cad1d7;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: normal;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #001222;
    background-color: #ffffff;
    box-shadow: 0 0 5px #5f6469;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

input::placeholder,
textarea::placeholder {
  color: #5f6469; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 5px; }

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

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

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

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

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

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

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 5px 0 0 5px; }
  .input-group > :last-child > * {
    border-radius: 0 5px 5px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cad1d7;
  background: #cad1d7;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.625rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.125rem; }

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

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

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

select {
  height: 2.5625rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cad1d7;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: normal;
  color: #000000;
  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%280, 18, 34%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #001222;
    background-color: #ffffff;
    box-shadow: 0 0 5px #5f6469;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #e00101;
  background-color: #fce6e6; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #e00101; }

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

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

.accordion {
  margin-left: 0;
  background: #f0f0f0;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 5px 5px 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 5px 5px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 0px solid #f0f0f0;
  border-bottom: 0;
  font-size: 1.125rem;
  line-height: 1;
  color: #a6afb7; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 0px solid #f0f0f0;
    border-radius: 0 0 5px 5px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #ffffff; }

.accordion-content {
  display: none;
  padding: 40px 20px;
  border: 0px solid #f0f0f0;
  border-bottom: 0;
  background-color: #ffffff;
  color: #5f6469; }
  :last-child > .accordion-content:last-child {
    border-bottom: 0px solid #f0f0f0; }

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #00aeef;
  color: #ffffff; }
  .badge.primary {
    background: #00aeef;
    color: #000000; }
  .badge.secondary {
    background: #011f3b;
    color: #ffffff; }
  .badge.success {
    background: #3adb76;
    color: #000000; }
  .badge.warning {
    background: #e00101;
    color: #ffffff; }
  .badge.alert {
    background: #e00101;
    color: #ffffff; }

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 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; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #00aeef;
    color: #000000; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #008bbf;
      color: #000000; }
  .button-group.secondary .button {
    background-color: #011f3b;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #01192f;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #000000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #000000; }
  .button-group.warning .button {
    background-color: #e00101;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #b30101;
      color: #ffffff; }
  .button-group.alert .button {
    background-color: #e00101;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #b30101;
      color: #ffffff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      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;
        margin-right: 0; } }

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

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #5f6469; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  padding: 1rem;
  background: #f0f0f0; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #001222;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%; }
  .menu > li {
    flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: flex; }
  .menu > li > a {
    flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu, .menu.horizontal {
    flex-wrap: nowrap; }
    .menu > li, .menu.horizontal > li {
      flex: 0 0 auto; }
  .menu.expanded > li {
    flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.vertical {
    flex-wrap: wrap; }
    .menu.vertical > li {
      flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      justify-content: flex-start;
      align-items: flex-start; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        flex: 0 0 auto; }
    .menu.medium-expanded > li {
      flex: 1 1 0px; }
    .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.medium-vertical {
      flex-wrap: wrap; }
      .menu.medium-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        justify-content: flex-start;
        align-items: flex-start; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        flex: 0 0 auto; }
    .menu.large-expanded > li {
      flex: 1 1 0px; }
    .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.large-vertical {
      flex-wrap: wrap; }
      .menu.large-vertical > li {
        flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        justify-content: flex-start;
        align-items: flex-start; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right {
    justify-content: flex-end; }
  .menu.icon-top > li > a {
    flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #00aeef;
    color: #ffffff; }
  .menu.menu-bordered li {
    border: 1px solid #f0f0f0; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #f0f0f0; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    justify-content: center;
    align-items: flex-start; }

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

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

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

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

.drilldown-submenu-cover-previous {
  min-height: 100%; }

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

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #5f6469;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 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%;
  right: 0;
  left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #00aeef transparent transparent;
  right: 5px;
  margin-top: -3px; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
.dropdown.menu.vertical > li > a::after {
  right: 14px; }
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #00aeef transparent transparent; }
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #00aeef; }
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00aeef transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00aeef transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00aeef; } }
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00aeef transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00aeef transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00aeef; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #5f6469;
  background: #ffffff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00aeef transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00aeef; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #00aeef;
  color: #ffffff; }
  .label.primary {
    background: #00aeef;
    color: #000000; }
  .label.secondary {
    background: #011f3b;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #000000; }
  .label.warning {
    background: #e00101;
    color: #ffffff; }
  .label.alert {
    background: #e00101;
    color: #ffffff; }

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

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #f0f0f0; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #f0f0f0; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

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

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

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  background-color: #5f6469; }
  .progress.primary .progress-meter {
    background-color: #00aeef; }
  .progress.secondary .progress-meter {
    background-color: #011f3b; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #e00101; }
  .progress.alert .progress-meter {
    background-color: #e00101; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #00aeef;
  border-radius: 5px; }

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

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

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

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

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

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

.sticky-container {
  position: relative; }

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

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

.sticky.is-anchored {
  position: relative;
  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 {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

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

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

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

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

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

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

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

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

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 5px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }

  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }

  thead {
    background: #f9f9f9;
    color: #5f6469; }

  tfoot {
    background: #f2f2f2;
    color: #5f6469; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }

  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }

  table.unstriped tbody {
    background-color: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #ffffff; }

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

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

table.hover thead tr:hover {
  background-color: #f4f4f4; }
table.hover tfoot tr:hover {
  background-color: #ededed; }
table.hover tbody tr:hover {
  background-color: #fafafa; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

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

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

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

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

.tabs.primary {
  background: #00aeef; }
  .tabs.primary > li > a {
    color: #000000; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #00a5e3; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1;
    color: #a6afb7; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #8b97a1; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #f0f0f0;
      color: #011f3b; }

.tabs-content {
  border: 1px solid #ffffff;
  border-top: 0;
  background: #ffffff;
  color: #5f6469;
  transition: all 0.5s ease; }

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(0, 174, 239, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

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

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

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #f0f0f0; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.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 print, 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 print, 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;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

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

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

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

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

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

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

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }
.spin-cw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }
.spin-ccw {
  animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }
.wiggle {
  animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

::selection {
  background: #00aeef;
  /* WebKit/Blink Browsers */
  color: #ffffff; }

::-moz-selection {
  background: #00aeef;
  /* Gecko Browsers */
  color: #ffffff; }

body {
  font-size: 18px;
  overflow-x: hidden; }
  body.mobile-active {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova";
  font-weight: 800;
  color: #011f3b; }

h1, h2 {
  text-transform: uppercase; }

h3, h4, h5, h6 {
  text-transform: none; }

h1 {
  font-style: italic; }

p {
  margin-bottom: 20px; }

blockquote {
  border-left: 2px solid #00aeef;
  margin-bottom: 30px; }
  blockquote strong {
    color: #00aeef; }

input[type="submit"], input[type="button"] {
  color: #ffffff;
  background: #00aeef;
  font-family: 'ff-dagny-web-pro', Helvetica, Roboto, Arial, sans-serif;
  cursor: pointer;
  padding: 10px 20px; }

.button, input[type="submit"], input[type="button"] {
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #00aeef;
  transition: all 0.2s ease-in-out; }
  .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: transparent;
    color: #00aeef; }
  .button.secondary, input[type="submit"].secondary, input[type="button"].secondary {
    background: #011f3b;
    border: 2px solid #011f3b; }
    .button.secondary:hover, input[type="submit"].secondary:hover, input[type="button"].secondary:hover {
      background: transparent;
      color: #011f3b; }

.content-container {
  float: left;
  width: 100%;
  clear: both; }
  .content-container form label {
    font-size: 18px;
    color: #5f6469; }
  .content-container form input[type="submit"] {
    margin-bottom: 10px; }

.content-row {
  padding: 80px 0px;
  float: left;
  width: 100%;
  clear: both; }
  .content-row.grey {
    background: #f0f0f0; }
  .content-row.dark {
    background: #001222;
    color: #ffffff; }
    .content-row.dark h2 {
      color: #ffffff; }
  .content-row.intro-row {
    text-align: center; }
    .content-row.intro-row p {
      font-size: 22px;
      max-width: 600px;
      float: none;
      margin-left: auto;
      margin-right: auto; }
    .content-row.intro-row h2 img {
      max-width: 254px; }

.row.button-row .large-12 {
  margin: 40px 0px; }
  .row.button-row .large-12 .button {
    margin-bottom: 0px; }

[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 {
  height: auto;
  padding: 12px 20px;
  background: transparent; }

.logo.homepage-logo {
  max-width: 200px; }

.logo:not(.homepage-logo) {
  max-width: 310px; }

.custom-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 99; }
  .header .overlay {
    padding: 20px 0px; }
    .header .overlay .brand {
      float: left;
      margin-top: 10px; }
      .header .overlay .home-navigation .brand {
        margin-top: 0px; }

body.HomePage .inner-logo {
  display: none; }

.sitewide-store-notice {
  background: #001222;
  padding: 10px 0px; }
  .sitewide-store-notice p {
    color: #ffffff;
    margin-bottom: 0px; }
  .sitewide-store-notice strong {
    font-weight: bold;
    color: #00aeef; }

@media screen and (max-width: 63.9375em) {
  .logo {
    float: left; }
  
  .logo.homepage-logo {
    max-width: 200px; }
  
  .logo:not(.homepage-logo) {
    max-width: 250px; }

  .header .overlay {
    padding: 17px 0px; }
    .header .overlay .brand {
      margin-top: 0px;
      animation: none !important;
      opacity: 1; } }
.header .overlay {
  float: left;
  width: 100%;
  clear: both;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); }
  .header .overlay .menu.home-navigation, .header .overlay .menu {
    float: right;
    width: auto; }
    .header .overlay .menu.home-navigation li a, .header .overlay .menu li a {
      font-size: 17px;
      font-weight: bold;
      color: #ffffff;
      border-bottom: 2px solid transparent;
      transition: all 0.2s ease-in-out;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 15px;
      margin-right: 15px; }
    .header .overlay .menu.home-navigation li.current a, .header .overlay .menu li.current a {
      border-bottom: 2px solid #00aeef; }
    .header .overlay .menu.home-navigation li.current .mega-menu a, .header .overlay .menu li.current .mega-menu a {
      border-bottom: 0px !important; }
    .header .overlay .menu.home-navigation li:hover a, .header .overlay .menu li:hover a {
      border-bottom: 2px solid #00aeef; }
    .header .overlay .menu.home-navigation li:hover .mega-menu a, .header .overlay .menu li:hover .mega-menu a {
      border-bottom: 0px !important; }
    .header .overlay .menu.home-navigation li a.button, .header .overlay .menu li a.button {
      padding: 10px 20px;
      height: auto; }
      .header .overlay .menu.home-navigation li a.button:hover, .header .overlay .menu li a.button:hover {
        color: #00aeef; }
      .header .overlay .menu.home-navigation li a.button.secondary, .header .overlay .menu li a.button.secondary {
        border-bottom: 2px solid #011f3b;
        margin-left: 0px; }
        .header .overlay .menu.home-navigation li a.button.secondary:hover, .header .overlay .menu li a.button.secondary:hover {
          color: #011f3b; }
    .header .overlay .menu.home-navigation li.thin a, .header .overlay .menu li.thin a {
      font-weight: normal; }
  .header .overlay .menu li a {
    color: #5f6469; }
    .header .overlay .menu li a.button {
      color: #ffffff; }

body.HomePage .header .overlay {
  box-shadow: 0px; }

.open-close {
  margin: 0px;
  float: right;
  list-style: none;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -17px; }
  .home-navigation .open-close { margin-top: -3px}
  .open-close .hamburger, .open-close .times {
    color: #001222;
    font-size: 24px; }
  .open-close .hamburger {
    display: block; }
  .open-close .times {
    display: none; }
  .open-close.active {
    right: 250px;
    background: #00aeef; }
    .open-close.active .hamburger, .open-close.active .times {
      color: #ffffff; }

body.HomePage .open-close .hamburger, body.HomePage .open-close .times {
  color: #ffffff; }

#mobile-menu {
  width: 250px;
  background: #001222;
  position: fixed;
  right: -250px;
  height: 100%;
  top: 0px;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  overflow-y: scroll; }
  #mobile-menu ul {
    margin: 0px;
    width: 100%; }
    #mobile-menu ul li {
      list-style: none;
      width: 100%;
      float: left;
      background: #001222;
      border-bottom: 1px solid #011f3b;
      position: relative; }
      #mobile-menu ul li.parent-mega-menu a {
        width: 80%; }
      #mobile-menu ul li .fa-chevron-right, #mobile-menu ul li .fa-chevron-down {
        position: absolute;
        color: #ffffff;
        right: 20px;
        top: 22px; }
      #mobile-menu ul li .fa-chevron-down {
        display: none; }
      #mobile-menu ul li a {
        color: #ffffff;
        font-size: 17px;
        text-align: left;
        padding: 20px;
        width: 100%;
        float: left;
        font-weight: bold; }
        #mobile-menu ul li a.button {
          margin-bottom: 0px;
          border-radius: 0px; }
      #mobile-menu ul li.thin {
        border-bottom: 0px; }
        #mobile-menu ul li.thin a {
          font-size: 15px;
          font-weight: normal;
          padding: 15px 20px; }
    #mobile-menu ul .mega-menu {
      display: none; }
    #mobile-menu ul .mega-menu-children {
      background: #011f3b;
      float: left;
      width: 100%;
      clear: both;
      padding-bottom: 20px; }
      #mobile-menu ul .mega-menu-children li {
        border-bottom: 0px;
        background: transparent; }
        #mobile-menu ul .mega-menu-children li a {
          font-weight: bold;
          padding: 10px 20px; }
      #mobile-menu ul .mega-menu-children .mega-menu-children-container li a {
        color: #ffffff;
        font-weight: normal;
        padding: 5px 20px;
        font-size: 15px; }

#mobile-menu.active {
  right: 0; }

.top-navigation.fixed {
  position: fixed;
  top: 0px;
  float: left;
  width: 100%;
  z-index: 999;
  padding: 17px 0px;
  background: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both; }
  .top-navigation.fixed.home-navigation { padding: 10px 0 }
  .top-navigation.fixed .home-logo {
    display: none; }
  .top-navigation.fixed .inner-logo {
    display: block; }
  .top-navigation.fixed .open-close {
    animation: none !important; }
    .top-navigation.fixed .open-close .hamburger, .top-navigation.fixed .open-close .times {
      color: #011f3b; }
    .top-navigation.fixed .open-close.active .hamburger, .top-navigation.fixed .open-close.active .times {
      color: #ffffff; }
  .top-navigation.fixed .menu.home-navigation, .top-navigation.fixed .menu {
    animation: none !important; }
    .top-navigation.fixed .menu.home-navigation li a, .top-navigation.fixed .menu li a {
      color: #5f6469; }
      .top-navigation.fixed .menu.home-navigation li a.button, .top-navigation.fixed .menu li a.button {
        color: #ffffff; }
  .top-navigation.fixed .brand {
    animation: none !important; }

#mega-menu-container .is-dropdown-submenu-parent {
  list-style: none;
  position: static; }
  #mega-menu-container .is-dropdown-submenu-parent a {
    padding-right: 20px; }
    #mega-menu-container .is-dropdown-submenu-parent a::after {
      right: 0px; }
#mega-menu-container .mega-menu {
  background: #001222;
  border: 0px;
  margin: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: auto;
  margin-top: 33px;
  padding: 40px; }
  #mega-menu-container .mega-menu a {
    border-bottom: 0px !important;
    margin-bottom: 10px !important;
    float: left;
    width: 100%;
    clear: both;
    padding: 0px !important; }
  #mega-menu-container .mega-menu .mega-menu-children {
    margin: 0px;
    list-style: none;
    float: left;
    padding-bottom: 20px; }
    #mega-menu-container .mega-menu .mega-menu-children a {
      color: #00aeef;
      margin: 0px; }
    #mega-menu-container .mega-menu .mega-menu-children li.current a {
      text-decoration: underline; }
    #mega-menu-container .mega-menu .mega-menu-children .mega-menu-children-container {
      padding: 0px;
      margin: 0px;
      list-style: none; }
      #mega-menu-container .mega-menu .mega-menu-children .mega-menu-children-container a {
        font-weight: normal;
        color: #ffffff; }
      #mega-menu-container .mega-menu .mega-menu-children .mega-menu-children-container li.current a {
        text-decoration: underline; }

@media screen and (max-width: 63.9375em) {
  .header .overlay .open-close {
    animation: none !important;
    opacity: 1; } }
/* Animation */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }
  45% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }
  45% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0; } }
body {
  margin: 0; }

/* Hotspot */
#hotspotImg {
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  position: relative; }

#hotspotImg .img-responsive {
  max-width: 1000%;
  width: 100%; }

#hotspotImg .hot-spot {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: #00aeef;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease; }

#hotspotImg .hot-spot .circle {
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2em;
  height: 2em;
  margin: -0.95em auto auto -0.95em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 2px solid #00aeef;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite; }

#hotspotImg .hot-spot .tooltip {
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  opacity: 1.0;
  left: 0px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 280px;
  z-index: 999;
  max-width: 200px; }
  #hotspotImg .hot-spot .tooltip::before {
    border-color: transparent transparent #ffffff;
    left: 50.5%;
    display: none; }
  #hotspotImg .hot-spot .tooltip h3 {
    margin-bottom: 10px; }

#hotspotImg .hot-spot .tooltip .img-row {
  padding: 10px;
  text-align: center; }

#hotspotImg .hot-spot .tooltip .text-row {
  padding: 15px;
  color: #001222;
  font-size: 14px;
  text-align: center; }

#hotspotImg .hot-spot .tooltip h4 {
  margin-bottom: 10px; }

#hotspotImg .hot-spot .tooltip p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px; }

#hotspotImg .hot-spot .tooltip p:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 63.9375em) {
  #hotspotImg .hot-spot .tooltip {
    max-width: 150px; }
    #hotspotImg .hot-spot .tooltip h3 {
      font-size: 14px; } }
.content-row.footer-top {
  background: url(../images/lowpressure.png) right center no-repeat;
  background-size: cover;
  background-color: #001222; }
  .content-row.footer-top p {
    font-size: 22px; }

.footer .social-links {
  list-style: none;
  margin: 0px; }
  .footer .social-links li {
    float: left;
    margin: 0 20px 0 0;
    list-style: none; }
    .footer .social-links li a {
      color: #011f3b;
      transition: all 0.2s ease-in-out;
      font-size: 24px; }
      .footer .social-links li a:hover {
        color: #00aeef; }
.footer .footer-menu {
  columns: 2;
  list-style: none;
  margin: 0px; }
  .footer .footer-menu li {
    padding: 0 0 15px 0; }
    .footer .footer-menu li a {
      color: #5f6469;
      transition: all 0.2s ease-in-out; }
      .footer .footer-menu li a:hover {
        color: #00aeef; }

.footer-bottom {
  float: left;
  width: 100%;
  clear: both;
  padding: 20px 0px;
  font-size: 14px; }
  .footer-bottom a {
    color: #5f6469;
    transition: all 0.2s ease-in-out; }
    .footer-bottom a:hover {
      text-decoration: underline;
      color: #00aeef; }

.stratton-footer {
  margin-bottom: 20px;
  margin-top: 20px; }

@media screen and (max-width: 63.9375em) {
  .footer .columns {
    margin-bottom: 40px; } }
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.animation {
  opacity: 0; }
  .animation.ready.in-view.fade-in-bottom {
    animation: fade-in-bottom 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s 1 normal both; }
  .animation.ready.in-view.fade-in-bottom-2 {
    animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s 1 normal both; }
  .animation.ready.in-view.fade-in-bottom-3 {
    animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s 1 normal both; }
  .animation.ready.in-view.slide-in-top {
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both; }

.cartpopup .message.good {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  margin-top: 40px; }
.cartpopup .checkout {
  float: right; }

@media screen and (max-width: 63.9375em) {
  .cartpopup .button {
    float: left;
    width: 100%;
    clear: both; } }
#instafeed-gallery-feed {
  margin-bottom: 0px;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 40px; }

.instagram-feed .img-featured-container {
  width: 25%;
  height: auto;
  position: relative;
  float: left; }

.instagram-feed p {
  margin: 0px; }

.instagram-feed .img-featured-container .description-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding: 5%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.2s ease-in-out; }

.instagram-feed .img-featured-container .description-container .instagram-icon {
  width: 18px;
  height: 18px;
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 50px; }

.instagram-feed .img-featured-container .description-container .caption {
  font-size: 14px;
  color: #fff;
  font-weight: 300; }

.instagram-feed .img-featured-container:hover .description-container {
  opacity: 1; }

@media screen and (max-width: 63.9375em) {
  .instagram-feed .img-featured-container {
    width: 50%;
    height: auto; } }
#home-header .overlay {
  float: left;
  width: 100%;
  clear: both;
  height: 100%;
  /*background:url(../images/bg-overlay.png) center center no-repeat;*/
  background-size: cover; }

.row.home-header-main {
  padding: 150px 0px 80px;
  text-align: center; }
  .row.home-header-main h1 {
    color: #ffffff;
    /*text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);*/ }
  .row.home-header-main p {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 50px;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    line-height: 1.2em;
    max-width: 600px;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .row.home-header-main .header-button {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    transition: all 0.2s ease-in-out; }
    .row.home-header-main .header-button:hover {
      background: #00aeef;
      color: #ffffff;
      border: 2px solid #00aeef; }

.highlight-carousel {
  margin: 30px 0px;
  float: left;
  width: 100%;
  clear: both; }
  .highlight-carousel .owl-item {
    background: #001222;
    height: 260px;
    position: relative; }
    .highlight-carousel .owl-item .outer {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px; }
    .highlight-carousel .owl-item .overlay {
      position: absolute;
      z-index: 9;
      background: #001222;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      top: 0px;
      left: 0px; }
    .highlight-carousel .owl-item .content {
      position: relative;
      z-index: 12;
      transition: all 0.2s ease-in-out;
      height: 30px; }
      .highlight-carousel .owl-item .content h3 {
        color: #ffffff;
        text-transform: none;
        text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
        text-align: center;
        margin-bottom: 15px;
        transition: all 0.2s ease-in-out; }
      .highlight-carousel .owl-item .content p {
        color: #ffffff;
        text-align: center;
        max-width: 85%;
        font-size: 16px;
        margin: 0 auto;
        display: block;
        float: none;
        height: 0px;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
        opacity: 0; }
      .highlight-carousel .owl-item .content a.arrow {
        width: 45px;
        height: 45px;
        border-radius: 45px;
        border: 2px solid #ffffff;
        display: block;
        margin: auto;
        color: #ffffff;
        padding: 10px 12px;
        margin-top: 15px;
        transition: all 0.2s ease-in-out;
        opacity: 0; }
        .highlight-carousel .owl-item .content a.arrow:hover {
          color: #00aeef;
          border: 2px solid #00aeef; }
      .highlight-carousel .owl-item .content:hover {
        height: 200px; }
        .highlight-carousel .owl-item .content:hover p {
          height: auto;
          opacity: 1; }
        .highlight-carousel .owl-item .content:hover a {
          opacity: 1; }
  .highlight-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 10px);
    width: 100%; }
    .highlight-carousel .owl-nav button {
      color: #ffffff;
      position: absolute; }
      .highlight-carousel .owl-nav button i {
        color: #ffffff; }
    .highlight-carousel .owl-nav .owl-prev {
      left: 20px; }
    .highlight-carousel .owl-nav .owl-next {
      right: 20px; }

body.HomePage .highlight-carousel .owl-item .overlay {
  opacity: 0; }

.hotspot-row {
  float: left;
  width: 100%;
  clear: both; }
  .hotspot-row .hotspots-container {
    border: 1px solid #cad1d7;
    padding: 60px 0px; }

.featuredimage-carousel .owl-dots {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 20px;
  width: 100%; }
  .featuredimage-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    background: #ffffff;
    margin: 0 5px;
    border-radius: 10px;
    position: relative;
    top: -3px; }
    .featuredimage-carousel .owl-dots button.active {
      background: #011f3b;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: transparent;
      border: 2px solid #ffffff;
      top: 0px; }
    .featuredimage-carousel .owl-dots button:hover {
      background: #00aeef; }

.sub-featured-products-row {
  margin-top: 30px;
  float: left;
  width: 100%;
  clear: both; }
  .sub-featured-products-row .sub-featured-products-container {
    background: #ffffff;
    position: relative;
    margin-bottom: 30px; }
    .sub-featured-products-row .sub-featured-products-container .product-image {
      opacity: 1;
      max-width: 1000%;
      width: 100%; }
    .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9; }
      .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content div {
        height: 0px;
        transition: all 0.2s ease-in-out; }
        .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content div img {
          max-width: 255px;
          margin-bottom: 30px; }
        .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content div p {
          text-align: center;
          color: #ffffff;
          height: 0px;
          opacity: 0; }
        .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content div h3 {
          color: #ffffff;
          text-transform: none;
          text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
          text-align: center;
          margin-bottom: 15px;
          transition: all 0.2s ease-in-out; }
        .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content div a.arrow {
          width: 45px;
          height: 45px;
          border-radius: 45px;
          border: 2px solid #ffffff;
          display: block;
          margin: auto;
          color: #ffffff;
          padding: 10px 12px;
          margin-top: 15px;
          transition: all 0.2s ease-in-out;
          opacity: 0; }
          .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content div a.arrow:hover {
            color: #00aeef;
            border: 2px solid #00aeef; }
        .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content div:hover {
          height: 160px; }
          .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content div:hover p {
            height: auto;
            opacity: 1; }
          .sub-featured-products-row .sub-featured-products-container .sub-featured-product-content div:hover a {
            opacity: 1; }

.sub-featured-products-row.featured-categories-row {
  margin-top: 0px;
  margin-bottom: 30px; }
  .sub-featured-products-row.featured-categories-row .sub-featured-products-container .sub-featured-product-content div:hover {
    height: 100px; }

.brandcarousel-row h2 {
  text-align: center; }
.brandcarousel-row .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center; }
.brandcarousel-row .owl-item div a {
  float: left;
  width: 100%;
  clear: both; }
.brandcarousel-row .homebrand-carousel {
  position: relative; }
  .brandcarousel-row .homebrand-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .brandcarousel-row .homebrand-carousel .owl-dots button {
      width: 10px;
      height: 10px;
      background: #011f3b;
      margin: 0 5px;
      border-radius: 10px;
      position: relative;
      top: -3px; }
      .brandcarousel-row .homebrand-carousel .owl-dots button.active {
        background: #00aeef;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: transparent;
        border: 2px solid #00aeef;
        top: 0px; }
      .brandcarousel-row .homebrand-carousel .owl-dots button:hover {
        background: #00aeef; }
.brandcarousel-row .brands-grid .columns {
  float: left !important;
  margin-bottom: 20px; }

@media screen and (max-width: 63.9375em) {
  .hotspot-row .hotspots-container {
    margin-bottom: 20px; }

  .sub-featured-products-row .sub-featured-products-container {
    margin-bottom: 20px; } }
.breadcrumbs-row {
  float: left;
  width: 100%;
  clear: both;
  padding: 15px 0px;
  background: rgba(255, 255, 255, 0.7); }
  .breadcrumbs-row ul.breadcrumbs {
    margin-bottom: 0px; }

.inner-header {
  float: left;
  width: 100%;
  clear: both; }
  .inner-header .title-row {
    padding: 120px 0 80px 0px;
    text-align: center; }
    .inner-header .title-row h1 {
      margin-bottom: 0px;
      color: #ffffff;
      text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7); }
  .inner-header .overlay {
    float: left;
    width: 100%;
    clear: both;
    height: 100%;
    /*background:url(../images/bg-overlay-inner.png) bottom center no-repeat;*/
    background-size: cover; }
  .inner-header.no-banner .breadcrumbs-row {
    background: #f0f0f0; }
  .inner-header.no-banner .overlay {
    background: none; }
  .inner-header.no-banner .title-row {
    padding: 80px 0px 40px 0px;
    border-bottom: 1px solid #cad1d7; }
    .inner-header.no-banner .title-row h1 {
      color: #011f3b;
      text-shadow: none; }

.inner-content {
  padding: 80px 0px; }
  .inner-content .narrow-row {
    max-width: 960px; }

.narrow-row {
  max-width: 960px; }

.product-category .product-brief-title {
  color: #011f3b;
  margin-bottom: 5px;
  margin-top: 20px; }
  .product-category .product-brief-title a {
    color: #011f3b; }
.product-category .product-brief-price {
  font-size: 22px;
  font-weight: bold;
  color: #00aeef;
  margin-bottom: 0px; }
.product-category .columns {
  float: left !important;
  position: relative;
  margin-bottom: 30px; }
  .product-category .columns img {
    transition: all 0.2s ease-in-out;
    max-width: 1000%;
    width: 100%; }
  .product-category .columns:hover img {
    opacity: 0.5; }
.product-category .overlay {
  float: left;
  width: calc(100% - 40px);
  clear: both;
  height: 100%;
  /*background: url(../images/productoverlay.png) bottom center no-repeat;*/
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 0px; }
.product-category .featured-product-content {
  position: absolute;
  bottom: 20px;
  left: 40px; }
  .product-category .featured-product-content h3 {
    color: #ffffff;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7); }
    .product-category .featured-product-content h3 a {
      color: #ffffff; }
  .product-category .featured-product-content .product-brief-price {
    color: #ffffff;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7); }

.pagination {
  float: left;
  width: 100%;
  clear: both;
  background: #f0f0f0;
  margin-bottom: 0px;
  padding: 10px 0px; }
  .pagination ul {
    margin: 0px;
    float: right;
    width: auto; }
    .pagination ul a {
      transition: all 0.2s ease-in-out; }
    .pagination ul a:hover {
      color: #ffffff; }
    .pagination ul li.active a {
      background: #011f3b;
      color: #ffffff; }

.filter-bar {
  padding: 20px 0px;
  background: #f0f0f0;
  float: left;
  width: 100%;
  clear: both; }
  .filter-bar .columns {
    float: left !important; }
  .filter-bar .large-4 {
    position: relative; }
  .filter-bar select, .filter-bar .dropdown-button {
    background: transparent;
    margin-bottom: 0px;
    color: #5f6469;
    font-weight: bold;
    font-size: 16px;
    height: auto;
    padding: 15px;
    -moz-appearance: window;
    -webkit-appearance: none; }
  .filter-bar .select-active {
    border-top: 2px solid #00aeef !important; }
  .filter-bar .select-container {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px; }
    .filter-bar .select-container i {
      top: 17px;
      right: 15px;
      position: absolute; }
    .filter-bar .select-container.search i {
      top: 14px; }
    .filter-bar .select-container.search input {
      margin-bottom: 0px; }
  .filter-bar .dropdown-pane {
    width: 100%;
    border: 1px solid #cad1d7; }
    .filter-bar .dropdown-pane .slider {
      margin-bottom: 20px; }
  .filter-bar .dropdown-button {
    border: 1px solid #cad1d7;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 20px; }
  .filter-bar .toggle-filters i {
    float: right;
    margin-top: 3px; }
  .filter-bar .toggle-filters .fa-chevron-up {
    display: none; }

@media screen and (max-width: 63.9375em) {
  .filter-bar .select-container {
    margin-bottom: 10px; }
  .filter-bar .product-filter-main {
    display: none;
    margin-top: 20px; } }
.anythingSlider-fancybox ul#slider img {
  float: left;
  width: 100%;
  clear: both; }

.anythingSlider-fancybox {
  padding: 0px;
  margin: 0px;
  width: 100% !important; }
  .anythingSlider-fancybox .arrow {
    display: none !important; }

.product .product-meta .product-price-js {
  color: #00aeef;
  font-size: 30px; }
.product .product-meta h1 {
  margin-bottom: 10px; }
.product .product-meta h2#CustomProductForm_ProductForm_OutOfStock {
  font-size: 18px; }

.tabs-content {
  padding: 60px 0px;
  float: left;
  width: 100%;
  clear: both; }
  .tabs-content .row {
    max-width: 680px;
    float: none;
    margin: 0 auto;
    display: block; }
  .tabs-content #hotspotImg .img-responsive {
    max-width: 100%;
    width: auto; }
  .tabs-content .responsive-hotspot-wrap {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 680px;
    margin-bottom: 40px; }

.tabs-content .row.spec-table, .accordion-content .row.spec-table {
  max-width: 1200px; }
  .tabs-content .row.spec-table .responsive-table, .accordion-content .row.spec-table .responsive-table {
    overflow-x: scroll; }
    .tabs-content .row.spec-table .responsive-table table, .accordion-content .row.spec-table .responsive-table table {
      min-width: 900px; }
      .tabs-content .row.spec-table .responsive-table table a, .accordion-content .row.spec-table .responsive-table table a {
        color: #00aeef;
        text-transform: none;
        border-bottom: 0px;
        font-family: "ff-dagny-web-pro",Helvetica,Roboto,Arial,sans-serif;
        font-weight: normal; }

.tabs-row {
  float: left;
  width: 100%;
  clear: both;
  background: #f0f0f0;
  margin-top: 80px; }

.tabs {
  border: 0px; }
  .tabs li {
    border-bottom: 0px solid #ffffff; }
    .tabs li.is-active {
      border-bottom: 2px solid #00aeef; }
    .tabs li a {
      font-family: "proxima-nova";
      font-weight: 800;
      text-transform: uppercase;
      transition: all 0.2s ease-in-out; }

.tabs-row li.accordion-item {
  float: left;
  width: 100%;
  clear: both; }
  .tabs-row li.accordion-item.is-active a {
    border-bottom: 2px solid #00aeef;
    color: #011f3b; }
  .tabs-row li.accordion-item a {
    font-family: "proxima-nova";
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out; }
.tabs-row .accordion {
  margin-bottom: 60px;
  float: left;
  width: 100%;
  clear: both; }
  .tabs-row .accordion .accordion-content {
    float: left;
    width: 100%;
    clear: both; }

.Product .inner-content {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.product-carousel img, .blog-carousel img {
  transition: all 0.2s ease-in-out; }
  .product-carousel img:hover, .blog-carousel img:hover {
    opacity: 0.5; }
.product-carousel .owl-nav, .blog-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 40px);
  width: 100%; }
  .product-carousel .owl-nav button, .blog-carousel .owl-nav button {
    color: #011f3b;
    position: absolute; }
    .product-carousel .owl-nav button i, .blog-carousel .owl-nav button i {
      color: #011f3b; }
  .product-carousel .owl-nav .owl-prev, .blog-carousel .owl-nav .owl-prev {
    left: -20px; }
  .product-carousel .owl-nav .owl-next, .blog-carousel .owl-nav .owl-next {
    right: -20px; }
.product-carousel .product-carousel-single, .blog-carousel .product-carousel-single {
  text-align: left; }
  .product-carousel .product-carousel-single img, .blog-carousel .product-carousel-single img {
    float: left;
    width: 100%;
    max-width: 1000%;
    clear: both; }
  .product-carousel .product-carousel-single .product-brief-title, .blog-carousel .product-carousel-single .product-brief-title {
    color: #011f3b;
    margin-bottom: 5px;
    margin-top: 20px;
    float: left;
    width: 100%;
    clear: both; }
    .product-carousel .product-carousel-single .product-brief-title a, .blog-carousel .product-carousel-single .product-brief-title a {
      color: #011f3b; }
  .product-carousel .product-carousel-single .product-brief-price, .blog-carousel .product-carousel-single .product-brief-price {
    font-size: 22px;
    font-weight: bold;
    color: #00aeef;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    clear: both; }

#ProductForm_ProductForm label {
  font-size: 16px;
  font-weight: bold;
  color: #5f6469; }

@media screen and (max-width: 63.9375em) {
  .tabs-row {
    background: #ffffff;
    margin-top: 40px; }

  .product .thumbs {
    margin-top: 0px;
    margin-bottom: 30px; }

  .product-carousel .owl-nav .owl-prev {
    left: -15px; }
  .product-carousel .owl-nav .owl-next {
    right: -15px; } }
.cart table, .checkout table, .account-page table {
  border: 0px;
  border-spacing: 0px;
  border-radius: 5px; }
  .cart table thead, .checkout table thead, .account-page table thead {
    border: 0px;
    background: #ffffff; }
  .cart table td, .cart table th, .checkout table td, .checkout table th, .account-page table td, .account-page table th {
    border: 1px solid #cad1d7; }
  .cart table td, .checkout table td, .account-page table td {
    border-bottom: 0px; }
  .cart table th, .checkout table th, .account-page table th {
    border-bottom: 0px;
    color: #011f3b; }
  .cart table td, .cart table th, .checkout table td, .checkout table th, .account-page table td, .account-page table th {
    border-right: 0px;
    padding: 20px; }
  .cart table td:last-child, .cart table th:last-child, .checkout table td:last-child, .checkout table th:last-child, .account-page table td:last-child, .account-page table th:last-child {
    border-right: 1px solid #cad1d7; }
  .cart table tr:last-child, .checkout table tr:last-child, .account-page table tr:last-child {
    background: #ffffff; }
    .cart table tr:last-child td, .checkout table tr:last-child td, .account-page table tr:last-child td {
      border-top: 1px solid #cad1d7;
      border-bottom: 1px solid #cad1d7; }
  .cart table tr, .checkout table tr, .account-page table tr {
    background: #f0f0f0; }
  .cart table .cartquantity input[type="text"], .checkout table .cartquantity input[type="text"], .account-page table .cartquantity input[type="text"] {
    padding: 10px;
    width: 60px;
    text-align: center; }
.cart #CartForm_CartForm_action_updateCart, .checkout #CartForm_CartForm_action_updateCart, .account-page #CartForm_CartForm_action_updateCart {
  background: #011f3b;
  border: 2px solid #011f3b; }
  .cart #CartForm_CartForm_action_updateCart:hover, .checkout #CartForm_CartForm_action_updateCart:hover, .account-page #CartForm_CartForm_action_updateCart:hover {
    border: 2px solid #011f3b;
    color: #011f3b;
    background: transparent; }

@media screen and (max-width: 63.9375em) {
  .cart table, .checkout table, .account-page table {
    font-size: 14px !important; }
    .cart table td, .cart table th, .checkout table td, .checkout table th, .account-page table td, .account-page table th {
      padding: 10px !important; } }
.CheckoutPage form.order-form .Actions input.action.disabled {
  background-color: gray;
  border-color: gray;
  cursor: default;
  color: white; }
.CheckoutPage .loading {
  display: none; }
.CheckoutPage .checkout.inner-content {
  padding-top: 0px; }
  .CheckoutPage .checkout.inner-content .message.required, .CheckoutPage .checkout.inner-content .message.bad {
    color: #e00101;
    font-weight: bold; }
  .CheckoutPage .checkout.inner-content hr {
    display: none; }
  .CheckoutPage .checkout.inner-content section {
    padding: 60px 0px;
    float: left;
    width: 100%;
    clear: both;
    margin: 0px; }
    .CheckoutPage .checkout.inner-content section label {
      font-size: 18px;
      color: #5f6469; }
    .CheckoutPage .checkout.inner-content section h3 {
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      margin-bottom: 10px; }
    .CheckoutPage .checkout.inner-content section .CompositeField {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      float: none; }
      .CheckoutPage .checkout.inner-content section .CompositeField .CompositeField {
        padding: 0px;
        background: transparent;
        width: auto;
        clear: none;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        float: left; }
        .CheckoutPage .checkout.inner-content section .CompositeField .CompositeField .fieldgroup {
          padding: 0px; }
        .CheckoutPage .checkout.inner-content section .CompositeField .CompositeField p.alert {
          background: #011f3b;
          color: #ffffff;
          padding: 20px;
          border-radius: 5px; }
  .CheckoutPage .checkout.inner-content .personal-details {
    background: #f0f0f0; }
  .CheckoutPage .checkout.inner-content .address {
    padding: 0px; }
    .CheckoutPage .checkout.inner-content .address #address-shipping {
      padding: 60px 0px;
      float: left;
      width: 100%; }
    .CheckoutPage .checkout.inner-content .address #address-billing {
      padding: 60px 0px;
      float: left;
      width: 100%;
      background: #f0f0f0; }
      .CheckoutPage .checkout.inner-content .address #address-billing .shipping-same-address {
        float: none; }
    .CheckoutPage .checkout.inner-content .address .field.text, .CheckoutPage .checkout.inner-content .address .field.dropdown {
      margin: 0px;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
  .CheckoutPage .checkout.inner-content .coupon h3, .CheckoutPage .checkout.inner-content .coupon #CouponCode {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .CheckoutPage .checkout.inner-content .coupon #OrderForm_OrderForm_CouponCode, .CheckoutPage .checkout.inner-content .coupon #CustomOrderForm_OrderForm_CouponCode {
    max-width: 300px; }
  .CheckoutPage .checkout.inner-content .order-details {
    background: #f0f0f0; }
    .CheckoutPage .checkout.inner-content .order-details h3, .CheckoutPage .checkout.inner-content .order-details #checkout-order-table {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
  .CheckoutPage .checkout.inner-content .notes {
    background: #f0f0f0;
    padding-top: 0px; }
    .CheckoutPage .checkout.inner-content .notes #OrderForm_OrderForm_Notes_Holder, .CheckoutPage .checkout.inner-content .notes #CustomOrderForm_OrderForm_Notes_Holder, .CheckoutPage .checkout.inner-content .notes #CustomOrderForm_OrderForm_ReceiveNewsletter_Holder {
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
  .CheckoutPage .checkout.inner-content .payment-details {
    padding-bottom: 0px; }
    .CheckoutPage .checkout.inner-content .payment-details #OrderForm_OrderForm_PaymentMethod_Holder, .CheckoutPage .checkout.inner-content .payment-details #CustomOrderForm_OrderForm_PaymentMethod_Holder {
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      max-width: 300px; }
  .CheckoutPage .checkout.inner-content .Actions {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    .CheckoutPage .checkout.inner-content .Actions input[type="submit"] {
      float: right; }
  .CheckoutPage .checkout.inner-content #OrderForm_OrderForm_error, .CheckoutPage .checkout.inner-content #CustomOrderForm_OrderForm_error {
    padding: 20px 0px;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px; }

@media screen and (max-width: 63.9375em) {
  .CheckoutPage .checkout.inner-content .Actions input[type="submit"] {
    float: left; }
  .CheckoutPage .checkout.inner-content section .CompositeField p.alert {
    width: 100%;
    max-width: 100%; }
  .CheckoutPage .checkout.inner-content section .CompositeField .CompositeField {
    max-width: 100%;
    width: 100%; }
    .CheckoutPage .checkout.inner-content section .CompositeField .CompositeField .CompositeField {
      width: 100%; }
  .CheckoutPage .checkout.inner-content .address .field.text, .CheckoutPage .checkout.inner-content .address .field.dropdown {
    width: 100%; }
  .CheckoutPage .checkout.inner-content .address #address-billing .shipping-same-address {
    float: left;
    margin-left: 10px; } }
.account-page table {
  margin-bottom: 0px; }
  .account-page table tr:last-child {
    background: #f0f0f0; }
    .account-page table tr:last-child td {
      border-bottom: 0px; }
  .account-page table tr:first-child {
    background: transparent; }
.account-page table:last-child {
  border-bottom: 1px solid #cad1d7; }

.gallery-shadowbox {
  padding: 40px; }
  .gallery-shadowbox.reveal {
    max-width: 800px;
    width: 100%; }
  .gallery-shadowbox h1 {
    text-align: center; }
  .gallery-shadowbox .gallery-thumbs {
    margin-bottom: 40px;
    margin-top: 10px; }
    .gallery-shadowbox .gallery-thumbs button {
      max-width: 100px;
      margin-right: 10px; }
  .gallery-shadowbox .gallery-carousel .owl-dots {
    display: none; }

.map-container {
  clear: both;
  padding: 20px;
  text-align: center; }
  .map-container #map {
    width: 100%;
    height: 500px;
    margin-bottom: 40px; }

.hire-tabs-row {
  margin-top: 0px; }
  .hire-tabs-row h2 {
    text-align: center; }
  .hire-tabs-row .accordion {
    background: #ffffff; }
    .hire-tabs-row .accordion .accordion-content {
      background: #f0f0f0; }

.tab-button-row {
  background: #ffffff; }
  .tab-button-row .tabs {
    background: #ffffff; }
  .tab-button-row .tabs-title > a:focus, .tab-button-row .tabs-title > a[aria-selected='true'] {
    background: #ffffff; }

.hire-tabs-content {
  padding-top: 0px;
  background: #f0f0f0; }

.narrow-form-row {
  max-width: 700px; }
  .narrow-form-row form {
    text-align: left; }
    .narrow-form-row form input[type="submit"] {
      float: none;
      margin: 0 auto;
      display: block;
      width: 120px; }

@media screen and (max-width: 63.9375em) {
  .tab-button-row {
    background: transparent; } }
.brand-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }
  .brand-carousel .owl-dots button {
    width: 10px;
    height: 10px;
    background: #011f3b;
    margin: 0 5px;
    border-radius: 10px;
    position: relative;
    top: -3px; }
    .brand-carousel .owl-dots button.active {
      background: #00aeef;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: transparent;
      border: 2px solid #00aeef;
      top: 0px; }
    .brand-carousel .owl-dots button:hover {
      background: #00aeef; }
.brand-carousel .owl-item {
  position: relative; }
  .brand-carousel .owl-item .image_caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #00aeef;
    padding: 40px; }
    .brand-carousel .owl-item .image_caption h1, .brand-carousel .owl-item .image_caption h2, .brand-carousel .owl-item .image_caption h3, .brand-carousel .owl-item .image_caption h4, .brand-carousel .owl-item .image_caption h5, .brand-carousel .owl-item .image_caption h6, .brand-carousel .owl-item .image_caption p {
      color: #ffffff;
      margin-bottom: 20px; }
    .brand-carousel .owl-item .image_caption img {
      max-width: 100%;
      width: auto; }
      .brand-carousel .owl-item .image_caption img.center {
        margin: 0 auto;
        display: block;
        float: none;
        margin-bottom: 20px; }
    .brand-carousel .owl-item .image_caption button {
      margin: 0px; }

.element-inner {
  padding: 80px 0px;
  float: left;
  width: 100%;
  clear: both; }
  .element-inner.grey {
    background: #f0f0f0; }
  .element-inner h2.title {
    text-align: center; }
  .element-inner .list-description {
    font-size: 22px;
    max-width: 600px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .element-inner .columns {
    float: left !important; }
  .element-inner .image-gallery {
    margin-top: 20px; }
    .element-inner .image-gallery img {
      cursor: pointer; }
    .element-inner .image-gallery .image_caption {
      padding: 15px;
      width: 100%;
      background: #011f3b;
      color: #ffffff;
      margin-bottom: 20px; }
      .element-inner .image-gallery .image_caption p {
        margin-bottom: 0px; }

.element {
  float: left;
  width: 100%;
  clear: both; }
  .element .call-to-action {
    background: #011f3b;
    padding: 40px 0px; }
    .element .call-to-action .large-12 {
      display: flex;
      align-items: center;
      justify-content: center; }
      .element .call-to-action .large-12 .button {
        margin-left: 60px;
        margin-bottom: 0px; }
      .element .call-to-action .large-12 h2 {
        color: #ffffff;
        margin-bottom: 10px; }
      .element .call-to-action .large-12 p {
        color: #ffffff;
        font-size: 22px;
        margin-bottom: 0px; }

.gallery-shadowbox .ElementImage img {
  margin-bottom: 20px;
  max-width: 1000%;
  width: 100%; }

@media screen and (max-width: 63.9375em) {
  .brand-carousel .owl-item .image_caption {
    position: relative;
    width: 100%;
    padding: 20px; }
    .brand-carousel .owl-item .image_caption button {
      margin: 0px; }

  .element .call-to-action .large-12 {
    display: block; }
    .element .call-to-action .large-12 .button {
      margin-left: 0px;
      margin-top: 20px; } }
.content-row.intro-row.blog-row {
  text-align: left; }
  .content-row.intro-row.blog-row .large-6 {
    text-align: left; }
    .content-row.intro-row.blog-row .large-6 p {
      font-size: 18px; }
    .content-row.intro-row.blog-row .large-6 img {
      max-width: 1000%;
      width: 100%; }
  .content-row.intro-row.blog-row h2 {
    text-align: center; }
  .content-row.intro-row.blog-row p {
    max-width: 100%; }
  .content-row.intro-row.blog-row .category-tag {
    background: #011f3b;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    font-family: "proxima-nova";
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 5px;
    display: inline-block; }
    .content-row.intro-row.blog-row .category-tag:hover {
      background: #00aeef; }
  .content-row.intro-row.blog-row .article-title {
    margin-top: 30px; }
    .content-row.intro-row.blog-row .article-title a {
      color: #011f3b;
      transition: all 0.2s ease-in-out; }
      .content-row.intro-row.blog-row .article-title a:hover {
        color: #00aeef; }
  .content-row.intro-row.blog-row .read-more {
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    display: block; }
    .content-row.intro-row.blog-row .read-more i {
      margin-left: 5px; }
  .content-row.intro-row.blog-row .owl-carousel p, .content-row.intro-row.blog-row .all-posts p {
    font-size: 16px; }
  .content-row.intro-row.blog-row .owl-carousel h4 a, .content-row.intro-row.blog-row .all-posts h4 a {
    transition: all 0.2s ease-in-out; }
    .content-row.intro-row.blog-row .owl-carousel h4 a:hover, .content-row.intro-row.blog-row .all-posts h4 a:hover {
      color: #00aeef; }
  .content-row.intro-row.blog-row .owl-carousel .product-image, .content-row.intro-row.blog-row .all-posts .product-image {
    margin-bottom: 20px; }
  .content-row.intro-row.blog-row .owl-carousel .owl-dots, .content-row.intro-row.blog-row .all-posts .owl-dots {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    margin-top: 10px; }
    .content-row.intro-row.blog-row .owl-carousel .owl-dots button, .content-row.intro-row.blog-row .all-posts .owl-dots button {
      width: 10px;
      height: 10px;
      background: #011f3b;
      margin: 0 5px;
      border-radius: 10px;
      position: relative;
      top: -3px; }
      .content-row.intro-row.blog-row .owl-carousel .owl-dots button.active, .content-row.intro-row.blog-row .all-posts .owl-dots button.active {
        background: transparent;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: transparent;
        border: 2px solid #011f3b;
        top: 0px; }
      .content-row.intro-row.blog-row .owl-carousel .owl-dots button:hover, .content-row.intro-row.blog-row .all-posts .owl-dots button:hover {
        background: #00aeef; }
  .content-row.intro-row.blog-row .all-posts .columns {
    float: left; }
  .content-row.intro-row.blog-row .all-posts .product-brief-title {
    color: #011f3b;
    margin-bottom: 5px;
    margin-top: 20px;
    float: left;
    width: 100%;
    clear: both; }
    .content-row.intro-row.blog-row .all-posts .product-brief-title a {
      transition: all 0.2s ease-in-out;
      color: #011f3b; }
      .content-row.intro-row.blog-row .all-posts .product-brief-title a:hover {
        color: #00aeef; }

.hide-featured-blogs .top-story, .hide-featured-blogs .featured-articles {
  display: none; }

@media screen and (max-width: 63.9375em) {
  .content-row.intro-row.blog-row .large-6 img {
    margin-bottom: 20px; } }
.add-this-row {
  padding: 15px 0px;
  background: #f0f0f0;
  float: left;
  width: 100%;
  clear: both; }
  .add-this-row .category-tag {
    background: #011f3b;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    font-family: "proxima-nova";
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 5px;
    display: inline-block;
    float: right;
    margin-left: 5px; }
    .add-this-row .category-tag:hover {
      background: #00aeef; }

@media screen and (max-width: 63.9375em) {
  .add-this-row .category-tag {
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 5px; } }

/*# sourceMappingURL=app.css.map */
