@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * 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: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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: 0; }

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

.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: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.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: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .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.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  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.33333%; }
  .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.66667%; }
  .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.28571%; }
  .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: 0.625rem;
  padding-left: 0.625rem; }

.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.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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: 0.9375rem;
    padding-left: 0.9375rem; }
  .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.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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: 0.9375rem;
    padding-left: 0.9375rem; }
  .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: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .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.6;
  text-rendering: optimizeLegibility; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-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: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

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

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  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 #cacaca;
  border-left: 0; }

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

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 #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

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

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

@media 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 #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

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

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

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

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

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: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

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

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

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

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 #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-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 #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

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

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

.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: 0;
  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: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

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

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

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

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

.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: #1779ba 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: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .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 {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 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 {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      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(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .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 {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

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

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

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .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; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.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 {
    display: inline-block; }

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

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

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

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

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

.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 #1779ba;
    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 #1779ba 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 #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  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: #1779ba 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 #1779ba 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 #1779ba; }

@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: #1779ba 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 #1779ba 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 #1779ba; } }

@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: #1779ba 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 #1779ba 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 #1779ba; } }

.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 #cacaca;
  background: #fefefe; }
  .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 #1779ba 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 #1779ba; }
  .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: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

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

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

.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(254, 254, 254, 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: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 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(10, 10, 10, 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(10, 10, 10, 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(10, 10, 10, 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(10, 10, 10, 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: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .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: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .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(10, 10, 10, 0.5);
  color: #fefefe; }

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

.orbit-previous {
  left: 0; }

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    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: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.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: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

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

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .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;
  user-select: none; }

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  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,
  .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: #fefefe;
  user-select: none; }

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  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: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    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: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@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: #f3f3f3; }

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

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

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

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .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: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

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

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

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  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 #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 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(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

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

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

.title-bar-right {
  float: 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 #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .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 #0a0a0a;
    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: #0a0a0a 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 #0a0a0a;
    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 #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

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

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

.clearfix::after {
  clear: both; }

body.admin-login,
body.customer-registration,
body.customer_panel_registration,
body.customer_panel_registration_success,
body.customer-login,
body.seller-login,
body.forgot-password-request,
body.customer-forgot-password-reset,
body.seller-forgot-password-reset,
body.forgot-password-reset,
body.forgot-password-request-customer,
body.forgot-password-request-seller,
body.forgot-password-request-admin,
body.forgot-password-reset-customer,
body.forgot-password-reset-seller,
body.forgot-password-reset-admin {
  background-color: #1E1E1E; }

section .registration-form {
  width: 680px;
  max-width: 100%;
  margin: 0 auto; }

section .login-form {
  margin-top: 0 !important; }

section.login.admin {
  margin-top: 0; }
  section.login.admin h1 {
    color: #363636;
    font-size: 20px;
    margin-bottom: 24px; }
  section.login.admin .logo {
    display: block;
    text-align: center;
    font-size: 30px; }
    section.login.admin .logo .logo-part, section.login.admin .logo .logo-part-1, section.login.admin .logo .logo-part-2, section.login.admin section.login.customer .form-box .logo .logo-part-1, section.login.customer .form-box section.login.admin .logo .logo-part-1, section.login.admin section.login.customer .form-box .logo .logo-part-2, section.login.customer .form-box section.login.admin .logo .logo-part-2, section.login.admin .top-navigation.client .top-logo .logo .logo-part-1, .top-navigation.client .top-logo section.login.admin .logo .logo-part-1, section.login.admin .top-navigation.pos .top-logo .logo .logo-part-1, .top-navigation.pos .top-logo section.login.admin .logo .logo-part-1, section.login.admin .top-navigation.client .top-logo .logo .logo-part-2, .top-navigation.client .top-logo section.login.admin .logo .logo-part-2, section.login.admin .top-navigation.pos .top-logo .logo .logo-part-2, .top-navigation.pos .top-logo section.login.admin .logo .logo-part-2 {
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase; }
    section.login.admin .logo .logo-part-1 {
      font-weight: bold; }
    section.login.admin .logo #openLoyaltyLogo {
      max-width: 313px; }
  section.login.admin .form-box {
    display: inline-block;
    margin: 0 auto 15px auto;
    max-width: 340px;
    padding: 30px 30px 20px;
    background-color: #fff;
    border: 0px solid #f0ebe4; }
    section.login.admin .form-box checkbox.checked span.fi {
      top: -3px;
      left: 1px; }
    section.login.admin .form-box.request {
      min-height: 0;
      padding-bottom: 30px; }
    section.login.admin .form-box .request-description {
      font-size: 13px; }
    section.login.admin .form-box input {
      border-color: #e4e4e4 !important; }
    section.login.admin .form-box .input-group-label {
      border-color: #e4e4e4 !important;
      background-color: #f6f6f6; }
    section.login.admin .form-box label {
      color: #363636;
      display: inline;
      vertical-align: top; }
      section.login.admin .form-box label > span:not(.fi) {
        position: relative;
        top: -14px; }
    section.login.admin .form-box button.login-button {
      font-size: 16px;
      min-height: 45px !important;
      margin: 0; }
    section.login.admin .form-box .forgot {
      margin-top: 20px; }
      section.login.admin .form-box .forgot a {
        text-decoration: underline;
        font-size: 13px;
        color: #888888; }
        section.login.admin .form-box .forgot a:hover {
          color: #BB343B; }
  section.login.admin .registration-box {
    vertical-align: top;
    width: 340px;
    display: inline-block;
    background-color: #303030;
    padding: 30px 30px 20px;
    position: relative; }
    section.login.admin .registration-box .registration-description {
      font-size: 13px; }
    section.login.admin .registration-box .check-list {
      font-size: 13px; }
    section.login.admin .registration-box .registration {
      position: absolute;
      width: calc(100% - 60px);
      font-size: 16px;
      bottom: 64px;
      min-height: 45px !important;
      margin: 0; }

section.login.customer {
  margin-top: 15vh; }
  section.login.customer input {
    background-color: dimgray;
    color: #fff !important;
    border: 0; }
  section.login.customer .input-group-label {
    background-color: #767676;
    border: 0; }
    section.login.customer .input-group-label .fa {
      color: #fff;
      opacity: 0.7; }
  section.login.customer .form-box {
    padding: 15px 25px;
    border-radius: 3px;
    background-color: #505050;
    border: 0px solid #f0ebe4; }
    section.login.customer .form-box .logo {
      display: block;
      text-align: center;
      margin-bottom: 2em;
      margin-top: 1em; }
      section.login.customer .form-box .logo .logo-part, section.login.customer .form-box .logo .logo-part-1, section.login.customer .form-box .logo .logo-part-2 {
        font-family: 'Lobster Two', cursive;
        font-size: 2.25em; }
      section.login.customer .form-box .logo .logo-part-1 {
        color: #ed833f; }
      section.login.customer .form-box .logo .logo-part-2 {
        color: #fff; }

.customer-login section.login.admin .form-box checkbox.checked span.fi {
  left: 2px; }

.login form {
  margin-top: 0 !important; }

.login .small-centered.columns {
  margin-top: calc(50vh - 286px); }

.login .alert[ng-show="showError"] span {
  font-size: 13px; }

.button {
  border: 0;
  outline: none;
  font-size: 13px; }
  .button.medium {
    padding: 13.5px 20px !important; }

.button-primary {
  background-color: #d4d4d4;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .button-primary:hover, .button-primary:focus, .button-primary:active {
    background-color: #7f2328; }

.button-default {
  background-color: #d4d4d4;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .button-default:hover, .button-default:focus, .button-default:active {
    background-color: #aeaeae; }

.button-line-primary {
  padding: 6px;
  margin: 3px;
  background-color: transparent;
  border: 1px solid #127cc0;
  box-shadow: none;
  color: #127cc0;
  font-weight: bold; }
  .button-line-primary:hover, .button-line-primary:focus, .button-line-primary:active {
    background-color: #127cc0;
    color: #fff; }

.button-secondary {
  background-color: #d4d4d4;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .button-secondary:hover, .button-secondary:focus, .button-secondary:active {
    background-color: #7f2328; }

.button-line-secondary {
  padding: 6px;
  margin: 3px;
  background-color: transparent;
  border: 1px solid #ed833f;
  box-shadow: none;
  color: #ed833f;
  font-weight: bold; }
  .button-line-secondary:hover, .button-line-secondary:focus, .button-line-secondary:active {
    background-color: #ed833f;
    color: #fff; }

.button-tertiary {
  background-color: #d4d4d4;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .button-tertiary:hover, .button-tertiary:focus, .button-tertiary:active {
    background-color: #7f2328; }

.button-quaternary {
  background-color: #d4d4d4;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .button-quaternary:hover, .button-quaternary:focus, .button-quaternary:active {
    background-color: #aeaeae; }

.button-quaternary-colorized {
  background-color: #ecf5fa;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  color: #363636 !important;
  text-shadow: none !important; }
  .button-quaternary-colorized:hover, .button-quaternary-colorized:focus, .button-quaternary-colorized:active {
    background-color: #afd5ea; }
  .button-quaternary-colorized[disabled="disabled"] {
    background-color: #ecf5fa;
    opacity: 0.4; }
    .button-quaternary-colorized[disabled="disabled"]:hover, .button-quaternary-colorized[disabled="disabled"]:focus, .button-quaternary-colorized[disabled="disabled"]:active {
      background-color: #ecf5fa; }

.button-quinary {
  background-color: #d4d4d4;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .button-quinary:hover, .button-quinary:focus, .button-quinary:active {
    background-color: #7f2328; }

.button-septenary {
  background-color: #d4d4d4;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .button-septenary:hover, .button-septenary:focus, .button-septenary:active {
    background-color: #7f2328; }

.button-septenary-colorized {
  background-color: #BB343B;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase; }
  .button-septenary-colorized:hover, .button-septenary-colorized:focus, .button-septenary-colorized:active {
    background-color: #7f2328; }
  .button-septenary-colorized[disabled="disabled"] {
    background-color: #BB343B;
    opacity: 0.4; }
    .button-septenary-colorized[disabled="disabled"]:hover, .button-septenary-colorized[disabled="disabled"]:focus, .button-septenary-colorized[disabled="disabled"]:active {
      background-color: #BB343B; }

.button.tiny {
  font-weight: 700 !important;
  margin: 2px !important; }

.box .action-buttons button {
  margin-top: 8px !important; }

.customer-tabs .tabs-title {
  text-decoration: none !important; }
  .customer-tabs .tabs-title.is-active a {
    color: #333333;
    text-decoration: none !important; }

.box {
  padding: 0 10px;
  margin: 15px 15px 0 15px;
  background-color: #fff;
  border: 1px solid #e4e4e4; }
  .box .box-content {
    overflow-x: scroll; }
    .box .box-content::-webkit-scrollbar-track {
      background-color: #fff; }
    .box .box-content::-webkit-scrollbar {
      height: 6px;
      background-color: #363636; }
    .box .box-content::-webkit-scrollbar-thumb {
      background-color: #b1b1b1; }
    .box .box-content .empty-content {
      font-size: 13px;
      color: #999999;
      font-weight: normal; }
  .box.no-margin {
    margin: 15px 0 0; }
  .box .box-title {
    margin: 0 -10px 15px -10px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    position: relative; }
    .box .box-title .fa {
      padding-right: 10px; }
    .box .box-title h1 {
      font-size: 16px;
      font-weight: bold;
      padding: 10px;
      margin-bottom: 0;
      color: #1E1E1E;
      background-color: #f9f9f9; }
    .box .box-title .action-buttons {
      margin-right: 15px;
      position: absolute;
      right: 0;
      top: 0; }
  .box .box-footer {
    clear: both;
    margin: 0 -15px 0 -15px;
    padding: 15px 15px 0 15px;
    border-top: 1px solid #f0ebe4; }
    .box .box-footer.gray {
      background-color: #f9f9f9;
      font-size: 13px;
      color: #1E1E1E;
      padding: 15px;
      margin: 0 -10px; }
      .box .box-footer.gray a {
        text-decoration: underline;
        color: #1E1E1E; }
        .box .box-footer.gray a:hover {
          color: #BB343B; }
  .box .is-dropdown-submenu {
    border: 1px solid #f9f7f4;
    border-radius: 3px;
    top: 110% !important;
    box-shadow: 1px 1px 1px #f0ebe4; }
    .box .is-dropdown-submenu a {
      font-size: 0.8rem; }
      .box .is-dropdown-submenu a:hover {
        background-color: #ecf5fa; }

.card {
  position: relative;
  cursor: pointer;
  padding: 15px 20px;
  margin: 0 0 15px 0;
  border: 1px solid #e4e4e4;
  background-color: #fff; }
  .card .card-title {
    color: #363636;
    font-weight: normal;
    text-align: left;
    margin: 0 -15px 0 -15px;
    padding: 5px 15px 25px;
    font-size: 24px; }
  .card .card-content {
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    color: #363636; }
  .card.card-primary {
    transition: background-color 0.5s;
    background-color: #127cc0;
    color: #fff; }
    .card.card-primary .card-title {
      background-color: #0b4f7a;
      transition: background-color 0.5s; }
    .card.card-primary:hover {
      background-color: #33a3ec;
      transition: background-color 0.5s; }
      .card.card-primary:hover .card-title {
        background-color: #127cc0;
        transition: background-color 0.5s; }
  .card.card-secondary {
    transition: background-color 0.5s;
    background-color: #ed833f;
    color: #fff; }
    .card.card-secondary .card-title {
      background-color: #cc5c13;
      transition: background-color 0.5s; }
    .card.card-secondary:hover {
      background-color: #f4b085;
      transition: background-color 0.5s; }
      .card.card-secondary:hover .card-title {
        background-color: #ed833f;
        transition: background-color 0.5s; }
  .card.card-tertiary {
    transition: background-color 0.5s;
    background-color: #ffe560;
    color: #fff; }
    .card.card-tertiary .card-title {
      background-color: #ffd814;
      transition: background-color 0.5s; }
    .card.card-tertiary:hover {
      background-color: #fff2ad;
      transition: background-color 0.5s; }
      .card.card-tertiary:hover .card-title {
        background-color: #ffe560;
        transition: background-color 0.5s; }
  .card.card-quaternary {
    transition: background-color 0.5s;
    background-color: #ecf5fa;
    color: #e4e4e4; }
    .card.card-quaternary .card-title {
      background-color: #afd5ea;
      transition: background-color 0.5s; }
    .card.card-quaternary:hover {
      background-color: white;
      transition: background-color 0.5s; }
      .card.card-quaternary:hover .card-title {
        background-color: #ecf5fa;
        transition: background-color 0.5s; }
  .card.content-only {
    padding: 15px; }
    .card.content-only .card-content {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.25em;
      text-shadow: none;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .card.card-inline {
    margin: 0 15px 15px 15px;
    width: 250px;
    display: inline-block;
    height: 150px; }
  .card.card-flat {
    box-shadow: none; }

.customer-card {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  text-align: center;
  padding: 25px;
  margin-bottom: 25px;
  min-height: 320px; }
  .customer-card.reward {
    border: 0; }
  .customer-card .name {
    margin-bottom: 0;
    display: block;
    font-size: 24px;
    color: #363636; }
  .customer-card .date {
    display: block;
    font-size: 10px;
    color: #999999; }
  .customer-card .desc {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #363636;
    margin-bottom: 0; }
  .customer-card .points {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #363636; }
    .customer-card .points b.points-word {
      display: inline;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase; }
  .customer-card .card-footer {
    display: block;
    font-size: 10px;
    color: #999999; }
  .customer-card .congratulations {
    color: #363636;
    font-weight: 700;
    font-size: 36px;
    text-align: center; }
  .customer-card .reward-ready {
    color: #363636;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px; }
  .customer-card.reward .name {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .customer-card span.reward-code {
    color: #989898;
    text-transform: uppercase;
    font-size: 14px; }
  .customer-card div.reward-code {
    border: 1px solid #e4e4e4;
    background-color: #f6f6f6;
    color: #363636;
    padding: 15px;
    width: 65%;
    margin: 0 auto 15px auto;
    font-size: 18px; }
  .customer-card .checkbox {
    margin: 0 !important;
    top: 5px; }
  .customer-card .coupon-used {
    font-size: 0.9rem;
    font-weight: normal;
    color: #8c8c8c; }
  .customer-card .card-data {
    min-height: 260px; }
  .customer-card .card-checkbox {
    padding-top: 15px; }

.customer-benefits-card,
.customer-static-card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  text-align: center;
  padding: 20px;
  margin-bottom: 25px; }
  .customer-benefits-card.reward,
  .customer-static-card.reward {
    border: 0; }
  .customer-benefits-card .name,
  .customer-static-card .name {
    margin-bottom: 10px;
    display: block;
    color: #333333;
    font-size: 32px; }
  .customer-benefits-card b,
  .customer-static-card b {
    color: #333333;
    text-transform: uppercase; }
  .customer-benefits-card .benefits,
  .customer-static-card .benefits {
    color: #999999; }
    .customer-benefits-card .benefits.dark,
    .customer-static-card .benefits.dark {
      color: #333333; }
    .customer-benefits-card .benefits a,
    .customer-static-card .benefits a {
      color: #999999; }
  .customer-benefits-card button.large,
  .customer-static-card button.large {
    font-size: 16px !important;
    padding: 3.5% 8% !important;
    border-radius: 0 !important;
    margin-top: 20px; }

.customer-earning-rules-card {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  min-height: 300px;
  text-align: center;
  padding: 25px;
  margin-bottom: 25px;
  color: #363636; }
  .customer-earning-rules-card.reward {
    border: 0; }
  .customer-earning-rules-card .points {
    text-align: right; }
  .customer-earning-rules-card .info {
    text-align: left; }
  .customer-earning-rules-card .description {
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    color: #363636; }
  .customer-earning-rules-card .benefits.b {
    color: #222; }

table {
  border-collapse: separate;
  border-spacing: 0; }

table tr th,
table tr td {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px; }

table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid #e4e4e4; }

table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid #e4e4e4; }

table tr th {
  background: #eee;
  text-align: left; }

table.Info tr th,
table.Info tr:first-child td {
  border-top: 1px solid #e4e4e4; }

table tr th,
table tr:first-child td {
  border-top: 1px solid #e4e4e4; }

/* top-left border-radius */
table tr:first-child th:first-child,
table.Info tr:first-child td:first-child {
  border-top-left-radius: 3px; }

/* top-right border-radius */
table tr:first-child th:last-child,
table.Info tr:first-child td:last-child {
  border-top-right-radius: 3px; }

/* bottom-left border-radius */
table tr:last-child td:first-child {
  border-bottom-left-radius: 3px; }

/* bottom-right border-radius */
table tr:last-child td:last-child {
  border-bottom-right-radius: 3px; }

table.default {
  margin-top: 20px; }
  table.default thead tr:first-child th {
    border-top: 1px solid #e4e4e4 !important;
    color: #280a0a;
    font-size: 13px;
    position: relative;
    padding: 10px; }
    table.default thead tr:first-child th.sortable {
      cursor: pointer; }
      table.default thead tr:first-child th.sortable:hover {
        background-color: #d8eaf5; }
      table.default thead tr:first-child th.sortable::after {
        content: '↔';
        position: absolute;
        transform: rotate(90deg);
        right: 10px;
        top: calc(50% - 10px);
        color: #222; }
    table.default thead tr:first-child th.sort-desc::after {
      content: '↓';
      transform: none;
      position: absolute;
      right: 14px;
      top: 7px; }
    table.default thead tr:first-child th.sort-asc::after {
      content: '↑';
      transform: none;
      position: absolute;
      right: 14px;
      top: 7px; }
  table.default thead input {
    height: 1.35rem;
    margin: 0;
    font-size: 0.85em; }
  table.default tbody tr td {
    font-size: 13px;
    padding: 10px 10px;
    color: #363636; }
    table.default tbody tr td > button, table.default tbody tr td .button {
      margin: 0; }
    table.default tbody tr td input {
      margin: 5px; }

tbody tr:nth-child(n) td {
  background-color: #f9f9f9 !important; }

tbody tr:nth-child(2n) td {
  background-color: #fff !important; }

thead tr:nth-child(n) th {
  background-color: #fff !important; }

div[ng-table-pagination] {
  border-top: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important;
  padding-left: 0 !important; }

.pagination .showing {
  font-size: 12px;
  color: #363636; }

table.simple thead tr, table.simple thead td, table.simple thead th, table.simple tbody tr, table.simple tbody td, table.simple tbody th, table.simple tfoot tr, table.simple tfoot td, table.simple tfoot th {
  border: 0 !important;
  background-color: #fff !important;
  color: #1E1E1E;
  font-size: 13px; }
  table.simple thead tr span, table.simple thead td span, table.simple thead th span, table.simple tbody tr span, table.simple tbody td span, table.simple tbody th span, table.simple tfoot tr span, table.simple tfoot td span, table.simple tfoot th span {
    color: #999999;
    font-weight: normal; }

label {
  color: #e4e4e4; }
  label input {
    font-weight: normal; }

.label {
  border-radius: 3px;
  margin-right: 4px;
  padding: 10px 16px;
  margin-bottom: 2px;
  margin-top: 2px; }
  .label.primary {
    background-color: #127cc0; }
  .label.secondary {
    background-color: #ed833f; }
  .label.tertiary {
    background-color: #ffe560; }
  .label.quaternary {
    background-color: #ecf5fa;
    color: #e4e4e4; }
  .label.label-default {
    color: #363636;
    border: 1px solid #d7d7d7;
    background-color: #f1f1f1; }

nav .top-bar-right ul.menu li span.drop {
  padding: 14px;
  cursor: pointer; }

nav .top-bar-right ul.menu li:hover, nav .top-bar-right ul.menu li.is-active {
  background-color: #f2f2f2; }

nav .top-bar-right ul.menu li > a {
  outline: none; }
  nav .top-bar-right ul.menu li > a .fa {
    margin-top: -3px;
    padding-right: 7px; }

.top-navigation.admin .menu:not(.submenu) > li > a {
  padding: 17px !important; }

.top-navigation.admin .top-bar {
  padding: 0;
  height: 55px;
  background-color: #fff;
  margin-top: -1px;
  border-bottom: 1px solid #e4e4e4; }
  .top-navigation.admin .top-bar ul {
    background-color: #fff; }
    .top-navigation.admin .top-bar ul li, .top-navigation.admin .top-bar ul a, .top-navigation.admin .top-bar ul span {
      background-color: transparent;
      color: #363636; }
  .top-navigation.admin .top-bar .top-bar-right .arrow-up {
    display: none; }
  .top-navigation.admin .top-bar .top-bar-right .dropdown.menu {
    display: table;
    height: 54px; }
    .top-navigation.admin .top-bar .top-bar-right .dropdown.menu .link-name {
      font-weight: normal !important;
      font-size: 13px !important;
      display: inline-block;
      vertical-align: middle; }
    .top-navigation.admin .top-bar .top-bar-right .dropdown.menu li span.drop::after {
      display: none !important; }
    .top-navigation.admin .top-bar .top-bar-right .dropdown.menu li .fi {
      font-size: 25px !important;
      display: inline-block;
      vertical-align: middle; }
    .top-navigation.admin .top-bar .top-bar-right .dropdown.menu li .fi2 {
      font-size: 20px !important;
      display: inline-block;
      vertical-align: middle; }
    .top-navigation.admin .top-bar .top-bar-right .dropdown.menu li.is-dropdown-submenu-parent.is-active .arrow-up {
      z-index: 10;
      display: block;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid white;
      bottom: -11px;
      left: calc(50% - 12px);
      position: absolute; }
    .top-navigation.admin .top-bar .top-bar-right .dropdown.menu ul.menu.submenu.is-dropdown-submenu {
      -webkit-box-shadow: 0px -5px 14px -1px #e2e2e2;
      -moz-box-shadow: 0px -5px 14px -1px #e2e2e2;
      box-shadow: 0px -5px 14px -1px #e2e2e2;
      margin-top: 10px;
      min-width: 165px;
      border-color: #e2e2e2; }
      .top-navigation.admin .top-bar .top-bar-right .dropdown.menu ul.menu.submenu.is-dropdown-submenu li[role="menuitem"] > a {
        font-weight: normal !important;
        font-size: 13px; }
      .top-navigation.admin .top-bar .top-bar-right .dropdown.menu ul.menu.submenu.is-dropdown-submenu li.b-t {
        border-top: 1px solid #e2e2e2; }
    .top-navigation.admin .top-bar .top-bar-right .dropdown.menu ul.menu.submenu.is-dropdown-submenu::after {
      position: absolute;
      top: 0px;
      display: block;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid black; }

.top-navigation.client .top-logo, .top-navigation.pos .top-logo {
  background-color: #2b2b2b;
  min-height: 90px; }
  .top-navigation.client .top-logo .row, .top-navigation.pos .top-logo .row {
    max-width: 75rem !important; }
  .top-navigation.client .top-logo .left-buttons, .top-navigation.pos .top-logo .left-buttons {
    position: relative; }
    .top-navigation.client .top-logo .left-buttons .home-button, .top-navigation.pos .top-logo .left-buttons .home-button {
      position: absolute;
      left: 0px;
      top: 6px;
      cursor: pointer;
      border: 0;
      color: #fff;
      transition: color 0.5s;
      background: #363636;
      padding: 3px 12px;
      font-size: 9px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.3;
      text-transform: uppercase; }
      .top-navigation.client .top-logo .left-buttons .home-button .fi, .top-navigation.pos .top-logo .left-buttons .home-button .fi {
        font-size: 30px; }
      .top-navigation.client .top-logo .left-buttons .home-button:hover, .top-navigation.pos .top-logo .left-buttons .home-button:hover {
        color: #cbcbcb;
        transition: color 0.5s; }
  .top-navigation.client .top-logo .right-buttons, .top-navigation.pos .top-logo .right-buttons {
    position: relative; }
    .top-navigation.client .top-logo .right-buttons .client-logout-button, .top-navigation.pos .top-logo .right-buttons .client-logout-button {
      position: absolute;
      right: 0px;
      top: 6px;
      border: 0;
      color: #fff;
      transition: color 0.5s;
      background: #363636;
      padding: 3px 12px;
      font-size: 9px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.3;
      text-transform: uppercase;
      cursor: pointer; }
      .top-navigation.client .top-logo .right-buttons .client-logout-button .fi, .top-navigation.pos .top-logo .right-buttons .client-logout-button .fi {
        font-size: 30px; }
      .top-navigation.client .top-logo .right-buttons .client-logout-button:hover, .top-navigation.pos .top-logo .right-buttons .client-logout-button:hover {
        color: #cbcbcb;
        transition: color 0.5s; }
  .top-navigation.client .top-logo .logo, .top-navigation.pos .top-logo .logo {
    display: block;
    text-align: center;
    padding: 0.675em 0; }
    .top-navigation.client .top-logo .logo .logo-part, .top-navigation.pos .top-logo .logo .logo-part, .top-navigation.client .top-logo section.login.customer .form-box .logo .logo-part-1, section.login.customer .form-box .top-navigation.client .top-logo .logo .logo-part-1, .top-navigation.pos .top-logo section.login.customer .form-box .logo .logo-part-1, section.login.customer .form-box .top-navigation.pos .top-logo .logo .logo-part-1, .top-navigation.client .top-logo section.login.customer .form-box .logo .logo-part-2, section.login.customer .form-box .top-navigation.client .top-logo .logo .logo-part-2, .top-navigation.pos .top-logo section.login.customer .form-box .logo .logo-part-2, section.login.customer .form-box .top-navigation.pos .top-logo .logo .logo-part-2, .top-navigation.client .top-logo .logo .logo-part-1, .top-navigation.pos .top-logo .logo .logo-part-1, .top-navigation.client .top-logo .logo .logo-part-2, .top-navigation.pos .top-logo .logo .logo-part-2 {
      font-family: 'Open Sans', sans-serif;
      font-size: 36px;
      line-height: 33px; }
    .top-navigation.client .top-logo .logo .logo-part-1, .top-navigation.pos .top-logo .logo .logo-part-1 {
      color: #f9f7f4; }
    .top-navigation.client .top-logo .logo .logo-part-2, .top-navigation.pos .top-logo .logo .logo-part-2 {
      color: #f9f7f4; }
    .top-navigation.client .top-logo .logo .copyrights, .top-navigation.pos .top-logo .logo .copyrights {
      font-size: 10px; }

.top-navigation.client .top-bar, .top-navigation.pos .top-bar {
  padding: 0; }
  .top-navigation.client .top-bar ul.menu, .top-navigation.pos .top-bar ul.menu {
    width: 100%;
    text-align: center;
    background-color: #262626; }
    .top-navigation.client .top-bar ul.menu li, .top-navigation.pos .top-bar ul.menu li {
      display: inline-block; }
      .top-navigation.client .top-bar ul.menu li a, .top-navigation.pos .top-bar ul.menu li a {
        padding: 15px 25px;
        display: block;
        transition: background-color 0.5s, color 0.5s;
        background-color: #262626; }
        .top-navigation.client .top-bar ul.menu li a .fi, .top-navigation.pos .top-bar ul.menu li a .fi, .top-navigation.client .top-bar ul.menu li a .fi2, .top-navigation.pos .top-bar ul.menu li a .fi2 {
          margin-right: 10px;
          display: inline-block;
          font-size: 20px; }
        .top-navigation.client .top-bar ul.menu li a:hover, .top-navigation.pos .top-bar ul.menu li a:hover, .top-navigation.client .top-bar ul.menu li a.active, .top-navigation.pos .top-bar ul.menu li a.active {
          color: #e4e4e4;
          background-color: #121212; }
        .top-navigation.client .top-bar ul.menu li a:focus, .top-navigation.pos .top-bar ul.menu li a:focus {
          color: #BB343B; }

.top-navigation.client.pos-client .top-logo .logo, .top-navigation.pos-client.pos .top-logo .logo, .top-navigation.client.pos-client .top-navigation.pos .top-logo .logo, .top-navigation.pos-client.pos .top-navigation.pos .top-logo .logo {
  display: block;
  text-align: center;
  padding: 1.675em 0; }

.top-navigation.client.pos-client .top-logo, .top-navigation.pos-client.pos .top-logo, .top-navigation.client.pos-client .top-navigation.pos .top-logo, .top-navigation.pos-client.pos .top-navigation.pos .top-logo {
  min-height: 130px; }

.top-navigation.pos {
  background: #1E1E1E;
  margin-bottom: 15px; }
  .top-navigation.pos .top-logo {
    background: transparent;
    margin: 15px 0; }
    .top-navigation.pos .top-logo .logo-part-1 {
      font-weight: bold; }
    .top-navigation.pos .top-logo span {
      font-size: 28px !important;
      text-transform: uppercase;
      line-height: 1.2;
      display: block; }
  .top-navigation.pos .user-buttons button {
    width: 70px;
    margin-top: 15px;
    opacity: 0.7; }

.dropdown.menu > li.is-dropdown-submenu-parent > span::after {
  font-family: 'Flaticon';
  border: 0 !important;
  content: "\f177" !important;
  top: 24px;
  left: calc(100% - 10px);
  font-size: 11px; }

.ng-modal {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
  min-height: 100vh;
  width: 100vw; }

.modal {
  word-break: normal;
  overflow: visible;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto; }
  .modal.tiny {
    width: 25%;
    min-width: 350px; }
  .modal.tiny-small {
    width: 35%;
    min-width: 350px; }
  .modal.small {
    width: 50%;
    min-width: 350px; }
  .modal h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px; }

.close-modal {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 2rem;
  color: #363636;
  text-decoration: none !important; }
  .close-modal:hover {
    color: #BB343B; }

.box.modal .box-title {
  margin: -15px -16px 15px -16px;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  color: #363636;
  font-weight: bold;
  padding: 10px; }

.box-content-modal {
  max-width: 100%;
  overflow-x: scroll; }
  .box-content-modal::-webkit-scrollbar-track {
    background-color: #fff; }
  .box-content-modal::-webkit-scrollbar {
    height: 6px;
    background-color: #363636; }
  .box-content-modal::-webkit-scrollbar-thumb {
    background-color: #b1b1b1; }
  .box-content-modal .empty-content {
    font-size: 13px;
    color: #999999;
    font-weight: normal; }

.modal fieldset.fieldset {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important; }

div.ng-modal {
  z-index: 5100; }

div[ng-table-pagination] {
  clear: both;
  margin: 0 -15px 0 -15px;
  border-top: 1px solid #f0ebe4;
  padding: 15px 15px 0 15px;
  min-height: 50px;
  display: block; }

.ng-table-pager button {
  display: none; }

ul.ng-table-pagination {
  text-align: center; }
  ul.ng-table-pagination.pagination li {
    display: inline-block;
    padding: 0; }
  ul.ng-table-pagination.pagination li:not(.disabled) a:hover {
    color: #fff !important; }
    ul.ng-table-pagination.pagination li:not(.disabled) a:hover span {
      color: #fff !important; }
  ul.ng-table-pagination.pagination li:not(.disabled), ul.ng-table-pagination.pagination a, ul.ng-table-pagination.pagination a > span {
    color: #e4e4e4;
    border-radius: 3px; }
  ul.ng-table-pagination.pagination li.active {
    background-color: #d4d4d4;
    font-weight: 600;
    color: #fff; }
    ul.ng-table-pagination.pagination li.active a {
      background-color: #d4d4d4 !important; }
      ul.ng-table-pagination.pagination li.active a span {
        color: #fff !important; }
      ul.ng-table-pagination.pagination li.active a:hover span {
        color: #fff !important; }
  ul.ng-table-pagination li.disabled {
    cursor: not-allowed; }
    ul.ng-table-pagination li.disabled a {
      cursor: not-allowed;
      background-color: transparent; }

ul.check-list {
  list-style: none;
  margin-left: 10px; }
  ul.check-list li {
    color: #fff;
    position: relative;
    padding-left: 23px; }
    ul.check-list li::before {
      font-family: 'Flaticon';
      content: "\f143";
      position: absolute;
      left: 4px;
      top: 2px; }

.sidebar-left, .sidebar-right {
  z-index: 100;
  position: fixed;
  width: 225px;
  top: 0;
  height: 100vh;
  max-height: 100%;
  background-color: #333;
  font-size: 13px; }
  .sidebar-left #openLoyaltyLogo, .sidebar-right #openLoyaltyLogo {
    margin-top: -13px; }
  .sidebar-left .menu-category, .sidebar-right .menu-category {
    padding-top: 20px;
    padding-left: 10px;
    color: #999999;
    text-transform: uppercase; }
  .sidebar-left ul.vertical.menu, .sidebar-right ul.vertical.menu {
    max-height: calc(100vh - 54px);
    overflow-y: auto; }
    .sidebar-left ul.vertical.menu::-webkit-scrollbar, .sidebar-right ul.vertical.menu::-webkit-scrollbar {
      width: 7px; }
    .sidebar-left ul.vertical.menu::-webkit-scrollbar-track, .sidebar-right ul.vertical.menu::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .sidebar-left ul.vertical.menu::-webkit-scrollbar-thumb, .sidebar-right ul.vertical.menu::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid slategrey; }
  .sidebar-left .nested, .sidebar-right .nested {
    background-color: #242424;
    margin-left: 0; }
  .sidebar-left ul:not(.submenu) > li > a:hover, .sidebar-right ul:not(.submenu) > li > a:hover, .sidebar-left ul:not(.submenu) > li > afocus, .sidebar-right ul:not(.submenu) > li > afocus {
    background-color: #2b2b2b; }
  .sidebar-left li > a, .sidebar-right li > a {
    outline: none;
    padding: 16px 12px;
    color: #f9f7f4; }
    .sidebar-left li > a:hover, .sidebar-right li > a:hover, .sidebar-left li > a:active, .sidebar-right li > a:active {
      color: #f7f5f1; }
      .sidebar-left li > a:hover .fa, .sidebar-right li > a:hover .fa, .sidebar-left li > a:active .fa, .sidebar-right li > a:active .fa {
        color: white;
        opacity: 1; }
    .sidebar-left li > a .fa, .sidebar-right li > a .fa {
      color: #eaedf1;
      margin-top: -3px;
      padding-right: 10px;
      opacity: 0.5; }
  .sidebar-left li[aria-expanded='true'] > a, .sidebar-right li[aria-expanded='true'] > a {
    background-color: #2b2b2b; }
    .sidebar-left li[aria-expanded='true'] > a .fa, .sidebar-right li[aria-expanded='true'] > a .fa {
      color: white;
      opacity: 1; }
  .sidebar-left .is-accordion-submenu-parent > a::after, .sidebar-right .is-accordion-submenu-parent > a::after {
    border-color: #f9f7f4 transparent transparent; }
  .sidebar-left .logo, .sidebar-right .logo {
    display: block;
    text-align: center;
    padding-bottom: 0.675em;
    background-color: #242424;
    height: 54px; }
    .sidebar-left .logo .logo-part, .sidebar-right .logo .logo-part, .sidebar-left section.login.admin .logo .logo-part-1, section.login.admin .sidebar-left .logo .logo-part-1, .sidebar-right section.login.admin .logo .logo-part-1, section.login.admin .sidebar-right .logo .logo-part-1, .sidebar-left section.login.admin .logo .logo-part-2, section.login.admin .sidebar-left .logo .logo-part-2, .sidebar-right section.login.admin .logo .logo-part-2, section.login.admin .sidebar-right .logo .logo-part-2, .sidebar-left section.login.customer .form-box .logo .logo-part-1, section.login.customer .form-box .sidebar-left .logo .logo-part-1, .sidebar-right section.login.customer .form-box .logo .logo-part-1, section.login.customer .form-box .sidebar-right .logo .logo-part-1, .sidebar-left section.login.customer .form-box .logo .logo-part-2, section.login.customer .form-box .sidebar-left .logo .logo-part-2, .sidebar-right section.login.customer .form-box .logo .logo-part-2, section.login.customer .form-box .sidebar-right .logo .logo-part-2, .sidebar-left .top-navigation.client .top-logo .logo .logo-part-1, .top-navigation.client .top-logo .sidebar-left .logo .logo-part-1, .sidebar-right .top-navigation.client .top-logo .logo .logo-part-1, .top-navigation.client .top-logo .sidebar-right .logo .logo-part-1, .sidebar-left .top-navigation.pos .top-logo .logo .logo-part-1, .top-navigation.pos .top-logo .sidebar-left .logo .logo-part-1, .sidebar-right .top-navigation.pos .top-logo .logo .logo-part-1, .top-navigation.pos .top-logo .sidebar-right .logo .logo-part-1, .sidebar-left .top-navigation.client .top-logo .logo .logo-part-2, .top-navigation.client .top-logo .sidebar-left .logo .logo-part-2, .sidebar-right .top-navigation.client .top-logo .logo .logo-part-2, .top-navigation.client .top-logo .sidebar-right .logo .logo-part-2, .sidebar-left .top-navigation.pos .top-logo .logo .logo-part-2, .top-navigation.pos .top-logo .sidebar-left .logo .logo-part-2, .sidebar-right .top-navigation.pos .top-logo .logo .logo-part-2, .top-navigation.pos .top-logo .sidebar-right .logo .logo-part-2, .sidebar-left .logo .logo-part-1, .sidebar-right .logo .logo-part-1, .sidebar-left .logo .logo-part-2, .sidebar-right .logo .logo-part-2 {
      font-family: 'Open Sans', sans-serif;
      font-size: 21px;
      line-height: 2.5;
      text-transform: uppercase; }
    .sidebar-left .logo .logo-part-1, .sidebar-right .logo .logo-part-1 {
      font-weight: bold;
      color: #f9f7f4; }
    .sidebar-left .logo .logo-part-2, .sidebar-right .logo .logo-part-2 {
      color: #f9f7f4; }

.sidebar-right {
  right: -450px;
  width: 450px;
  transition: right 0.5s; }
  .sidebar-right.slided {
    right: 0;
    transition: right 0.5s; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.row {
  max-width: 100%; }

.content {
  margin-left: 225px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 67px; }

.page-title {
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: bold;
  color: #363636; }

.client-section .row,
.row.fixed,
.pos-section .row {
  max-width: 75rem !important; }

.pos-section {
  font-size: 150%; }
  .pos-section > h1 {
    font-size: 32px;
    text-align: center;
    color: #363636;
    margin: 25px;
    margin-top: 35px; }
  .pos-section input, .pos-section select, .pos-section textarea {
    font-size: 1.2rem;
    height: 3.4rem; }
  .pos-section .functional-boxes .fa.font-bg {
    font-size: 11rem;
    color: #f9f7f4;
    position: absolute;
    bottom: 5px;
    left: 15px;
    opacity: 0.2; }
  .pos-section .functional-boxes .box {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 200px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s; }
    .pos-section .functional-boxes .box:hover {
      transition: background-color 0.5s, color 0.5s;
      background-color: #1E1E1E; }
      .pos-section .functional-boxes .box:hover .function-title {
        color: #fff; }
  .pos-section .functional-boxes .function-title {
    position: relative;
    top: 45%;
    transform: translateY(-45%);
    text-align: center;
    color: #1E1E1E;
    font-weight: bold;
    font-size: 28px; }

/** Move to form.scss **/
checkbox[disabled='disabled'] {
  cursor: not-allowed !important; }

checkbox {
  cursor: pointer;
  display: inline; }
  checkbox span.fi {
    visibility: hidden; }
  checkbox .ng-checkbox {
    display: inline; }
    checkbox .ng-checkbox .checkbox {
      display: inline-block;
      border: 1px solid #e4e4e4;
      position: relative;
      width: 20px;
      height: 20px;
      overflow: hidden;
      margin: 8px 0; }
  checkbox.checked span.fi {
    visibility: visible;
    color: #1E1E1E;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 2px; }

.sidebar-right form .ui-select-container .ui-select-match {
  font-size: 14px;
  max-height: 30px;
  padding-top: 4px; }

.sidebar-right form input, .sidebar-right form select {
  font-size: 14px;
  max-height: 30px; }

.sidebar-right form select {
  padding-top: 2px;
  padding-bottom: 2px; }

.sidebar-right form textarea {
  font-size: 14px;
  font-weight: normal; }

.sidebar-right form input, .sidebar-right form textarea, .sidebar-right form select {
  border: 1px solid #e7dfd3;
  color: #e4e4e4;
  box-shadow: none; }
  .sidebar-right form input:focus, .sidebar-right form textarea:focus, .sidebar-right form select:focus {
    border: 1px solid #c3af91;
    box-shadow: none; }

form {
  margin-top: 15px; }
  form fieldset.fieldset {
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    position: relative;
    padding: 60px 10px 15px; }
    form fieldset.fieldset.default {
      background-color: transparent;
      border: 0;
      padding: 0;
      margin: 0; }
    form fieldset.fieldset label {
      color: #1E1E1E;
      margin: 0 0 1rem;
      padding: 0.5625rem;
      font-size: 13px;
      word-break: break-word !important; }
      form fieldset.fieldset label span.required {
        color: #1E1E1E; }
    form fieldset.fieldset .prompt {
      display: inline-block;
      vertical-align: top;
      padding: 8px 10px;
      font-size: 13px;
      color: darkgray; }
    form fieldset.fieldset .selectize-control {
      display: inline-block;
      width: 300px;
      max-width: 100%; }
      form fieldset.fieldset .selectize-control .plugin-remove_button [data-value] {
        padding-right: 32px !important; }
      form fieldset.fieldset .selectize-control.multi {
        min-height: 40px;
        padding: 2px !important; }
        form fieldset.fieldset .selectize-control.multi .selectize-input input {
          font-size: 13px; }
        form fieldset.fieldset .selectize-control.multi .selectize-input .item {
          margin: 0 3px 3px 0;
          border-width: 1px;
          border-radius: 3px;
          padding: 6px; }
          form fieldset.fieldset .selectize-control.multi .selectize-input .item .remove {
            border: 0 !important;
            font-weight: 400;
            font-size: 21px;
            padding: 6px 0 0 6px;
            right: 8px !important; }
            form fieldset.fieldset .selectize-control.multi .selectize-input .item .remove:hover {
              background: transparent !important;
              color: #BB343B !important; }
    form fieldset.fieldset .ui-select-container .ui-select-match {
      font-size: 14px;
      max-height: 30px;
      padding-top: 4px; }
    form fieldset.fieldset input, form fieldset.fieldset select, form fieldset.fieldset textarea {
      font-size: 13px;
      height: 40px; }
    form fieldset.fieldset select {
      padding-top: 2px;
      padding-bottom: 2px; }
    form fieldset.fieldset textarea {
      font-size: 13px;
      font-weight: normal; }
    form fieldset.fieldset input, form fieldset.fieldset textarea, form fieldset.fieldset select {
      border: 1px solid #e4e4e4;
      color: #363636;
      box-shadow: none;
      border-radius: 3px;
      max-width: 100%;
      background-color: #fff;
      display: inline-block;
      font-weight: normal !important;
      width: 300px; }
      form fieldset.fieldset input:focus, form fieldset.fieldset textarea:focus, form fieldset.fieldset select:focus {
        border: 1px solid #e4e4e4;
        box-shadow: none; }
    form fieldset.fieldset .selectize-input,
    form fieldset.fieldset .selectize-dropdown {
      font-weight: normal !important;
      font-size: 13px !important; }
    form fieldset.fieldset .input-group {
      width: 300px;
      max-width: 100%;
      display: inline-block; }
      form fieldset.fieldset .input-group > :first-child {
        border-radius: 3px 0 0 3px;
        border: 1px solid #e4e4e4;
        color: #363636;
        font-size: 14px;
        padding-left: 10px;
        text-align: left;
        height: 39px !important; }
      form fieldset.fieldset .input-group > .input-group-button {
        border-radius: 0 3px 3px 0 !important;
        overflow: hidden; }
        form fieldset.fieldset .input-group > .input-group-button button, form fieldset.fieldset .input-group > .input-group-button span {
          border-top-left-radius: 0 !important;
          border-bottom-left-radius: 0 !important;
          padding: 13px !important;
          height: 42px; }
    form fieldset.fieldset input[type='checkbox'], form fieldset.fieldset input[type='radio'] {
      width: auto;
      height: auto; }
    form fieldset.fieldset .selectize-input {
      border: 1px solid #e4e4e4;
      box-shadow: none !important;
      min-height: 40px !important;
      margin: 0;
      border-radius: 3px;
      max-width: 300px; }
    form fieldset.fieldset .selectize-dropdown {
      box-shadow: none !important;
      border-color: #e4e4e4 !important; }
      form fieldset.fieldset .selectize-dropdown .option {
        padding-top: 12px;
        padding-bottom: 12px; }
        form fieldset.fieldset .selectize-dropdown .option.active {
          background-color: #f0cbcd;
          color: #363636; }
    form fieldset.fieldset legend {
      position: absolute;
      top: 0;
      left: 3px;
      width: 100%;
      display: block;
      font-size: 16px;
      font-weight: bold;
      padding: 10px;
      margin-bottom: 0;
      color: #1E1E1E;
      background-color: #f9f9f9;
      border-bottom: 1px solid #e4e4e4; }
    form fieldset.fieldset .input-group {
      font-size: 14px;
      max-height: 30px;
      height: 30px; }
      form fieldset.fieldset .input-group input {
        margin: 0; }
    form fieldset.fieldset .input-group-label {
      border: 1px solid #e7dfd3;
      color: #e4e4e4;
      font-size: 14px;
      max-height: 30px;
      height: 30px; }
  form .collection {
    position: relative;
    border-left: 2px solid #f1f1f1;
    padding: 25px;
    margin-bottom: 15px;
    background-color: #f1f1f1; }
    form .collection .fa-trash-o {
      color: #363636; }
    form .collection .collection {
      margin-right: 25px;
      background-color: #e4e4e4; }
      form .collection .collection .pos-dnd {
        border-radius: 3px;
        border: 1px solid #e4e4e4 !important;
        background-color: #fff; }
        form .collection .collection .pos-dnd li {
          position: relative;
          color: #363636;
          background-color: #fff;
          border: 1px solid #e4e4e4;
          border-radius: 3px;
          padding-left: 30px;
          margin-bottom: 5px; }
          form .collection .collection .pos-dnd li:hover, form .collection .collection .pos-dnd li:active, form .collection .collection .pos-dnd li:focus {
            background-color: #BB343B;
            color: #fff;
            border-color: #BB343B; }
            form .collection .collection .pos-dnd li:hover::before, form .collection .collection .pos-dnd li:active::before, form .collection .collection .pos-dnd li:focus::before {
              color: #fff; }
          form .collection .collection .pos-dnd li::before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f0c9";
            position: absolute;
            top: 10px;
            left: 10px;
            color: #363636; }
  form #collection-remove,
  form .remove-collection {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5rem; }
    form #collection-remove:hover .fa,
    form .remove-collection:hover .fa {
      color: #BB343B; }

form .hasError .selectize-input {
  border-color: #BB343B !important; }

table th .selectize-input {
  height: 1.35rem;
  font-size: 0.85em;
  margin-top: 4px;
  border-radius: 0 !important;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-weight: normal;
  color: #0a0a0a;
  padding: 1px 7px !important; }

table th .selectize-control.single .selectize-input:after,
table th .selectize-control.single .selectize-input.dropdown-active:after {
  top: 6px !important; }

table th .selectize-input:before {
  display: none !important; }

table th .selectize-input.dropdown-active:before {
  display: none !important; }

table th .selectize-dropdown {
  border-radius: 0 !important; }
  table th .selectize-dropdown .option.active {
    background-color: #f0cbcd;
    color: #363636; }

.clients-list td {
  position: relative; }

.clients-list tr.strikeout td span, .clients-list tr.strikeout td button {
  opacity: 0.2; }

.client-section h1 {
  font-size: 32px;
  text-align: center;
  color: #363636;
  margin: 25px; }

.client-section .box-title h1 {
  margin: 0; }

.client-section .active-points {
  color: #363636; }

.client-section .campaigns {
  margin-top: 25px; }
  .client-section .campaigns .medium-4 {
    float: left !important; }
  .client-section .campaigns .no-rewards {
    color: #363636; }

.client-section a {
  color: #363636;
  text-decoration: underline; }
  .client-section a:hover {
    color: #BB343B; }

.client-section div[ng-table-pagination] {
  margin: 0 17px !important; }

.customer-profile {
  color: #1E1E1E; }
  .customer-profile p {
    margin-bottom: 8px; }
  .customer-profile .customer-name {
    font-weight: 700;
    font-size: 16px;
    color: #1E1E1E; }

ul.tabs {
  background-color: #f9f9f9;
  color: #363636 !important;
  height: 42px; }
  ul.tabs li {
    padding: 4px 4px 0; }
    ul.tabs li:hover {
      background-color: #f9f9f9; }
    ul.tabs li a {
      background-color: #f9f9f9 !important;
      font-size: 16px;
      padding: 8px 12px 12px;
      margin-bottom: -1px;
      text-decoration: none !important; }
    ul.tabs li.is-active a {
      background-color: #fff !important;
      position: relative;
      bottom: -1px;
      border: 1px solid #e4e4e4;
      border-bottom: 0;
      font-weight: bold; }
    ul.tabs li:hover a {
      color: #363636; }

div[ng-table-pagination] {
  margin: 0 !important; }

.pagination .columns {
  padding: 0 !important; }

.customer-pagination ul.ng-table-pagination.pagination a,
.customer-pagination ul.ng-table-pagination.pagination a span {
  color: #999999 !important;
  text-decoration: none !important; }

section.footer {
  margin-top: 20px;
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1; }
  section.footer p {
    font-size: 13px;
    margin: 1rem 0;
    color: #cbcbcb;
    font-weight: normal; }

.campainFileWrapper {
  display: inline-block; }
  .campainFileWrapper img {
    width: 300px;
    display: inline-block; }

.input-group-label .fa {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 1rem; }

.input-group * {
  box-shadow: none !important; }

.input-group > * {
  height: 42px; }

.input-group .input-group-label:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group .input-group-field:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

button, select, input, textarea, .button {
  border-radius: 3px; }

.whisper {
  opacity: 0.43;
  font-size: 70%; }

.user-avatar {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 15px auto; }

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

input:checked ~ .switch-paddle {
  background-color: #127cc0 !important; }

input[data-datepicker][disabled], input[data-datepicker][readonly] {
  background-color: transparent !important;
  cursor: pointer !important; }

.label.success {
  background-color: #40A967; }

.callout {
  padding: 0.5rem 1rem;
  border-radius: 3px;
  text-align: center; }
  .callout.alert {
    color: #431315; }
  .callout.success {
    color: #163a23; }

.flash-msg {
  position: fixed;
  max-width: 100%;
  width: 400px;
  bottom: 25px;
  right: 25px;
  height: auto;
  z-index: 5001; }

.required {
  color: #BB343B; }

.settings-title {
  display: block;
  background-color: #5c5c5c;
  margin-bottom: 15px;
  padding-top: 15px; }
  .settings-title h3 {
    color: #fff; }

.settings-buttons {
  bottom: 0;
  padding-top: 15px; }

.wrapper {
  overflow-y: scroll;
  height: calc(100vh - 150px); }

.wrapper::-webkit-scrollbar-track {
  background-color: #363636; }

.wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #363636; }

.wrapper::-webkit-scrollbar-thumb {
  background-color: #b1b1b1;
  border-radius: 3px; }

.pos-dnd {
  height: 200px;
  min-width: 250px;
  display: inline-block;
  margin-right: 2rem;
  margin-left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 1rem;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.2); }
  .pos-dnd li {
    cursor: pointer;
    background-color: #f9f7f4;
    padding: 0.3rem; }

.hasError {
  margin-bottom: 0.5em; }
  .hasError input, .hasError select, .hasError textarea {
    border-color: #BB343B !important; }
  .hasError span.error-msg {
    clear: both;
    font-size: 13px;
    color: #BB343B;
    display: block;
    position: relative;
    top: -12px; }
  .hasError .selectize-control {
    margin-bottom: 8px !important; }

.segment-or, .segment-and {
  display: block;
  height: 2px;
  overflow: visible;
  margin: 45px 25px 45px 2px;
  background-color: #cbcbcb;
  text-align: center;
  position: relative !important; }
  .segment-or .text, .segment-and .text {
    display: inline-block;
    margin-top: -30px;
    margin-left: -25px;
    position: absolute;
    line-height: 3;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    background-color: #d7d7d7;
    border: 2px solid #cbcbcb;
    color: #fff; }

.segment-and {
  margin-right: 0; }
  .segment-and .text {
    margin-left: -43px; }

.is-accordion-submenu-parent > a::after {
  font-family: 'Flaticon';
  border: 0 !important;
  content: "\f176" !important;
  top: auto;
  margin-top: -12px;
  right: 30px;
  font-size: 11px; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 0;
  transform: none; }

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

.selectize-control.single .selectize-input:after {
  font-family: 'Flaticon';
  border: 0 !important;
  content: "\f177" !important;
  top: 14px !important;
  right: 20px !important;
  font-size: 11px; }

.selectize-control.single .selectize-input.dropdown-active:after {
  font-family: 'Flaticon';
  border: 0 !important;
  content: "\f176" !important;
  top: 14px !important;
  right: 20px !important;
  font-size: 11px; }

.m-r-1 {
  margin-right: 10px; }

.m-l-1 {
  margin-left: 10px; }

.p-t-10 {
  padding-top: 10px !important; }

.m-t-10 {
  margin-top: 10px; }

.m-b-0 {
  margin-bottom: 0; }

button.button.square {
  border-radius: 0 !important; }

.heading {
  margin: 15px; }
  .heading h1 {
    font-size: 32px;
    color: #363636;
    float: left; }
  .heading .action-buttons {
    margin-left: 45px;
    margin-top: 5px;
    float: left; }

fieldset .collection-remove {
  top: 10px !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background-color: #f0cbcd !important;
  box-shadow: #e5a3a6 0 1px 3px 0 inset !important;
  color: #fff !important;
  font-weight: 700 !important; }

div.xdsoft_datetimepicker .xdsoft_calendar td:hover,
div.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #BB343B !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: #f0cbcd !important;
  box-shadow: #e5a3a6 0 1px 3px 0 inset !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff !important;
  background: #BB343B !important;
  box-shadow: none !important; }

.color-gray {
  color: #999999 !important; }

.color-dark {
  color: #363636 !important; }

.color-white {
  color: #fff !important; }

.color-red {
  color: #BB343B !important; }

.inline-wrapper {
  display: table;
  margin: 0 auto; }
  .inline-wrapper > div {
    display: table-cell !important; }

.font-small {
  font-size: 13px !important; }

.tabs-title {
  color: #363636;
  text-decoration: none !important; }

canvas.chart {
  min-height: 250px; }

.link {
  font-size: 13px;
  color: #363636;
  text-decoration: none;
  font-weight: normal; }
  .link:hover, .link:focus {
    color: #BB343B; }

.regular-text {
  color: #363636;
  font-size: 13px; }

#contentLoadedTest {
  display: none !important; }

.ngi-scope label {
  color: black !important; }

.ng-table-counts {
  display: none !important; }

.ui-select-container {
  position: relative; }
  .ui-select-container.select2-dropdown-open .ui-select-match {
    z-index: -1; }
  .ui-select-container.select2-dropdown-open .ui-select-dropdown {
    z-index: 3; }

.ui-select-dropdown {
  background-color: #f9f7f4;
  top: 0 !important;
  position: absolute;
  border-radius: 0 !important;
  border: 1px solid #e4e4e4;
  margin-top: 0 !important;
  opacity: 0;
  z-index: 1; }

.ui-select-match {
  position: relative;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #e4e4e4;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .ui-select-match:hover {
    color: #e4e4e4; }

.ui-select-dropdown {
  width: 100%;
  border-radius: 0; }
  .ui-select-dropdown .select2-search {
    margin-top: 0 !important; }
    .ui-select-dropdown .select2-search input {
      margin-top: -1px;
      width: 100% !important;
      border: 0;
      margin-bottom: 0; }

.ui-select-choices {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  list-style: none; }
  .ui-select-choices ul {
    margin: 0;
    list-style: none; }
  .ui-select-choices li[role="option"] {
    padding-left: 15px;
    cursor: pointer; }
    .ui-select-choices li[role="option"].select2-highlighted {
      background-color: #a7d8f7;
      color: #127cc0; }
    .ui-select-choices li[role="option"]:hover {
      background-color: #d6edfb; }

.selectize-input input {
  height: auto !important; }

.loader-icon {
  margin: -25px auto 0;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(187, 52, 59, 0.2);
  border-right: 5px solid rgba(187, 52, 59, 0.2);
  border-bottom: 5px solid #bb343b;
  border-left: 5px solid #bb343b;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 .5s infinite linear;
  animation: load8 .5s infinite linear; }

.spinner-loader-wrapper {
  width: 20px;
  height: 20px;
  display: inline-block; }

.loader-relative button {
  margin-top: 0 !important;
  display: inline-block; }

.loader-relative .inline {
  display: inline-block;
  vertical-align: middle; }
  .loader-relative .inline .spinner-loader .loader-icon {
    left: 8px;
    right: auto;
    top: 0;
    position: relative; }

.spinner-loader .loader-icon,
.spinner-loader .loader-icon:after {
  border-radius: 50%;
  width: 2em;
  height: 2em; }

.spinner-loader .loader-icon {
  margin: 0;
  top: 8px;
  right: 0;
  position: absolute;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-left: 3px solid transparent; }

.loader-icon,
.loader-icon:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.loader-wrapper #openLoyaltyLogo {
  max-width: 313px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader {
  top: 0;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.1s;
  background-color: #242424;
  z-index: -1000; }
  .loader.show {
    opacity: 1;
    transition: opacity 0.1s;
    z-index: 6000; }
  .loader .loader-wrapper {
    display: block;
    font-size: 50px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc(50vh - 102.5px); }
    .loader .loader-wrapper .logo-part, .loader .loader-wrapper section.login.admin .logo .logo-part-1, section.login.admin .logo .loader .loader-wrapper .logo-part-1, .loader .loader-wrapper section.login.admin .logo .logo-part-2, section.login.admin .logo .loader .loader-wrapper .logo-part-2, .loader .loader-wrapper section.login.customer .form-box .logo .logo-part-1, section.login.customer .form-box .logo .loader .loader-wrapper .logo-part-1, .loader .loader-wrapper section.login.customer .form-box .logo .logo-part-2, section.login.customer .form-box .logo .loader .loader-wrapper .logo-part-2, .loader .loader-wrapper .top-navigation.client .top-logo .logo .logo-part-1, .top-navigation.client .top-logo .logo .loader .loader-wrapper .logo-part-1, .loader .loader-wrapper .top-navigation.pos .top-logo .logo .logo-part-1, .top-navigation.pos .top-logo .logo .loader .loader-wrapper .logo-part-1, .loader .loader-wrapper .top-navigation.client .top-logo .logo .logo-part-2, .top-navigation.client .top-logo .logo .loader .loader-wrapper .logo-part-2, .loader .loader-wrapper .top-navigation.pos .top-logo .logo .logo-part-2, .top-navigation.pos .top-logo .logo .loader .loader-wrapper .logo-part-2, .loader .loader-wrapper .logo-part-1, .loader .loader-wrapper .logo-part-2 {
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase; }
    .loader .loader-wrapper .logo-part-1 {
      font-weight: bold; }
  .loader #fountainG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto; }
  .loader .fountainG {
    position: absolute;
    top: 0;
    background-color: #363636;
    width: 28px;
    height: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: .5s;
    -o-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px; }
  .loader #fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s; }
  .loader #fountainG_2 {
    left: 29px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s; }
  .loader #fountainG_3 {
    left: 58px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s; }
  .loader #fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s; }
  .loader #fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s; }
  .loader #fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s; }
  .loader #fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s; }
  .loader #fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s; }

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #363636; }
  100% {
    transform: scale(0.3);
    background-color: #f9f7f4; } }

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #363636; }
  100% {
    -o-transform: scale(0.3);
    background-color: #f9f7f4; } }

@-ms-keyframes bounce_fountainG {
  .loader 0% {
    -ms-transform: scale(1);
    background-color: #363636; }
  .loader 100% {
    -ms-transform: scale(0.3);
    background-color: #f9f7f4; } }

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #363636; }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #f9f7f4; } }

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #363636; }
  100% {
    -moz-transform: scale(0.3);
    background-color: #f9f7f4; } }

.loader-relative {
  position: relative !important; }

box-loader {
  width: 100%;
  height: 100%;
  z-index: 5000;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }
  box-loader.cover {
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 5005; }
    box-loader.cover.full {
      top: 0;
      min-height: calc(100vh - 65px); }

.full .box-loader.cover {
  top: 0; }

.box-loader {
  transition: opacity 0.5s;
  z-index: 5000 !important;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }
  .box-loader.cover {
    top: 65px;
    min-height: calc(100vh - 138px); }
    .box-loader.cover .loader-icon {
      border-top: 5px solid #ccc;
      border-right: 5px solid #ccc;
      border-bottom: 5px solid #ccc;
      border-left: 5px solid transparent; }
    .box-loader.cover .box-loader-wrapper {
      background-color: #f2f2f2; }
      .box-loader.cover .box-loader-wrapper .box-loader-parts {
        top: auto;
        margin-top: 10vh; }
  .box-loader .box-loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); }
    .box-loader .box-loader-wrapper .box-loader-parts {
      position: relative;
      top: calc(50% - 100px); }
    .box-loader .box-loader-wrapper .loader-icon:not(.show) {
      display: none; }
    .box-loader .box-loader-wrapper .logo {
      width: 310px;
      margin: 0 auto; }

#loading-bar .bar {
  background: #bb343b !important;
  height: 5px !important; }

/*
    Flaticon icon font: Flaticon
    Creation date: 22/06/2016 15:11
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/icon_set_1.eot");
  src: url("../fonts/icon_set_1.eot?#iefix") format("embedded-opentype"), url("../fonts/icon_set_1.woff") format("woff"), url("../fonts/icon_set_1.ttf") format("truetype"), url("../fonts/icon_set_1.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/icon_set_1.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-add-alarm-button:before {
  content: "\f100"; }

.flaticon-add-button-inside-black-circle:before {
  content: "\f101"; }

.flaticon-add-comment-button:before {
  content: "\f102"; }

.flaticon-add-label-button:before {
  content: "\f103"; }

.flaticon-add-plus-button:before {
  content: "\f104"; }

.flaticon-add-to-queue-button:before {
  content: "\f105"; }

.flaticon-add-user-button:before {
  content: "\f106"; }

.flaticon-adjust-button-with-plus-and-minus:before {
  content: "\f107"; }

.flaticon-airplane-mode-on-symbol:before {
  content: "\f108"; }

.flaticon-android-logo:before {
  content: "\f109"; }

.flaticon-android-logo-1:before {
  content: "\f10a"; }

.flaticon-apple-accessibility:before {
  content: "\f10b"; }

.flaticon-attachment-clip:before {
  content: "\f10c"; }

.flaticon-auto-white-balance:before {
  content: "\f10d"; }

.flaticon-automatic-brightness:before {
  content: "\f10e"; }

.flaticon-automatic-flash-symbol:before {
  content: "\f10f"; }

.flaticon-back-arrow:before {
  content: "\f110"; }

.flaticon-backspace-arrow:before {
  content: "\f111"; }

.flaticon-bed-quilt:before {
  content: "\f112"; }

.flaticon-been-here-marker:before {
  content: "\f113"; }

.flaticon-birthday-cake:before {
  content: "\f114"; }

.flaticon-black-bubble-speech:before {
  content: "\f115"; }

.flaticon-black-check-box:before {
  content: "\f116"; }

.flaticon-black-check-box-with-white-check:before {
  content: "\f117"; }

.flaticon-black-envelope-email-symbol:before {
  content: "\f118"; }

.flaticon-black-keyboard-with-white-keys:before {
  content: "\f119"; }

.flaticon-black-plane:before {
  content: "\f11a"; }

.flaticon-blank-check-box:before {
  content: "\f11b"; }

.flaticon-blank-frame:before {
  content: "\f11c"; }

.flaticon-blank-square:before {
  content: "\f11d"; }

.flaticon-blogger-logo:before {
  content: "\f11e"; }

.flaticon-blueetooth-logo:before {
  content: "\f11f"; }

.flaticon-bluetooth-connected:before {
  content: "\f120"; }

.flaticon-bluetooth-disabled-button:before {
  content: "\f121"; }

.flaticon-bluetooth-searching-signal-indicator:before {
  content: "\f122"; }

.flaticon-bluetooth-settings:before {
  content: "\f123"; }

.flaticon-bluetooth-signal-indicator:before {
  content: "\f124"; }

.flaticon-bookmark-button:before {
  content: "\f125"; }

.flaticon-bookmark-button-1:before {
  content: "\f126"; }

.flaticon-bookmark-outline:before {
  content: "\f127"; }

.flaticon-bookmark-ribbon:before {
  content: "\f128"; }

.flaticon-briefcase-download-button-with-downwards-arrow:before {
  content: "\f129"; }

.flaticon-briefcase-with-tick-inside:before {
  content: "\f12a"; }

.flaticon-brightness-control:before {
  content: "\f12b"; }

.flaticon-brochure-with-three-sections:before {
  content: "\f12c"; }

.flaticon-bubble-speech-with-three-lines:before {
  content: "\f12d"; }

.flaticon-bug-report-button:before {
  content: "\f12e"; }

.flaticon-burn-button:before {
  content: "\f12f"; }

.flaticon-button-on:before {
  content: "\f130"; }

.flaticon-call-forwarding:before {
  content: "\f131"; }

.flaticon-call-made-right-arrow:before {
  content: "\f132"; }

.flaticon-call-received-arrow:before {
  content: "\f133"; }

.flaticon-camera:before {
  content: "\f134"; }

.flaticon-camera-diaphragm:before {
  content: "\f135"; }

.flaticon-cancel-button:before {
  content: "\f136"; }

.flaticon-caps-lock-button:before {
  content: "\f137"; }

.flaticon-caps-lock-button-1:before {
  content: "\f138"; }

.flaticon-car-changing-lanes:before {
  content: "\f139"; }

.flaticon-car-directions:before {
  content: "\f13a"; }

.flaticon-car-front:before {
  content: "\f13b"; }

.flaticon-cell-phone-high-signal-indicator:before {
  content: "\f13c"; }

.flaticon-cell-phone-vibration:before {
  content: "\f13d"; }

.flaticon-cell-phone-with-blank-screen:before {
  content: "\f13e"; }

.flaticon-change-power-options:before {
  content: "\f13f"; }

.flaticon-chat-bubble:before {
  content: "\f140"; }

.flaticon-chat-bubbles:before {
  content: "\f141"; }

.flaticon-check-box:before {
  content: "\f142"; }

.flaticon-check-symbol:before {
  content: "\f143"; }

.flaticon-chemistry-polymer:before {
  content: "\f144"; }

.flaticon-circle-outline:before {
  content: "\f145"; }

.flaticon-circle-with-check-symbol:before {
  content: "\f146"; }

.flaticon-circles-extend-button:before {
  content: "\f147"; }

.flaticon-circumference:before {
  content: "\f148"; }

.flaticon-city-buildings-silhouette:before {
  content: "\f149"; }

.flaticon-clapperboard:before {
  content: "\f14a"; }

.flaticon-clapperboard-1:before {
  content: "\f14b"; }

.flaticon-clear-button:before {
  content: "\f14c"; }

.flaticon-clipboard-paste-button:before {
  content: "\f14d"; }

.flaticon-clock-with-white-face:before {
  content: "\f14e"; }

.flaticon-close-button:before {
  content: "\f14f"; }

.flaticon-closed-caption-logo:before {
  content: "\f150"; }

.flaticon-cloud-backup-up-arrow:before {
  content: "\f151"; }

.flaticon-cloud-done-symbol:before {
  content: "\f152"; }

.flaticon-cloud-download:before {
  content: "\f153"; }

.flaticon-cloud-off:before {
  content: "\f154"; }

.flaticon-cloud-outline:before {
  content: "\f155"; }

.flaticon-cloud-symbol-inside-a-circle:before {
  content: "\f156"; }

.flaticon-compass-with-white-needles:before {
  content: "\f157"; }

.flaticon-connection-indicator:before {
  content: "\f158"; }

.flaticon-copy-content:before {
  content: "\f159"; }

.flaticon-create-group-button:before {
  content: "\f15a"; }

.flaticon-create-new-pencil-button:before {
  content: "\f15b"; }

.flaticon-credit-card:before {
  content: "\f15c"; }

.flaticon-crop-button:before {
  content: "\f15d"; }

.flaticon-crop-tool-button:before {
  content: "\f15e"; }

.flaticon-cut-content-button:before {
  content: "\f15f"; }

.flaticon-dark-cloud:before {
  content: "\f160"; }

.flaticon-developer-mode-for-smartphones-and-tablets:before {
  content: "\f161"; }

.flaticon-device-connected:before {
  content: "\f162"; }

.flaticon-device-connected-1:before {
  content: "\f163"; }

.flaticon-disc-is-full:before {
  content: "\f164"; }

.flaticon-do-not-disturb-rounded-sign:before {
  content: "\f165"; }

.flaticon-double-tick-indicator:before {
  content: "\f166"; }

.flaticon-download-button:before {
  content: "\f167"; }

.flaticon-download-button-1:before {
  content: "\f168"; }

.flaticon-download-to-smartphone:before {
  content: "\f169"; }

.flaticon-downwards-arrow-key:before {
  content: "\f16a"; }

.flaticon-drafts-evelope-button:before {
  content: "\f16b"; }

.flaticon-drop-down-arrow:before {
  content: "\f16c"; }

.flaticon-drop-down-round-button:before {
  content: "\f16d"; }

.flaticon-drop-up-arrow:before {
  content: "\f16e"; }

.flaticon-earth-grid-select-language-button:before {
  content: "\f16f"; }

.flaticon-ellipsis:before {
  content: "\f170"; }

.flaticon-email-inbox:before {
  content: "\f171"; }

.flaticon-emoticon-with-happy-face:before {
  content: "\f172"; }

.flaticon-end-call-button:before {
  content: "\f173"; }

.flaticon-enter-arrow:before {
  content: "\f174"; }

.flaticon-exit-to-app-button:before {
  content: "\f175"; }

.flaticon-expand-arrow:before {
  content: "\f176"; }

.flaticon-expand-button:before {
  content: "\f177"; }

.flaticon-facebook-logo:before {
  content: "\f178"; }

.flaticon-failed-sms:before {
  content: "\f179"; }

.flaticon-fast-forward-button:before {
  content: "\f17a"; }

.flaticon-favorite-heart-button:before {
  content: "\f17b"; }

.flaticon-favorite-heart-outline-button:before {
  content: "\f17c"; }

.flaticon-filled-circle:before {
  content: "\f17d"; }

.flaticon-filled-cloud:before {
  content: "\f17e"; }

.flaticon-filled-speaker-with-white-details:before {
  content: "\f17f"; }

.flaticon-film-roll:before {
  content: "\f180"; }

.flaticon-filter-results-button:before {
  content: "\f181"; }

.flaticon-flash-off:before {
  content: "\f182"; }

.flaticon-flash-on-indicator:before {
  content: "\f183"; }

.flaticon-folder-symbol:before {
  content: "\f184"; }

.flaticon-forward-arrow:before {
  content: "\f185"; }

.flaticon-forward-right-arrow-button:before {
  content: "\f186"; }

.flaticon-framed-portrait:before {
  content: "\f187"; }

.flaticon-front-bus:before {
  content: "\f188"; }

.flaticon-front-car:before {
  content: "\f189"; }

.flaticon-front-store:before {
  content: "\f18a"; }

.flaticon-full-screen-exit:before {
  content: "\f18b"; }

.flaticon-gamepad:before {
  content: "\f18c"; }

.flaticon-gamepad-1:before {
  content: "\f18d"; }

.flaticon-get-directions-button:before {
  content: "\f18e"; }

.flaticon-gmail-logo:before {
  content: "\f18f"; }

.flaticon-go-back-left-arrow:before {
  content: "\f190"; }

.flaticon-good-mood-emoticon:before {
  content: "\f191"; }

.flaticon-good-wifi-signal-with-three-bars:before {
  content: "\f192"; }

.flaticon-google-apps-script-logo:before {
  content: "\f193"; }

.flaticon-google-cast-logo:before {
  content: "\f194"; }

.flaticon-google-chrome-logo-filled-with-white-colour:before {
  content: "\f195"; }

.flaticon-google-drive-document:before {
  content: "\f196"; }

.flaticon-google-drive-file:before {
  content: "\f197"; }

.flaticon-google-drive-folder-symbol:before {
  content: "\f198"; }

.flaticon-google-drive-fusion-tables-logo:before {
  content: "\f199"; }

.flaticon-google-drive-image:before {
  content: "\f19a"; }

.flaticon-google-drive-logo:before {
  content: "\f19b"; }

.flaticon-google-drive-pdf-file:before {
  content: "\f19c"; }

.flaticon-google-drive-presentation:before {
  content: "\f19d"; }

.flaticon-google-drive-spreadsheet:before {
  content: "\f19e"; }

.flaticon-google-glass-logo:before {
  content: "\f19f"; }

.flaticon-google-hangouts-logo:before {
  content: "\f1a0"; }

.flaticon-google-hangouts-turn-video-off:before {
  content: "\f1a1"; }

.flaticon-google-plus-logo:before {
  content: "\f1a2"; }

.flaticon-google-plus-logo-on-black-background:before {
  content: "\f1a3"; }

.flaticon-google-plus-party-mode:before {
  content: "\f1a4"; }

.flaticon-google-symbol:before {
  content: "\f1a5"; }

.flaticon-gps-fixed-indicator:before {
  content: "\f1a6"; }

.flaticon-gps-location-disabled:before {
  content: "\f1a7"; }

.flaticon-gps-location-symbol:before {
  content: "\f1a8"; }

.flaticon-gps-off:before {
  content: "\f1a9"; }

.flaticon-graduate-cap:before {
  content: "\f1aa"; }

.flaticon-half-filled-rating-star:before {
  content: "\f1ab"; }

.flaticon-hangouts-videocall-button:before {
  content: "\f1ac"; }

.flaticon-headset:before {
  content: "\f1ad"; }

.flaticon-headset-with-microphone:before {
  content: "\f1ae"; }

.flaticon-help-button-speech-bubble-with-question-mark:before {
  content: "\f1af"; }

.flaticon-help-round-button:before {
  content: "\f1b0"; }

.flaticon-hide-keyboard-button:before {
  content: "\f1b1"; }

.flaticon-high-quality-button:before {
  content: "\f1b2"; }

.flaticon-high-signal-indicator:before {
  content: "\f1b3"; }

.flaticon-high-wifi-signal-indicator:before {
  content: "\f1b4"; }

.flaticon-history-clock-button:before {
  content: "\f1b5"; }

.flaticon-home-button:before {
  content: "\f1b6"; }

.flaticon-horizontal-line-remove-button:before {
  content: "\f1b7"; }

.flaticon-hotel-with-three-floors:before {
  content: "\f1b8"; }

.flaticon-https-symbol:before {
  content: "\f1b9"; }

.flaticon-import-export-arrows:before {
  content: "\f1ba"; }

.flaticon-insert-picture-button:before {
  content: "\f1bb"; }

.flaticon-instagram-logo:before {
  content: "\f1bc"; }

.flaticon-invert-colors-button:before {
  content: "\f1bd"; }

.flaticon-keyboard-left-arrow-button:before {
  content: "\f1be"; }

.flaticon-keyboard-right-arrow-button:before {
  content: "\f1bf"; }

.flaticon-keyboard-right-arrow-button-1:before {
  content: "\f1c0"; }

.flaticon-label-right-arrow-outline:before {
  content: "\f1c1"; }

.flaticon-landscape-with-mountains:before {
  content: "\f1c2"; }

.flaticon-laptop-outline:before {
  content: "\f1c3"; }

.flaticon-left-arrow-key:before {
  content: "\f1c4"; }

.flaticon-left-arrow-key-1:before {
  content: "\f1c5"; }

.flaticon-left-arrow-missed-call:before {
  content: "\f1c6"; }

.flaticon-light-bulb-on:before {
  content: "\f1c7"; }

.flaticon-link-button:before {
  content: "\f1c8"; }

.flaticon-linkedin-logo:before {
  content: "\f1c9"; }

.flaticon-list-button-with-3-elements:before {
  content: "\f1ca"; }

.flaticon-list-of-three-elements-on-black-background:before {
  content: "\f1cb"; }

.flaticon-location-arrow:before {
  content: "\f1cc"; }

.flaticon-locked-padlock:before {
  content: "\f1cd"; }

.flaticon-locked-padlock-outline:before {
  content: "\f1ce"; }

.flaticon-low-signal-indicator:before {
  content: "\f1cf"; }

.flaticon-magic-wand-auto-fix-button:before {
  content: "\f1d0"; }

.flaticon-man-cycling:before {
  content: "\f1d1"; }

.flaticon-man-walking-directions-button:before {
  content: "\f1d2"; }

.flaticon-map-placeholder:before {
  content: "\f1d3"; }

.flaticon-map-symbol:before {
  content: "\f1d4"; }

.flaticon-mark-as-favorite-star:before {
  content: "\f1d5"; }

.flaticon-mark-as-unread-envelope-button:before {
  content: "\f1d6"; }

.flaticon-medium-brightness-cogwheel:before {
  content: "\f1d7"; }

.flaticon-medium-signal:before {
  content: "\f1d8"; }

.flaticon-medium-wifi-signal-with-two-bars:before {
  content: "\f1d9"; }

.flaticon-memory-chip:before {
  content: "\f1da"; }

.flaticon-menu-button:before {
  content: "\f1db"; }

.flaticon-merge-calls-arrow:before {
  content: "\f1dc"; }

.flaticon-microphone-of-voice:before {
  content: "\f1dd"; }

.flaticon-microphone-voice-button:before {
  content: "\f1de"; }

.flaticon-microsoft-excel-logo:before {
  content: "\f1df"; }

.flaticon-microsoft-word-logo:before {
  content: "\f1e0"; }

.flaticon-missed-call-phone-receiver-with-left-arrow:before {
  content: "\f1e1"; }

.flaticon-mountain-range:before {
  content: "\f1e2"; }

.flaticon-mountain-range-on-black-background:before {
  content: "\f1e3"; }

.flaticon-mountains-inside-a-circle:before {
  content: "\f1e4"; }

.flaticon-mouse-filled-tool:before {
  content: "\f1e5"; }

.flaticon-move-window:before {
  content: "\f1e6"; }

.flaticon-new-tab:before {
  content: "\f1e7"; }

.flaticon-new-tab-button:before {
  content: "\f1e8"; }

.flaticon-nfc-near-field-communication:before {
  content: "\f1e9"; }

.flaticon-notifications-bell-button:before {
  content: "\f1ea"; }

.flaticon-notifications-button:before {
  content: "\f1eb"; }

.flaticon-notifications-silenced:before {
  content: "\f1ec"; }

.flaticon-pages-of-google-plus:before {
  content: "\f1ed"; }

.flaticon-painter-palette:before {
  content: "\f1ee"; }

.flaticon-panoramic-mountain-photography:before {
  content: "\f1ef"; }

.flaticon-parking-sign:before {
  content: "\f1f0"; }

.flaticon-pause-button:before {
  content: "\f1f1"; }

.flaticon-phone-call-button:before {
  content: "\f1f2"; }

.flaticon-phone-locked:before {
  content: "\f1f3"; }

.flaticon-phone-paused-indicator:before {
  content: "\f1f4"; }

.flaticon-phone-receiver-with-bluetooth-sign:before {
  content: "\f1f5"; }

.flaticon-phone-settings:before {
  content: "\f1f6"; }

.flaticon-phone-working-indicator:before {
  content: "\f1f7"; }

.flaticon-photo-album:before {
  content: "\f1f8"; }

.flaticon-photo-frame:before {
  content: "\f1f9"; }

.flaticon-photo-library:before {
  content: "\f1fa"; }

.flaticon-photographic-film-roll:before {
  content: "\f1fb"; }

.flaticon-pinterest-logo:before {
  content: "\f1fc"; }

.flaticon-planet-earth:before {
  content: "\f1fd"; }

.flaticon-play-arrow:before {
  content: "\f1fe"; }

.flaticon-play-button-inside-a-circle:before {
  content: "\f1ff"; }

.flaticon-play-next-button:before {
  content: "\f200"; }

.flaticon-play-rounded-button:before {
  content: "\f201"; }

.flaticon-play-slideshow-button:before {
  content: "\f202"; }

.flaticon-plus-one:before {
  content: "\f203"; }

.flaticon-poll-symbol-on-black-square-with-rounded-corners:before {
  content: "\f204"; }

.flaticon-power-connection-indicator:before {
  content: "\f205"; }

.flaticon-previous-track:before {
  content: "\f206"; }

.flaticon-printer-printing-document:before {
  content: "\f207"; }

.flaticon-problems-with-synchronization:before {
  content: "\f208"; }

.flaticon-progress-indicator:before {
  content: "\f209"; }

.flaticon-public-transport-subway:before {
  content: "\f20a"; }

.flaticon-public-transport-train-directions:before {
  content: "\f20b"; }

.flaticon-puzzle-piece-plugin:before {
  content: "\f20c"; }

.flaticon-radio-on-button:before {
  content: "\f20d"; }

.flaticon-random-line:before {
  content: "\f20e"; }

.flaticon-rate-star-button:before {
  content: "\f20f"; }

.flaticon-read-more-left-arrow-button:before {
  content: "\f210"; }

.flaticon-receipt:before {
  content: "\f211"; }

.flaticon-record-voice-microphone-button:before {
  content: "\f212"; }

.flaticon-refresh-button:before {
  content: "\f213"; }

.flaticon-refresh-button-1:before {
  content: "\f214"; }

.flaticon-reminder-bow:before {
  content: "\f215"; }

.flaticon-replay-arrow:before {
  content: "\f216"; }

.flaticon-reply-all-button:before {
  content: "\f217"; }

.flaticon-report-symbol:before {
  content: "\f218"; }

.flaticon-rewind-button:before {
  content: "\f219"; }

.flaticon-right-arrow-forward:before {
  content: "\f21a"; }

.flaticon-ring-volume-control-button:before {
  content: "\f21b"; }

.flaticon-rotate-to-left-button:before {
  content: "\f21c"; }

.flaticon-rotate-to-right-button:before {
  content: "\f21d"; }

.flaticon-round-account-button-with-user-inside:before {
  content: "\f21e"; }

.flaticon-round-add-button:before {
  content: "\f21f"; }

.flaticon-round-data-usage-symbol:before {
  content: "\f220"; }

.flaticon-round-delete-button:before {
  content: "\f221"; }

.flaticon-round-error-symbol:before {
  content: "\f222"; }

.flaticon-round-info-button:before {
  content: "\f223"; }

.flaticon-round-pause-button:before {
  content: "\f224"; }

.flaticon-round-remove-button:before {
  content: "\f225"; }

.flaticon-round-rgb-button:before {
  content: "\f226"; }

.flaticon-rounded-add-button:before {
  content: "\f227"; }

.flaticon-rounded-add-button-1:before {
  content: "\f228"; }

.flaticon-rounded-adjust-button-with-plus-and-minus:before {
  content: "\f229"; }

.flaticon-rounded-block-sign:before {
  content: "\f22a"; }

.flaticon-rounded-info-button:before {
  content: "\f22b"; }

.flaticon-rounded-pause-button:before {
  content: "\f22c"; }

.flaticon-rounded-remove-button:before {
  content: "\f22d"; }

.flaticon-rubbish-bin-delete-button:before {
  content: "\f22e"; }

.flaticon-save-button:before {
  content: "\f22f"; }

.flaticon-schedule-button:before {
  content: "\f230"; }

.flaticon-screen-locked:before {
  content: "\f231"; }

.flaticon-screen-locked-1:before {
  content: "\f232"; }

.flaticon-screen-rotation-button:before {
  content: "\f233"; }

.flaticon-screen-rotation-lock-button:before {
  content: "\f234"; }

.flaticon-screen-with-news-sections:before {
  content: "\f235"; }

.flaticon-screen-with-rounded-corners:before {
  content: "\f236"; }

.flaticon-sd-card:before {
  content: "\f237"; }

.flaticon-sd-card-1:before {
  content: "\f238"; }

.flaticon-searching-location-gps-indicator:before {
  content: "\f239"; }

.flaticon-searching-magnifying-glass:before {
  content: "\f23a"; }

.flaticon-select-all:before {
  content: "\f23b"; }

.flaticon-select-brightness-button:before {
  content: "\f23c"; }

.flaticon-send-button:before {
  content: "\f23d"; }

.flaticon-send-to-back-button:before {
  content: "\f23e"; }

.flaticon-send-to-front-button:before {
  content: "\f23f"; }

.flaticon-server-rack-with-three-levels:before {
  content: "\f240"; }

.flaticon-set-alarm:before {
  content: "\f241"; }

.flaticon-set-timer-button:before {
  content: "\f242"; }

.flaticon-settings-cogwheel-button:before {
  content: "\f243"; }

.flaticon-settings-cogwheel-inside-black-square:before {
  content: "\f244"; }

.flaticon-share-button:before {
  content: "\f245"; }

.flaticon-shared-folder:before {
  content: "\f246"; }

.flaticon-shining-rectangular-object:before {
  content: "\f247"; }

.flaticon-shining-sun:before {
  content: "\f248"; }

.flaticon-shopping-basket-button:before {
  content: "\f249"; }

.flaticon-shopping-cart:before {
  content: "\f24a"; }

.flaticon-show-apps-button:before {
  content: "\f24b"; }

.flaticon-show-less-fold-button:before {
  content: "\f24c"; }

.flaticon-show-menu-button:before {
  content: "\f24d"; }

.flaticon-show-more-button:before {
  content: "\f24e"; }

.flaticon-show-more-button-with-three-dots:before {
  content: "\f24f"; }

.flaticon-shuffle-mode-arrows:before {
  content: "\f250"; }

.flaticon-sim-card-problem:before {
  content: "\f251"; }

.flaticon-smartphone-dock:before {
  content: "\f252"; }

.flaticon-smartphone-with-three-buttons:before {
  content: "\f253"; }

.flaticon-sms-bubble-speech:before {
  content: "\f254"; }

.flaticon-sms-speech-bubble:before {
  content: "\f255"; }

.flaticon-snake-game:before {
  content: "\f256"; }

.flaticon-sort-button-with-three-lines:before {
  content: "\f257"; }

.flaticon-speech-bubble-with-mountains-inside:before {
  content: "\f258"; }

.flaticon-split-call-arrows:before {
  content: "\f259"; }

.flaticon-square-add-button:before {
  content: "\f25a"; }

.flaticon-stop-button:before {
  content: "\f25b"; }

.flaticon-swap-horizontal-orientation-arrows:before {
  content: "\f25c"; }

.flaticon-swap-vertical-orientation-arrows:before {
  content: "\f25d"; }

.flaticon-switch-camera-button:before {
  content: "\f25e"; }

.flaticon-switch-to-full-screen-button:before {
  content: "\f25f"; }

.flaticon-switch-vertical-orientation-arrows:before {
  content: "\f260"; }

.flaticon-switch-video-on:before {
  content: "\f261"; }

.flaticon-synchronization-arrows:before {
  content: "\f262"; }

.flaticon-synchronization-button-with-two-arrows:before {
  content: "\f263"; }

.flaticon-synchronization-problem:before {
  content: "\f264"; }

.flaticon-tab-symbol:before {
  content: "\f265"; }

.flaticon-tablet-with-blank-screen:before {
  content: "\f266"; }

.flaticon-tack-save-button:before {
  content: "\f267"; }

.flaticon-tag-button-with-happy-face:before {
  content: "\f268"; }

.flaticon-telephone-keypad-with-ten-keys:before {
  content: "\f269"; }

.flaticon-thermostat-temperature-wheel:before {
  content: "\f26a"; }

.flaticon-three-columns-layout:before {
  content: "\f26b"; }

.flaticon-three-dots-more-indicator:before {
  content: "\f26c"; }

.flaticon-thumb-down-button:before {
  content: "\f26d"; }

.flaticon-thumb-up-button:before {
  content: "\f26e"; }

.flaticon-tick-inside-circle:before {
  content: "\f26f"; }

.flaticon-time-lapse:before {
  content: "\f270"; }

.flaticon-traffic-light:before {
  content: "\f271"; }

.flaticon-train-public-transport:before {
  content: "\f272"; }

.flaticon-tumblr-logo:before {
  content: "\f273"; }

.flaticon-turn-airplane-mode-off:before {
  content: "\f274"; }

.flaticon-turn-microphone-off-button:before {
  content: "\f275"; }

.flaticon-turn-notifications-off-button:before {
  content: "\f276"; }

.flaticon-turn-notifications-on-button:before {
  content: "\f277"; }

.flaticon-turn-synchronization-off:before {
  content: "\f278"; }

.flaticon-turn-video-off-button:before {
  content: "\f279"; }

.flaticon-turn-visibility-off-button:before {
  content: "\f27a"; }

.flaticon-twitter-logo-on-black-background:before {
  content: "\f27b"; }

.flaticon-two-circles-one-inside-the-other:before {
  content: "\f27c"; }

.flaticon-two-men:before {
  content: "\f27d"; }

.flaticon-two-rows-and-three-columns-layout:before {
  content: "\f27e"; }

.flaticon-underline-button:before {
  content: "\f27f"; }

.flaticon-underline-text-button:before {
  content: "\f280"; }

.flaticon-undo-button:before {
  content: "\f281"; }

.flaticon-unlocked-padlock:before {
  content: "\f282"; }

.flaticon-up-arrow-key:before {
  content: "\f283"; }

.flaticon-upload-button:before {
  content: "\f284"; }

.flaticon-upload-to-cloud-button:before {
  content: "\f285"; }

.flaticon-usb-symbol:before {
  content: "\f286"; }

.flaticon-user-account-box:before {
  content: "\f287"; }

.flaticon-user-account-box-1:before {
  content: "\f288"; }

.flaticon-user-inside-bubble-speech:before {
  content: "\f289"; }

.flaticon-user-outline:before {
  content: "\f28a"; }

.flaticon-user-shape:before {
  content: "\f28b"; }

.flaticon-users-social-symbol:before {
  content: "\f28c"; }

.flaticon-verification-mark:before {
  content: "\f28d"; }

.flaticon-videocall-button:before {
  content: "\f28e"; }

.flaticon-videocam-filled-tool:before {
  content: "\f28f"; }

.flaticon-view-list-button:before {
  content: "\f290"; }

.flaticon-virtual-private-network-vpn-symbol:before {
  content: "\f291"; }

.flaticon-visibility-button:before {
  content: "\f292"; }

.flaticon-voice-message-microphone-button:before {
  content: "\f293"; }

.flaticon-voicemail:before {
  content: "\f294"; }

.flaticon-volume-down-indicator:before {
  content: "\f295"; }

.flaticon-volume-muted:before {
  content: "\f296"; }

.flaticon-volume-off-indicator:before {
  content: "\f297"; }

.flaticon-volume-up-indicator:before {
  content: "\f298"; }

.flaticon-warning-sign:before {
  content: "\f299"; }

.flaticon-watch-with-blank-face:before {
  content: "\f29a"; }

.flaticon-waving-flag:before {
  content: "\f29b"; }

.flaticon-web-server:before {
  content: "\f29c"; }

.flaticon-website-with-different-sections:before {
  content: "\f29d"; }

.flaticon-wifi-high-signal:before {
  content: "\f29e"; }

.flaticon-wifi-low-signal-with-one-bar:before {
  content: "\f29f"; }

.flaticon-wifi-signal-waves:before {
  content: "\f2a0"; }

.flaticon-window-with-different-sections:before {
  content: "\f2a1"; }

.flaticon-work-briefcase:before {
  content: "\f2a2"; }

.flaticon-workspace-with-two-horizontal-windows:before {
  content: "\f2a3"; }

.flaticon-world-shape-public-symbol:before {
  content: "\f2a4"; }

.flaticon-write-email-envelope-button:before {
  content: "\f2a5"; }

.flaticon-youtube-logo:before {
  content: "\f2a6"; }

/*
    Flaticon icon font: Flaticon
    Creation date: 22/06/2016 15:35
    */
@font-face {
  font-family: "Flaticon2";
  src: url("../fonts/icon_set_2.eot");
  src: url("../fonts/icon_set_2.eot?#iefix") format("embedded-opentype"), url("../fonts/icon_set_2.woff") format("woff"), url("../fonts/icon_set_2.ttf") format("truetype"), url("../fonts/icon_set_2.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon2";
    src: url("../fonts/icon_set_2.svg#Flaticon") format("svg"); } }

.fi2:before {
  display: inline-block;
  font-family: "Flaticon2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-agreement:before {
  content: "\f100"; }

.flaticon-badge:before {
  content: "\f101"; }

.flaticon-bar-chart:before {
  content: "\f102"; }

.flaticon-bar-chart-1:before {
  content: "\f103"; }

.flaticon-businessman:before {
  content: "\f104"; }

.flaticon-businessman-1:before {
  content: "\f105"; }

.flaticon-businessman-2:before {
  content: "\f106"; }

.flaticon-businessman-3:before {
  content: "\f107"; }

.flaticon-businessman-4:before {
  content: "\f108"; }

.flaticon-businessman-5:before {
  content: "\f109"; }

.flaticon-businessman-6:before {
  content: "\f10a"; }

.flaticon-businessman-7:before {
  content: "\f10b"; }

.flaticon-businesswoman:before {
  content: "\f10c"; }

.flaticon-businesswoman-1:before {
  content: "\f10d"; }

.flaticon-businesswoman-2:before {
  content: "\f10e"; }

.flaticon-businesswoman-3:before {
  content: "\f10f"; }

.flaticon-businesswoman-4:before {
  content: "\f110"; }

.flaticon-chronometer:before {
  content: "\f111"; }

.flaticon-circular-chart:before {
  content: "\f112"; }

.flaticon-cogwheel:before {
  content: "\f113"; }

.flaticon-customer-service:before {
  content: "\f114"; }

.flaticon-group:before {
  content: "\f115"; }

.flaticon-group-1:before {
  content: "\f116"; }

.flaticon-group-2:before {
  content: "\f117"; }

.flaticon-group-3:before {
  content: "\f118"; }

.flaticon-group-4:before {
  content: "\f119"; }

.flaticon-head:before {
  content: "\f11a"; }

.flaticon-head-1:before {
  content: "\f11b"; }

.flaticon-head-2:before {
  content: "\f11c"; }

.flaticon-head-3:before {
  content: "\f11d"; }

.flaticon-hierarchical-structure:before {
  content: "\f11e"; }

.flaticon-hierarchical-structure-1:before {
  content: "\f11f"; }

.flaticon-hierarchical-structure-2:before {
  content: "\f120"; }

.flaticon-hierarchical-structure-3:before {
  content: "\f121"; }

.flaticon-hierarchical-structure-4:before {
  content: "\f122"; }

.flaticon-hierarchical-structure-5:before {
  content: "\f123"; }

.flaticon-hierarchical-structure-6:before {
  content: "\f124"; }

.flaticon-hierarchical-structure-7:before {
  content: "\f125"; }

.flaticon-hierarchical-structure-8:before {
  content: "\f126"; }

.flaticon-hierarchical-structure-9:before {
  content: "\f127"; }

.flaticon-id-card:before {
  content: "\f128"; }

.flaticon-line-chart:before {
  content: "\f129"; }

.flaticon-loss:before {
  content: "\f12a"; }

.flaticon-magnifying-glass:before {
  content: "\f12b"; }

.flaticon-magnifying-glass-1:before {
  content: "\f12c"; }

.flaticon-medal:before {
  content: "\f12d"; }

.flaticon-medal-1:before {
  content: "\f12e"; }

.flaticon-medal-2:before {
  content: "\f12f"; }

.flaticon-networking:before {
  content: "\f130"; }

.flaticon-networking-1:before {
  content: "\f131"; }

.flaticon-panel:before {
  content: "\f132"; }

.flaticon-paper-plane:before {
  content: "\f133"; }

.flaticon-percentage:before {
  content: "\f134"; }

.flaticon-phone-call:before {
  content: "\f135"; }

.flaticon-phonebook:before {
  content: "\f136"; }

.flaticon-pie-chart:before {
  content: "\f137"; }

.flaticon-pie-chart-1:before {
  content: "\f138"; }

.flaticon-placeholder:before {
  content: "\f139"; }

.flaticon-scheme:before {
  content: "\f13a"; }

.flaticon-scheme-1:before {
  content: "\f13b"; }

.flaticon-scheme-2:before {
  content: "\f13c"; }

.flaticon-settings:before {
  content: "\f13d"; }

.flaticon-settings-1:before {
  content: "\f13e"; }

.flaticon-settings-2:before {
  content: "\f13f"; }

.flaticon-settings-3:before {
  content: "\f140"; }

.flaticon-settings-4:before {
  content: "\f141"; }

.flaticon-shopping-cart:before {
  content: "\f142"; }

.flaticon-speech-bubble:before {
  content: "\f143"; }

.flaticon-speech-bubble-1:before {
  content: "\f144"; }

.flaticon-tag:before {
  content: "\f145"; }

.flaticon-tag-1:before {
  content: "\f146"; }

.flaticon-target:before {
  content: "\f147"; }

.flaticon-target-1:before {
  content: "\f148"; }

.flaticon-worldwide:before {
  content: "\f149"; }

.flaticon-wrench:before {
  content: "\f14a"; }

.ol-main-header {
  font-size: 22px;
  text-align: center; }

.ol-block {
  width: 980px;
  box-sizing: border-box;
  margin: 20px auto;
  border: 1px solid #ccc;
  background: white;
  color: black; }
  .ol-block--self {
    padding: 20px; }
  .ol-block:after {
    content: "";
    display: table;
    clear: both; }
  .ol-block .block-one-half {
    width: 50%;
    padding: 20px;
    box-sizing: border-box; }
    .ol-block .block-one-half--left {
      float: left; }
    .ol-block .block-one-half--right {
      float: right; }
    .ol-block .block-one-half--center {
      text-align: center; }
    .ol-block .block-one-half--text {
      padding: 30px 25px; }
    .ol-block .block-one-half h2 {
      font-size: 32px;
      margin-top: 0;
      margin-bottom: 10px; }
    .ol-block .block-one-half p {
      font-size: 18px;
      font-weight: 400;
      margin: 0; }
    .ol-block .block-one-half .color-gray {
      color: #999; }
      .ol-block .block-one-half .color-gray a {
        color: #999; }
      .ol-block .block-one-half .color-gray strong {
        color: black; }
    .ol-block .block-one-half a {
      color: black;
      text-decoration: underline; }
    .ol-block .block-one-half figure img {
      width: 100%; }
  .ol-block .btn-area .btn-area__button {
    display: inline-block;
    font-size: 16px;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    background: #a80b16;
    margin-top: 20px;
    text-transform: uppercase; }
  .ol-block .btn-area p {
    margin-top: 5px;
    font-size: 13px; }
  .ol-block .big-margin--top {
    margin-top: 40px !important; }
  .ol-block .big-margin--bottom {
    margin-bottom: 40px !important; }

.page-footer {
  text-align: center;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px 10%;
  margin: 30px auto;
  color: #999;
  font-size: 12px; }
  .page-footer a {
    color: gray; }

.qf-padding-rewards {
  padding: 5px !important; }

.gf-padding-bottom-rewards {
  padding-bottom: 40px !important; }

.qf-block-width {
  width: 980px !important;
  margin: auto !important; }

.qf-menu-padding {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.qf-profile-height {
  min-height: 320px !important; }

.dashboard-placeholder {
  border: 1px solid #ddd;
  width: 100%;
  display: block;
  height: 190px;
  background: #fafafa; }

.dashboard-placeholder-big {
  height: 400px; }

@media screen and (max-width: 575px) {
  .top-navigation.admin .top-bar ul span.link-name {
    display: none !important; } }

@media screen and (max-height: 649px) {
  .login .small-centered.columns {
    margin-top: 15px !important; } }

.retention-matrix {
  border: 0; }
  .retention-matrix tr {
    height: 50px; }
  .retention-matrix td {
    width: 33.33333%; }

body {
  font-family: "Open Sans", sans-serif;
  background: #f2f2f2;
  color: #e4e4e4;
  font-size: 100%;
  font-weight: 600; }

h1, h2, h3, h4, img {
  font-family: "Open Sans", sans-serif;
  font-weight: bold; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #127cc0; }

.m-t-0 {
  margin-top: 0px !important; }

.m-b-0 {
  margin-bottom: 0px; }

.m-r-0 {
  margin-right: 0px; }

.m-l-0 {
  margin-left: 0px; }

.m-x-0 {
  margin-left: 0px;
  margin-right: 0px; }

.m-y-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.p-t-0 {
  padding-top: 0px; }

.p-b-0 {
  padding-bottom: 0px; }

.p-r-0 {
  padding-right: 0px; }

.p-l-0 {
  padding-left: 0px; }

.p-x-0 {
  padding-left: 0;
  padding-right: 0px; }

.p-y-0 {
  padding-top: 0;
  padding-bottom: 0px; }
