/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
  max-inline-size: 100%;
  block-size: auto;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  }
h2 { font-size: 3.6rem; line-height: 1.25; }
h3 { font-size: 3.0rem; line-height: 1.3;  }
h4 { font-size: 2.4rem; line-height: 1.35; }
h5 { font-size: 1.8rem; line-height: 1.5;  }
h6 { font-size: 1.5rem; line-height: 1.6;  }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre-wrap; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/* A LITTLE FLIP ANIMATION
----------------------------------------------------------- */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
canvas.chartJs {
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}
.chartJs-container {
  position: relative;
  height: 50vh;
  min-height: 50vh;
  width: 100%;
  margin-bottom: 2.375rem;
}
@media (min-width: 991px) {
  .chartJs-container {
    height: 60vh;
    min-height: 60vh;
  }
}
.chartLegend {
  display: inline-block;
  position: relative;
}
.chartLegend > ul {
  margin-left: 0;
  margin-bottom: 1.1875rem;
  list-style-type: none;
}
.chartLegend > ul li {
  display: inline-block;
  font-size: 1rem;
  margin-right: 2.375rem;
  margin-bottom: 1.1875rem;
}
.chartLegend > ul li > span {
  display: inline-block;
  margin-right: 6px;
  width: 1.125rem;
  height: 1.125rem;
}
.chartLegend.chartLegendCenter {
  text-align: center;
}
/* Flippers should have a matching switch above them */
.flip-toggle {
  display: none;
  margin-top: -5px;
}
@media (min-width: 550px) {
  .flip-toggle {
    display: block;
    float: right;
    margin-bottom: 1.1875rem;
  }
}
.flip-toggle label {
  margin-bottom: 0;
}
/* entire container, keeps perspective */
.flip-container {
  margin-bottom: 2.375rem;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.flip-container.flipped .back {
  transform: rotateY(0deg);
}
.flip-container.flipped .front {
  transform: rotateY(-180deg);
}
/*  UPDATED! flip the pane when hovered */
/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front,
.back {
  background-color: #FFFFFF;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  overflow-y: auto;
}
.flip-container,
.front,
.back {
  width: 100%;
  height: 50vh;
}
@media (min-width: 991px) {
  .flip-container,
  .front,
  .back {
    height: 60vh;
  }
}
@media (min-width: 1000px) {
}
/* Override default button styles here
------------------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  /* These attributes to match .small size (typography) */
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 700;
  height: auto;
  white-space: normal;
  padding: .56rem 1.87rem;
  /* Match transitions to a links (typography) */
  transition: all .2s;
  /* Misc overrides */
  border-color: #1f4def;
  border-width: 2px;
  border-radius: 30px;
  color: #1f4def;
  background-color: #FFF;
  text-transform: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* OVERRIDES FOR PRIMARY BUTTONS */
  /* Alternate button for success */
  /* HERE'S A BUTTON THAT FILLS THE CONTAINER */
}
.button.big,
button.big,
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big {
  line-height: 4rem;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  background-color: #1f4def;
  border-color: #1f4def;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background-color: #1f4def;
  border-color: #1f4def;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: #0e37cd;
  border-color: #0e37cd;
}
@media (max-width: 375px) {
  .button.button-primary.sm-big,
  button.button-primary.sm-big,
  input[type="submit"].button-primary.sm-big,
  input[type="reset"].button-primary.sm-big,
  input[type="button"].button-primary.sm-big {
    position: relative;
    height: 55px;
    padding-left: 45px;
  }
  .button.button-primary.sm-big i.fa,
  button.button-primary.sm-big i.fa,
  input[type="submit"].button-primary.sm-big i.fa,
  input[type="reset"].button-primary.sm-big i.fa,
  input[type="button"].button-primary.sm-big i.fa {
    font-size: 2rem;
    line-height: 2rem;
    position: absolute;
    left: 0;
  }
}
.button.button-success,
button.button-success,
input[type="submit"].button-success,
input[type="reset"].button-success,
input[type="button"].button-success {
  background-color: #e93f46;
  border-color: #e93f46;
  color: #fff;
}
.button.button-success:hover,
button.button-success:hover,
input[type="submit"].button-success:hover,
input[type="reset"].button-success:hover,
input[type="button"].button-success:hover,
.button.button-success:focus,
button.button-success:focus,
input[type="submit"].button-success:focus,
input[type="reset"].button-success:focus,
input[type="button"].button-success:focus {
  background-color: #e62830;
  border-color: #e62830;
}
.button.button-white,
button.button-white,
input[type="submit"].button-white,
input[type="reset"].button-white,
input[type="button"].button-white {
  background-color: #fff;
  border-color: #fff;
  color: #121888;
}
.button.button-white:hover,
button.button-white:hover,
input[type="submit"].button-white:hover,
input[type="reset"].button-white:hover,
input[type="button"].button-white:hover,
.button.button-white:focus,
button.button-white:focus,
input[type="submit"].button-white:focus,
input[type="reset"].button-white:focus,
input[type="button"].button-white:focus {
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.button.button-block,
button.button-block,
input[type="submit"].button-block,
input[type="reset"].button-block,
input[type="button"].button-block {
  margin: 0 0 2.375rem;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
/* Form input overrides
---------------------------------------------- */
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  background-color: #fff;
  border: 3px solid #8a8ba1;
  color: #292932;
  font-size: 1rem;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
input[type="email"]:last-child,
input[type="number"]:last-child,
input[type="search"]:last-child,
input[type="text"]:last-child,
input[type="tel"]:last-child,
input[type="url"]:last-child,
input[type="password"]:last-child,
textarea:last-child,
select:last-child {
  margin-right: 0;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 3px solid #c5c5dc;
  box-shadow: 0 0 10px #f5f5f9;
  transition: all .3s;
}
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
textarea:disabled,
select:disabled {
  background-color: #ffffff;
  border-color: #f5f5f9;
  color: #8a8ba1;
}
textarea {
  line-height: inherit;
}
/* Use form class to give container a little extra margin
------------------------------------------------------------------------ */
.form {
  margin: 0 0 2.375rem;
}
.form.form-horizontal {
  text-align: center;
}
.form.form-horizontal .button,
.form.form-horizontal button,
.form.form-horizontal input[type="submit"],
.form.form-horizontal input[type="reset"],
.form.form-horizontal input[type="button"] input[type="email"],
.form.form-horizontal input[type="number"],
.form.form-horizontal input[type="search"],
.form.form-horizontal input[type="text"],
.form.form-horizontal input[type="tel"],
.form.form-horizontal input[type="url"],
.form.form-horizontal input[type="password"],
.form.form-horizontal textarea,
.form.form-horizontal select {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 991px) {
  .form.form-horizontal .button,
  .form.form-horizontal button,
  .form.form-horizontal input[type="submit"],
  .form.form-horizontal input[type="reset"],
  .form.form-horizontal input[type="button"] {
    margin-left: 1rem;
    margin-bottom: 2.375rem;
    width: auto;
  }
  .form.form-horizontal .button:first-child,
  .form.form-horizontal button:first-child,
  .form.form-horizontal input[type="submit"]:first-child,
  .form.form-horizontal input[type="reset"]:first-child,
  .form.form-horizontal input[type="button"]:first-child {
    margin-left: 0;
  }
  .form.form-horizontal .button:last-child,
  .form.form-horizontal button:last-child,
  .form.form-horizontal input[type="submit"]:last-child,
  .form.form-horizontal input[type="reset"]:last-child,
  .form.form-horizontal input[type="button"]:last-child {
    margin-right: 0;
  }
  .form.form-horizontal input[type="email"],
  .form.form-horizontal input[type="number"],
  .form.form-horizontal input[type="search"],
  .form.form-horizontal input[type="text"],
  .form.form-horizontal input[type="tel"],
  .form.form-horizontal input[type="url"],
  .form.form-horizontal input[type="password"],
  .form.form-horizontal textarea,
  .form.form-horizontal select {
    margin-bottom: 2.375rem;
    width: 400px;
  }
}
@media (min-width: 991px) and (min-width: 1200px) {
  .form.form-horizontal input[type="email"],
  .form.form-horizontal input[type="number"],
  .form.form-horizontal input[type="search"],
  .form.form-horizontal input[type="text"],
  .form.form-horizontal input[type="tel"],
  .form.form-horizontal input[type="url"],
  .form.form-horizontal input[type="password"],
  .form.form-horizontal textarea,
  .form.form-horizontal select {
    width: 550px;
  }
}
.form.form-human {
  margin: 0;
}
.form.form-human input[type="email"],
.form.form-human input[type="number"],
.form.form-human input[type="search"],
.form.form-human input[type="text"],
.form.form-human input[type="tel"],
.form.form-human input[type="url"],
.form.form-human input[type="password"],
.form.form-human select,
.form.form-human p {
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 300;
  font-weight: 400;
}
@media (min-width: 991px) {
  .form.form-human input[type="email"],
  .form.form-human input[type="number"],
  .form.form-human input[type="search"],
  .form.form-human input[type="text"],
  .form.form-human input[type="tel"],
  .form.form-human input[type="url"],
  .form.form-human input[type="password"],
  .form.form-human select,
  .form.form-human p {
    font-size: 2rem;
    line-height: 1.28;
    font-weight: 400;
  }
}
.form.form-human input[type="email"],
.form.form-human input[type="number"],
.form.form-human input[type="search"],
.form.form-human input[type="text"],
.form.form-human input[type="tel"],
.form.form-human input[type="url"],
.form.form-human input[type="password"],
.form.form-human textarea,
.form.form-human select {
  background-color: #f5f5f9;
  border: none;
  display: inline;
  margin: 0;
}
.form.form-human input[type="email"]:focus,
.form.form-human input[type="number"]:focus,
.form.form-human input[type="search"]:focus,
.form.form-human input[type="text"]:focus,
.form.form-human input[type="tel"]:focus,
.form.form-human input[type="url"]:focus,
.form.form-human input[type="password"]:focus,
.form.form-human textarea:focus,
.form.form-human select:focus {
  border: none;
  box-shadow: none;
}
.form.form-human select {
  background-color: transparent;
  border-radius: 0;
}
.form.form-human select::ms-expand {
  display: none;
}
@media (min-width: 0px) {
  .container {
    max-width: 1920px;
    width: 100%;
    padding: 2.375rem 2.375rem 0;
    z-index: 0;
  }
  .container.container-narrow {
    max-width: 1440px;
    min-height: 80vh;
    position: relative;
  }
  .container.container-article {
    background-color: #fff;
    display: block;
    max-width: 960px;
    position: relative;
  }
  .container.container-article hr {
    margin: 2.375rem 0 4.75rem;
  }
  .container.container-article .breadcrumbs {
    margin-bottom: 2.375rem;
  }
  .container.container-article:first-of-type {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 0px) and (min-width: 1000px) {
  .container.container-article {
    padding: 4.75rem 70.5px inherit;
  }
  .container.container-article:first-of-type {
    padding-bottom: 4.75rem;
  }
  .container.container-article .breadcrumbs {
    margin-bottom: 0;
  }
}
/* Full size page blocks
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-block {
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  /* Set the container height (fiddly!) */
  height: 91%;
  min-height: 300px;
  min-height: 91vh;
}
.full-block.background-sea {
  background-image: url('https://data-assets.kyero.com/img/bg-sea-clear.jpg');
  background-position: center right;
}
.full-block.background-olives {
  background-image: url('https://data-assets.kyero.com/img/bg-olives.jpg');
  background-position: center center;
}
.full-block.background-market {
  background-image: url('https://data-assets.kyero.com/img/bg-market.jpg');
  background-position: center center;
}
.full-block.background-region4 {
  background-image: url('https://data-assets.kyero.com/img/bg-balearics.jpg');
  background-position: center bottom;
}
.full-block.background-province8 {
  background-image: url('https://data-assets.kyero.com/img/bg-barcelona.jpg');
  background-position: center bottom;
}
.full-block.background-province29 {
  background-image: url('https://data-assets.kyero.com/img/bg-malaga.jpg');
  background-position: center bottom;
}
.full-block.background-province35 {
  background-image: url('https://data-assets.kyero.com/img/bg-lanzarote.jpg');
  background-position: center bottom;
}
.full-block.background-province38 {
  background-image: url('https://data-assets.kyero.com/img/bg-tenerife.jpg');
  background-position: center bottom;
}
.full-block .container {
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  /* Container with contrained width */
}
.full-block .container h1 {
  line-height: 1.28;
}
@media (min-width: 991px) {
  .full-block .container h1 {
    font-size: 5rem;
  }
}
.full-block .container h3 {
  font-weight: 400;
}
@media (min-width: 1000px) {
  .full-block .container .container-narrow {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
  }
}
.full-block .container .container-narrow .link-bar {
  margin-top: 4.75rem;
  text-align: center;
}
@media (min-width: 991px) {
  .full-block .container .container-narrow .link-bar {
    margin-top: 9.5rem;
  }
}
@media (min-width: 1200px) {
  .full-block .container .container-narrow .link-bar {
    margin-top: 14.25rem;
  }
}
.full-block .container .container-narrow .link-bar a {
  display: block;
  color: #fff;
  margin-bottom: 2.375rem;
}
@media (min-width: 550px) {
  .full-block .container .container-narrow .link-bar a {
    margin-bottom: 0;
  }
}
.full-block .container .container-narrow .link-bar a:hover,
.full-block .container .container-narrow .link-bar a:focus {
  background-color: transparent;
  text-shadow: 1px 0 10px #8a8ba1;
}
.full-block .container .container-narrow .link-bar a .link-large {
  font-size: 2.5rem;
  line-height: 1.28;
  display: block;
  margin-bottom: 4px;
}
@media (min-width: 550px) {
  .full-block .container .container-narrow .link-bar a .link-large {
    font-size: 2rem;
    line-height: 1.28;
  }
}
@media (min-width: 991px) {
  .full-block .container .container-narrow .link-bar a .link-large {
    font-size: 2.5rem;
    line-height: 1.28;
  }
}
.narrow-block {
  background-color: #fff;
  display: table;
  padding: 4.75rem 0 2.375rem;
  width: 100%;
}
@media (min-width: 1000px) {
}
.narrow-block:nth-of-type(even) {
  background-color: transparent;
}
.narrow-block .container {
  display: table;
  max-width: 1200px;
  position: relative;
  padding-top: 0;
}
@media (min-width: 991px) {
  .narrow-block .container h2 {
    font-size: 2.5rem;
    line-height: 1.28;
  }
}
.narrow-block .container .one-block {
  width: 100%;
}
.narrow-block .container .half-block {
  float: left;
  display: block;
  box-sizing: border-box;
  padding-top: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1000px) {
  .narrow-block .container .half-block {
    margin-left: 4%;
    width: 48%;
  }
  .narrow-block .container .half-block:first-of-type {
    margin-left: 0;
  }
  .narrow-block .container .half-block:not(:first-of-type) {
    position: absolute;
    height: 100%;
    overflow: visible;
    right: 0;
  }
  .narrow-block .container .half-block .chartJs {
    height: 96%;
    min-height: 200px;
    min-height: 96%;
  }
}
/* Page footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  background-color: #f5f5f9;
  color: #292932;
  /* Centre links on mobile, left on the rest */
}
footer ul {
  list-style: none;
  margin-bottom: 1.1875rem;
}
footer ul li {
  margin-bottom: 1.1875rem;
}
footer a {
  background-color: transparent;
  color: #292932;
}
footer a:hover,
footer a:focus {
  background-color: transparent;
  transition: .2s;
}
footer a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
footer .column {
  text-align: center;
}
@media (min-width: 550px) {
  footer .column {
    text-align: left;
  }
  footer .column:last-of-type {
    text-align: right;
  }
}
/* Map containers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.map-container {
  height: 91%;
  min-height: 300px;
  min-height: 91vh;
  margin-bottom: 2.375rem;
  position: relative;
}
.map-container .map-overlay {
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  padding: 2.375rem 2.375rem 0;
  position: absolute;
  right: 2.375rem;
  top: 2.375rem;
  z-index: 1;
}
.map-container .map-overlay ul {
  list-style: none;
}
@media (min-width: 991px) {
  .map-container .map-overlay {
    display: block;
  }
}
@media (min-width: 1000px) {
  .map-container .map-overlay {
    right: 4.75rem;
    top: 4.75rem;
  }
}
.map-container .map-overlay:empty {
  display: none;
}
.map-container .map-control {
  display: none;
  position: absolute;
  margin: 2.375rem;
  z-index: 0;
}
.map-container .map-control input,
.map-container .map-control select {
  border-color: #f5f5f9;
  max-width: 100%;
}
@media (min-width: 550px) {
  .map-container .map-control {
    display: block;
  }
}
.map-container .map-control:empty {
  display: none;
}
.map-container .map-control.well {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  font-weight: 400;
  font-family: 'poppins', sans-serif;
  font-size: 1rem;
  line-height: 2;
  margin: 2.375rem;
  padding: 1rem;
  max-width: 280px;
}
.map-container .map-control.well :last-child {
  margin-bottom: 0;
}
.map-container .map-control :first-child {
  margin-top: 0;
}
.map-container .map-legend {
  margin-bottom: 1.5rem;
}
.map-container .map-legend ul {
  list-style-type: none;
  margin-left: 0;
}
.map-container .map-legend ul li {
  margin-bottom: 0;
}
.map-container .map-legend ul li > span {
  background-color: #f5f5f9;
  display: inline-block;
  margin-right: 6px;
  width: 2.25rem;
  height: 1.125rem;
}
.map-container .map-legend.map-legend-green {
  font-size: 1.125rem;
  line-height: 2;
  background-image: linear-gradient(to right, rgba(233, 63, 70, 0.1) 0%, #e93f46 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ae93f46', endColorstr='#ffe93f46', GradientType=1);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 2px 10px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 138, 0, 0.1) 0, #ff8a00 100%);
}
.map-container .map-legend.map-legend-green:before,
.map-container .map-legend.map-legend-green:after {
  content: " ";
  display: table;
}
.map-container .map-legend.map-legend-green:after {
  clear: both;
}
.map-container .map-legend .map-legend-lo {
  float: left;
  width: 50%;
}
.map-container .map-legend .map-legend-hi {
  color: #fff;
  float: left;
  text-align: right;
  width: 50%;
}
.map-container .map-loader {
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 300;
  padding: 2.375rem 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.map-canvas {
  background-color: #fafafa;
  position: relative;
  height: 100%;
  width: 100%;
}
.map-canvas .map-info {
  font-size: 1.125rem;
  line-height: 2;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  overflow: visible !important;
  position: relative;
}
.map-canvas .map-info p:last-child {
  margin-bottom: 0;
}
.map-canvas .map-infobox {
  font-size: 1.125rem;
  line-height: 2;
  background: #fff;
  border: 1px solid #f5f5f9;
  border-radius: 30px;
  text-align: center;
  color: #292932;
  font-weight: 400;
  font-family: 'poppins', sans-serif;
  font-size: 12px;
  overflow: visible !important;
  position: relative;
  max-width: 100px;
  min-width: 40px;
  padding: 2px;
  z-index: 0;
}
/* Additional layout utilities
----------------------------------------------------- */
@media (max-width: 549px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 1199px) {
  .visible-lg {
    display: none;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://data-assets.kyero.com/common/img/caret.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 38px;
}
select:disabled {
  background-image: url(https://data-assets.kyero.com/common/img/caret_disabled.svg);
  color: #D8D7E0;
}
.navbar {
  background-color: #ffa800;
  color: #fff;
  position: relative;
  height: 80px;
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
  /* Menu links
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Hide elements without .visible-mobile at sizes below tablet */
  /* Hide elements without .visible-tablet as sizes below desktop */
  /* Dropdown lists
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*Make dropdown links vertical*/
  /*Prevent text wrapping*/
  /* Add fix where dropdown is menu item expanding outside viewport */
  /* Search form
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.navbar #logo {
  display: block;
  width: 126px;
  height: 40px;
  padding: 20px 2.375rem;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar #logo:hover,
.navbar #logo:focus {
  background-color: #1f4def;
}
.navbar #logo > img {
  max-width: 100%;
  width: 100%;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.navbar li {
  display: none;
  float: left;
  margin: 0;
  line-height: 80px;
}
.navbar li > a {
  color: #fff;
  display: block;
  padding: 0 2.375rem;
  /* Style flag icons */
}
.navbar li > a > img {
  display: inline-block;
  height: 1.125rem;
  margin-right: 4px;
}
@media (min-width: 991px) {
  .navbar li.visible-tablet {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  .navbar li {
    display: inline-block;
  }
}
.navbar li.visible-mobile {
  display: inline-block;
}
@media (min-width: 991px) {
  .navbar li.hidden-tablet {
    display: none;
  }
}
.navbar li.dropdown > a:after {
  font-family: 'FontAwesome';
  content: '\f107';
  line-height: 78px;
  margin-left: 4px;
}
.navbar li.dropdown ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  background-color: #ffa800;
  position: absolute;
  transition: all .25s ease;
}
@media (max-width: 549px) {
  .navbar li.dropdown ul {
    right: 0;
  }
}
.navbar li.dropdown ul.active {
  visibility: visible;
  opacity: 1;
}
.navbar li.dropdown ul li {
  display: block;
  float: none;
  line-height: 3;
}
.navbar li.dropdown ul li a {
  width: auto;
  min-width: 120px;
  padding: 0 10px;
}
.navbar li.dropdown:last-child > ul {
  right: 0;
}
.navbar form.search input[type="text"] {
  background-color: #e69700;
  border: none;
  color: #fff;
  border-radius: 10em;
  -webkit-appearance: textfield;
  box-sizing: content-box;
  outline: none;
  margin: 0;
  padding: 0 20px;
  /* Make placeholder text more visible */
  /* Add the search icon */
  /* firefox 19+ */
  /* ie */
  width: 260px;
}
.navbar form.search input[type="text"]::-webkit-input-placeholder {
  color: #8a8ba1;
}
.navbar form.search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8ba1;
}
.navbar form.search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8ba1;
}
.navbar form.search input[type="text"]:-ms-input-placeholder {
  color: #8a8ba1;
}
.navbar form.search input[type="text"]:placeholder-shown {
  color: #8a8ba1;
}
.navbar form.search input[type="text"]::-webkit-input-placeholder::before {
  font-family: fontAwesome;
  content: '\f002';
  color: #f5f5f9;
  margin-right: 8px;
}
.navbar form.search input[type="text"]::-moz-placeholder::before {
  font-family: fontAwesome;
  content: '\f002';
  color: #f5f5f9;
  margin-right: 8px;
}
.navbar form.search input[type="text"]:-ms-input-placeholder::before {
  font-family: fontAwesome;
  content: '\f002';
  color: #f5f5f9;
  margin-right: 8px;
}
.navbar form.search input[type="text"]:-moz-placeholder::before {
  font-family: fontAwesome;
  content: '\f002';
  color: #f5f5f9;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .navbar form.search input[type="text"] {
    width: 400px;
  }
}
.navbar form.search input[type="text"]:focus {
  box-shadow: none;
}
.onoffswitch {
  position: relative;
  width: 114px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ffa800;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 2;
  padding: 0;
  line-height: 2;
  font-size: 1rem;
  color: white;
  font-weight: 700;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #1f4def;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #1fd817;
  color: #FFF;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  border: 2px solid #ffa800;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.tabs {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 0;
  /* Reset list elements */
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs > ul,
.tabs > ol {
  margin: 0;
}
.tabs > ul > li,
.tabs > ol > li {
  list-style: none;
  margin: 0;
}
.tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  background-color: #f2f2f6;
  margin-top: 60px;
}
@media (min-width: 991px) {
  .tabs nav {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    z-index: 1;
    margin-top: 0;
  }
}
.tabs nav > ul.tabs-navigation {
  width: 360px;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .tabs nav > ul.tabs-navigation {
    width: 200px;
    float: left;
  }
}
@media (min-width: 1000px) {
  .tabs nav > ul.tabs-navigation {
    width: 260px;
  }
}
.tabs nav > ul.tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.tabs nav > ul.tabs-navigation li {
  display: inline-block;
  color: #8a8ba1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 991px) {
  .tabs nav > ul.tabs-navigation li {
    display: block;
    white-space: normal;
  }
}
.tabs nav > ul.tabs-navigation a {
  color: #8a8ba1;
  display: block;
  position: relative;
  padding: 0.8rem;
  /* Style the icons */
}
@media (min-width: 991px) {
  .tabs nav > ul.tabs-navigation a {
    padding: 2.375rem;
  }
}
.tabs nav > ul.tabs-navigation a:hover,
.tabs nav > ul.tabs-navigation a:focus {
  font-weight: bold;
  background-color: transparent;
}
.tabs nav > ul.tabs-navigation a:hover > i:before,
.tabs nav > ul.tabs-navigation a:focus > i:before {
  color: #1f4def;
}
.tabs nav > ul.tabs-navigation a > i,
.tabs nav > ul.tabs-navigation a > i:before {
  font-size: 2.25rem;
  margin-bottom: 0.2rem;
  display: block;
  color: #8a8ba1;
}
@media (min-width: 991px) {
  .tabs nav > ul.tabs-navigation a > i,
  .tabs nav > ul.tabs-navigation a > i:before {
    font-size: 3.375rem;
    margin-bottom: 0.5rem;
  }
}
.tabs nav > ul.tabs-navigation a.selected {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  background-color: #1f4def;
  color: #FFFFFF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tabs nav > ul.tabs-navigation a.selected > i,
.tabs nav > ul.tabs-navigation a.selected > i:before {
  color: #FFFFFF;
}
@media (min-width: 991px) {
  .tabs nav > ul.tabs-navigation a.selected {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }
}
.tabs .tabs-content {
  background-color: #FFFFFF;
  height: 100%;
  min-height: 80vh;
  padding-bottom: 200px;
}
@media (min-width: 991px) {
  .tabs .tabs-content {
    margin-left: 260px;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }
}
.tabs .tabs-content > li {
  display: none;
}
.tabs .tabs-content > li h1 {
  font-size: 2rem;
  line-height: 1.28;
}
@media (min-width: 550px) {
  .tabs .tabs-content > li h1 {
    font-size: 2.5rem;
    line-height: 1.28;
  }
}
.tabs .tabs-content > li.selected {
  display: block;
  animation: tabs-fade-in 0.5s;
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  transition: all .2s;
  /* Remove line from last cell unresponded viewports */
  /* Tame those difficult tables!
  ------------------------------------- */
}
table tbody > tr:hover {
  background-color: #ffffff;
}
table tr.highlight {
  background-color: #ffffff;
}
table tr.highlight > td {
  font-weight: 700;
}
@media (min-width: 991px) {
  table tr.indent > td:first-child {
    text-indent: 2.375rem;
  }
}
table tr.child > td:first-child {
  text-indent: 2.375rem;
}
table th,
table td {
  padding: 4px;
  border-bottom: 2px solid #f5f5f9;
  text-align: left;
}
table th.cell-number,
table td.cell-number {
  text-align: right;
}
@media (min-width: 550px) and (max-width: 1199px) {
  table th {
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media (min-width: 991px) {
  table tr:last-of-type > td {
    border-bottom: none;
  }
}
table.responsive {
  /* Stack rows vertically on small screens */
  /* Stack labels vertically on smaller screens */
}
@media (max-width: 749px) {
  table.responsive {
    /* Hide column labels */
    /* Leave a space between table rows */
    /* Get table cells to act like rows */
    /* Leave a space for data labels */
    /* Add data labels */
    /* Reset all cell aligns back to left */
    /* No need to indent child rows in small viewports */
  }
  table.responsive thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  table.responsive tr + tr {
    margin-top: 2.375rem;
  }
  table.responsive tr,
  table.responsive td {
    display: block;
    padding: 0;
    width: auto;
  }
  table.responsive td {
    padding-left: 50%;
  }
  table.responsive td:first-of-type {
    font-weight: 700;
  }
  table.responsive td:before {
    content: attr(data-label);
    display: inline-block;
    margin-left: -100%;
    width: 100%;
  }
  table.responsive th,
  table.responsive td {
    text-align: left;
  }
  table.responsive tr.child > td:first-child {
    text-indent: 0;
  }
}
@media (max-width: 549px) {
  table.responsive td {
    padding-left: 0;
  }
  table.responsive td:before {
    display: block;
    margin-left: 0;
  }
  table.responsive td:first-child:before {
    content: '';
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 2.375rem;
  font-family: 'Hero', sans-serif;
}
h1 > i,
h2 > i,
h3 > i,
h4 > i,
h5 > i,
h6 > i {
  color: #1fd817;
}
@media (min-width: 0px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.28;
  }
  h2 {
    font-size: 2rem;
    line-height: 1.28;
  }
  h3 {
    font-size: 1.5625rem;
    line-height: 1.28;
    font-weight: 300;
  }
  h4 {
    font-size: 1.125rem;
    line-height: 2;
    border-bottom: 2px solid #f5f5f9;
    font-weight: 400;
    margin-bottom: 2.375rem;
  }
}
b,
strong {
  font-weight: 700;
}
small,
.small {
  font-size: 1.125rem;
  line-height: 2;
}
.standfirst {
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 300;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  background-color: transparent;
  color: #1f4def;
  text-decoration: none;
  transition: color 0.5s, background 0.2s, text-shadow 0.2s;
}
a:hover,
a:focus {
  color: #ffa800;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul,
ol {
  margin: 0;
  list-style-type: disc;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
}
li {
  margin-bottom: 2.375rem;
}
ol.breadcrumbs {
  margin: 2.375rem 0;
  overflow: auto;
  display: flex;
}
ol.breadcrumbs > li {
  color: #8a8ba1;
  display: flex;
  flex: none;
  list-style: none;
  margin-bottom: 0;
  text-transform: inital;
}
ol.breadcrumbs > li a {
  color: #8a8ba1;
}
ol.breadcrumbs > li a:hover,
ol.breadcrumbs > li a:focus {
  text-decoration: underline;
  color: #1f4def;
}
ol.breadcrumbs > liactive {
  color: #505260;
  font-weight: bold;
}
ol.breadcrumbs > li:after {
  content: '>';
  margin: 0 8px;
  color: #8a8ba1;
}
ol.breadcrumbs > li:last-of-type:after {
  content: '';
}
ol.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
ul.number-bar,
ol.number-bar {
  margin-bottom: 1.1875rem;
  margin-left: 0;
}
ul.number-bar > li,
ol.number-bar > li {
  display: list-item;
  list-style: none;
  margin-bottom: 1.1875rem;
}
@media (min-width: 991px) {
  ul.number-bar > li,
  ol.number-bar > li {
    float: left;
  }
  ul.number-bar > li:after,
  ol.number-bar > li:after {
    content: '/';
    margin: 0 8px;
    color: #f5f5f9;
  }
  ul.number-bar > li:last-of-type:after,
  ol.number-bar > li:last-of-type:after {
    content: '';
  }
}
ul.number-bar:after,
ol.number-bar:after {
  content: "";
  display: table;
  clear: both;
}
/* Horizontal rules
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  border-top: 2px solid #f5f5f9;
  margin-top: 0rem;
  margin-bottom: 2.375rem;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.375rem;
}
/* Responsive images and figures
--------------------------------------------------------- */
img.responsive {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0 0 2.375rem;
}
figure > figcaption {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  margin: 4px 0 0;
}
figure > figcaption:before {
  font-family: 'fontawesome';
  font-weight: normal;
  color: #8a8ba1;
  content: '\f03e';
  margin-right: 6px;
}
figure > figcaption.photo:before {
  content: '\f030';
}
figure > figcaption.screenshot:before {
  content: '\f109';
}
figure > figcaption.chart:before {
  content: '\f080';
}
/* Code blocks <pre> and <code> */
code {
  background-color: #f5f5f9;
  border-color: #8a8ba1;
  max-height: 300px;
  margin: 0;
}
pre {
  max-width: 100%;
}
pre > code {
  background-color: #ff8a00;
  border: 3px solid #ffa800;
  border-radius: 30px;
  color: #fff;
  font-size: 100%;
  padding: 6px 10px;
  text-align: left;
  word-break: break-word;
}
/* Flags (not typography, no idea where else to put it
-------------------------------------------------------- */
img.flag {
  border: 2px solid #f5f5f9;
  border-radius: 60px;
  float: right;
  height: 32px;
  margin: 6px 0 2.375rem 2.375rem;
}
@media (min-width: 550px) {
  img.flag {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  img.flag {
    height: 92px;
  }
}
/* Colorizers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-success {
  color: #e93f46;
}
.text-danger {
  color: #1f4def;
}
.text-info {
  color: #1fd817;
}
.text-muted {
  color: #8a8ba1;
}
/* Text utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-together {
  white-space: nowrap;
}
.text-circled {
  background-color: #ffa800;
  display: inline-block;
  color: #fff;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  /* 50% */
  margin-right: 8px;
  text-align: center;
}
.well {
  background-color: #fff;
  border: 2px solid #e5e5ef;
  border-radius: 30px;
  box-sizing: border-box;
  margin-bottom: 2.375rem;
  padding: 2.375rem 2.375rem 0;
}
.number-box {
  margin: 1.1875rem 0;
  position: relative;
}
.number-box:last-child {
  margin-bottom: 2.375rem;
}
@media (min-width: 991px) {
  .number-box {
    margin: 2.375rem 0;
    position: relative;
  }
  .number-box:last-child {
    margin-bottom: 4.75rem;
  }
}
.number-box .title {
  border-bottom: 2px solid #f5f5f9;
  margin-bottom: 2.375rem;
}
.number-box .title i {
  color: #8a8ba1;
}
.number-box .sparkline {
  position: relative;
  float: right;
  height: 2.5rem;
  width: 100%;
  margin-bottom: 2.375rem;
  /* Larger than phablet (also point when grid becomes active) */
  /* Larger than tablet */
  /* Larger than desktop */
  /* Larger than Desktop HD */
}
@media (min-width: 400px) {
  .number-box .sparkline {
    height: 5rem;
    width: 20%;
  }
}
@media (min-width: 550px) {
  .number-box .sparkline {
    float: none;
    height: 2.5rem;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .number-box .sparkline {
    float: right;
    height: 6.25rem;
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .number-box .sparkline {
    width: 35%;
  }
}
@media (min-width: 1500px) {
  .number-box .sparkline {
    width: 50%;
  }
}
.number-box .big-number {
  font-size: 2.5rem;
  line-height: 1.28;
  font-weight: 700;
  margin-bottom: 4px;
}
.number-box .big-number a {
  color: #292932;
  border-bottom: 2px #f5f5f9 dotted;
}
.number-box .big-number a:hover,
.number-box .big-number a:focus {
  background-color: #1f4def;
  border-bottom: none;
  color: #fff;
}
/* NEW HEADER */
/*! CSS Used from: https://www.kyero.com/guides/wp-content/themes/soledad-child/style.css?ver=5.2 ; media=all */
.expandable-button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 100%;
  padding: 15px 15px;
  color: #2c2c38;
  cursor: pointer;
  background: #FFFFFF;
  font-weight: 600;
  text-align: left;
  margin: 0;
  text-transform: none;
}
.expandable-button:hover,
.expandable-button:focus {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.expandable-button__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(42%);
  right: 15px;
}
.main-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 100;
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.12);
  border-bottom: #e7e7ed 1px solid;
  height: 48px;
}
@media screen and (min-width: 991px) {
  .main-header {
    position: relative;
    box-shadow: none;
    height: 72px;
    padding: 1rem 1.5rem;
  }
}
.main-header button {
  margin: 0;
  box-shadow: none;
}
.main-header__item {
  border-radius: 25px;
  padding: 1px 11px;
}
.main-header__item:hover {
  background-color: #f2f2f6;
}
.main-header__logo {
  height: auto;
  max-width: 110px;
}
@media screen and (min-width: 991px) {
  .main-header__logo {
    max-width: 128px;
  }
}
.main-header__logo-wrapper {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .main-header__logo-wrapper {
    padding: 0;
  }
}
.main-header__mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 991px) {
  .main-header__mobile {
    display: none;
  }
}
.main-header__search {
  display: flex;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 auto;
  flex: 1;
  align-items: center;
}
@media screen and (min-width: 991px) {
  .main-header__search {
    display: none;
  }
}
.main-header__search > div {
  width: 100%;
}
.main-header__content {
  display: none;
  flex: 1;
  justify-content: space-between;
  box-shadow: 2px solid 1p;
}
@media screen and (min-width: 991px) {
  .main-header__content {
    display: flex;
  }
}
.main-header__nav {
  display: flex;
  align-items: center;
}
.main-header__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
a.main-header__link,
a.main-header__link:hover,
a.main-header__link:active,
a.main-header__link:focus {
  color: #332627;
  font-weight: 600;
}
.main-header__panel {
  display: flex;
  align-items: center;
}
.main-header__mobile-menu {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 10px;
}
@media (max-width: 991px) {
  .main-header__mobile-menu {
    -webkit-appearance: button;
    padding: 0.25rem 1.5rem 0;
    min-width: auto;
  }
}
@media (max-width: 991px) {
  .main-header__mobile-menu:hover {
    background: none;
    color: inherit;
  }
}
.main-header__mobile-nav {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 991px) {
  .main-header__mobile-nav {
    display: none;
  }
}
.main-header__mobile-nav .mobile-nav {
  transform: translate3d(100%, 0, 0);
  transition: .1s all ease;
}
.main-header__mobile-nav .mobile-nav__overlay {
  opacity: 0;
  pointer-events: none;
  transition: .2s all ease;
}
.main-header__logo-wrapper + .main-header__content {
  margin-left: 13px;
}
.mobile-search {
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}
.mobile-search__button {
  display: block;
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
  color: #757575;
  border: 1px solid currentColor;
  border-radius: 20px;
  flex: 1 1 auto;
}
.mobile-search__button:hover,
.mobile-search__button:active,
.mobile-search__button:focus {
  color: #757575;
}
.active-menu .main-header__mobile-nav {
  opacity: 1;
  pointer-events: all;
  transform: translate3d(0, 0, 0);
}
.active-menu .main-header__mobile-nav .mobile-nav {
  transform: translate3d(0, 0, 0);
}
.active-menu .main-header__mobile-nav .mobile-nav__overlay {
  opacity: 1;
}
.drop-card {
  position: relative;
  padding: 25px;
  background: #FFFFFF;
  min-width: 280px;
  border-radius: 5px;
}
@media screen and (min-width: 991px) {
  .drop-card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
.drop-card::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  height: 20px;
  width: 100%;
}
.drop-card__arrow {
  position: absolute;
  bottom: 100%;
  right: 30px;
}
.drop-card__arrow::after,
.drop-card__arrow:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}
.drop-card__arrow::after {
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
}
.drop-card__header {
  margin-bottom: 20px;
  font-style: italic;
}
.mobile-nav {
  flex: 1;
  z-index: 0;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  align-content: stretch;
}
.mobile-nav__list {
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-nav__close {
  flex: 0 0 50px;
}
.mobile-nav__buttons {
  display: flex;
  padding: 15px 65px 15px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mobile-nav__buttons > a {
  flex: 1;
}
.mobile-nav__button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  border-right: 1px solid #eaeaf0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .mobile-nav__button {
    min-width: auto;
    border-radius: 0px;
    margin: 0;
  }
}
.mobile-nav__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  margin-left: auto;
  z-index: 1;
}
.mobile-nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.mobile-nav__header {
  padding: 5rem 1rem 1.5rem;
  position: relative;
}
.mobile-nav__header_decoration {
  position: absolute;
  left: 0;
  top: 0;
  width: 106%;
  max-width: 26rem;
  z-index: -1;
}
.mobile-nav-header {
  max-width: 300px;
  margin: 0 auto;
}
.mobile-nav-header__logo {
  max-width: 130px;
  display: block;
  margin: 0 auto;
}
.mobile-nav-header__copy {
  margin: 10px auto 5px;
  text-align: center;
  max-width: 150px;
  color: #292932;
  font-family: 'Hero';
  line-height: 1.25;
  font-weight: 700;
}
.bordered-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eaeaf0;
  border-bottom: 1px solid #eaeaf0;
}
.bordered-list__element + .bordered-list__element {
  border-top: 1px solid #eaeaf0;
}
.mobile-nav-item__content--hidden {
  display: none;
  padding: 20px 15px;
  background: #f2f2f6;
}
.mobile-nav-item__icon-collapse {
  display: none;
}
.mobile-nav-item__icon-expand {
  display: block;
}
.mobile-nav-item--opened .mobile-nav-item__content--hidden {
  display: block;
}
.mobile-nav-item--opened .mobile-nav-item__icon-collapse {
  display: block;
}
.mobile-nav-item--opened .mobile-nav-item__icon-expand {
  display: none;
}
.header-panel {
  display: flex;
}
.header-panel__button-wrapper {
  display: flex;
}
.header-panel__button {
  cursor: pointer;
  padding: 10px 25px;
  text-align: center;
  color: #1f4def;
  font-weight: bold;
  border: 1px solid #1f4def;
  border-radius: 25px;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  font-size: 16px;
  min-width: auto;
  text-transform: none;
  margin: 0;
}
.header-panel__button:hover,
.header-panel__button:active,
.header-panel__button:focus {
  color: #1f4def;
  border-color: #1f4def;
  background-color: transparent;
}
.header-panel__placeholder {
  min-width: 70px;
}
.header-panel__button--filled {
  color: #FFFFFF;
  background-color: #1f4def;
}
.header-panel__button--filled:hover,
.header-panel__button--filled:active,
.header-panel__button--filled:focus {
  color: #FFFFFF;
  background-color: #1f4def;
  border-color: #1f4def;
}
.header-panel__button + .header-panel__button {
  margin-left: 10px;
}
.dropdown-link {
  position: relative;
}
.dropdown-link__card {
  position: absolute;
  display: none;
  top: 55px;
  width: 370px;
}
.dropdown-link__card::before {
  content: '';
  position: absolute;
  top: -32px;
  left: 0;
  height: 32px;
  width: 100%;
}
.dropdown-link__bottom {
  margin: 0 -25px;
  padding: 20px 30px 0;
  border-top: 1px solid #eaeaf0;
}
.dropdown-link--text {
  font-size: .875rem;
  margin-bottom: 0;
  line-height: 1.5;
}
.dropdown-link--italic-text {
  font-style: italic;
  font-size: .95em;
  margin-bottom: 0;
}
.dropdown-link__locations {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  margin: 10px 0;
}
.dropdown-link__item:last-of-type .dropdown-link__link {
  margin-bottom: 0;
}
.dropdown-link__link {
  position: relative;
  display: inline-block;
  color: #332627;
}
.dropdown-link__titlelink {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #332627;
}
.dropdown-link__iconlink {
  padding-left: 50px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #332627;
}
.dropdown-link__iconlink span {
  display: block;
}
.dropdown-link__iconlink i {
  font-size: 40px;
  position: absolute;
  top: 20px;
  left: 0;
}
.dropdown-link__titlelink p,
.dropdown-link__iconlink p {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.dropdown-link__item a:hover,
.dropdown-link__item a:focus {
  color: #332627;
}
.dropdown-link .drop-card__arrow {
  left: 50px;
  right: auto;
}
.dropdown-link .main-header__link::after {
  content: '\e928';
  display: inline-block;
  margin-left: 7px;
  font-family: 'kyeroIcons';
  font-size: 13px;
}
.dropdown-link:hover .dropdown-link__card,
.dropdown-link:active .dropdown-link__card,
.dropdown-link:focus .dropdown-link__card {
  display: block;
}
.dropdown-guides .dropdown-link__locations {
  column-count: 1;
}
@media screen and (min-width: 991px) {
  .dropdown-guides .dropdown-link__locations {
    column-count: 2;
  }
}
.dropdown-guides .dropdown-link__locations li {
  min-height: 80px;
  margin-top: 15px;
  display: inline-block;
}
@media screen and (min-width: 991px) {
  .dropdown-guides {
    width: 580px;
  }
}
@media (max-width: 991px) {
  .link__icon-left {
    margin-right: 7.5px;
  }
}
@media (max-width: 991px) {
  .link__icon {
    font-size: 1em;
    color: currentColor;
  }
}
/* NEW FOOTER */
.pre-footer {
  background-color: #fff;
  padding-bottom: 200px;
}
footer ul li {
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
footer {
  margin: 0 auto;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1170px) {
  footer {
    width: 1170px;
  }
}
@media (min-width: 991px) {
  footer {
    margin-top: -50px;
    padding: 0;
  }
}
.footer-pattern-wave {
  background-image: url(https://data-assets.kyero.com/common/img/footer-mobile.svg?v=3);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  margin-top: -199px;
  height: 200px;
  position: relative;
}
@media (min-width: 991px) {
  .footer-pattern-wave {
    background-image: url(https://data-assets.kyero.com/common/img/footer-desktop.svg);
    position: relative;
    background-position: center;
    width: 100%;
    background-size: 100%;
    height: 250px;
    margin-top: -150px;
  }
}
.footer-pattern-leaf {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(https://data-assets.kyero.com/common/img/footer-leaf.svg);
  background-size: cover;
  width: 80px;
  height: 80px;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 17px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .footer-pattern-leaf {
    transform: rotate(-58deg);
  }
}
@media (min-width: 991px) {
  .footer-pattern-leaf {
    position: absolute;
    right: 0;
    bottom: 40px;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 120px;
  }
}
/* LANG SWITCH*/
.wpml-ls-legacy-dropdown-click {
  max-width: 100%;
  margin-left: auto;
}
.wpml-ls-legacy-dropdown-click > ul {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item a {
  color: #292932;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  text-align: left;
  width: 100%;
}
.wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  color: #444;
  border: none;
  background-color: transparent;
  display: inline-block;
  line-height: 1;
  width: 100%;
}
.wpml-ls-legacy-dropdown-click a span {
  vertical-align: middle;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  position: relative;
  padding: 0 30px;
  color: #fff;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:before {
  content: '\e92b';
  font-family: KyeroIcons;
  font-size: 1.25rem;
  font-weight: 400;
  left: 0;
  line-height: 1rem;
  position: absolute;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language {
  background-color: #1f4def;
  background-position: left 0.75rem center, right 0.75rem center;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.12);
  color: #fff;
  list-style-type: none;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  display: none;
  right: 0;
  left: 0;
  background: #fff;
  position: absolute;
  bottom: 95%;
  top: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:active,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus {
  color: #000;
  background: transparent;
}
.wpml-ls-legacy-dropdown-click.open .wpml-ls-current-language {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wpml-ls-legacy-dropdown-click.open .wpml-ls-sub-menu {
  display: block;
}
.dropdown:after {
  vertical-align: middle;
  display: inline-block;
  border-top: 0.5em solid;
  position: absolute;
  padding: 0;
  border: none;
  content: '\e972';
  font-family: KyeroIcons;
  font-size: 1rem;
  font-weight: 100;
  right: 0;
}
.dropdown.open:after {
  content: '\e935';
}
.open .dropdown:after {
  content: '\e935';
}
.m-0 {
  margin: 0;
}
.ml-2 {
  margin-left: .5rem;
}
.mt-20 {
  margin-top: 20px;
}
.text-center {
  text-align: center;
}
.text-xl {
  font-size: 1.2rem;
}
.text-2xl {
  font-size: 1.8rem;
}
.align-middle {
  vertical-align: middle;
}
.text-charade {
  color: #292932;
}
.text-manatee {
  color: #8a8ba1;
}
.reset-font {
  font-family: inherit;
}
.reset-font-size {
  font-size: inherit;
}
.container-fluid--max-width {
  max-width: 1440px;
}
.bg-whisper {
  background-color: #f5f5f9;
}
.border-athens-gray {
  border-color: #e7e7ed;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.flex-none {
  flex: none;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.h-12 {
  height: 3rem;
}
.h-full {
  height: 100%;
}
.m-auto {
  margin: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-auto {
  margin-top: auto;
}
.max-w-23 {
  max-width: 5.75rem;
}
.max-w-56 {
  max-width: 14rem;
}
.p-2 {
  padding: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-0 {
  right: 0;
}
.text-left {
  text-align: left;
}
.text-dusty-gray {
  color: #999293;
}
.hover\:text-tile:hover {
  color: #121888;
}
.text-sm {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
}
.w-1\/4 {
  width: 25%;
}
.w-4\/5 {
  width: 80%;
}
.w-full {
  width: 100%;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.at-center-y {
  top: 50%;
  transform: translateY(-50%);
}
.wrapper {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.wrapper.compact {
  max-width: 75rem;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) {
  .sm\:order-4 {
    order: 4;
  }
  .sm\:order-5 {
    order: 5;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
}
@media (min-width: 992px) {
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
}
.wave-underline {
  text-decoration: inherit;
  color: inherit;
}
.wave-underline:after {
  content: "";
  height: 7px;
  width: 0;
  background-color: #fff;
  background-image: url(https://data-assets.kyero.com/common/img/wave-underline.svg);
  background-repeat: repeat-x;
  will-change: width;
  display: block;
  background-size: auto 7px;
  transition: width 0.2s ease-in-out;
  background-position: 0 100%;
  margin-left: -4px;
  pointer-events: none;
}
.wave-underline:hover {
  color: inherit;
}
.wave-underline.active:after,
.wave-underline:focus:after,
.wave-underline:hover:after {
  width: calc(108%);
}
.curved-bottom {
  -webkit-clip-path: ellipse(150% 100% at 50% 0);
  clip-path: ellipse(150% 100% at 50% 0);
  overflow: visible;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.link-block {
  text-align: left;
  list-style: none;
}
.link-block a {
  color: inherit;
}
html,
body {
  color: #292932;
  height: 100%;
  background-color: #f5f5f9;
}
html {
  font-size: 16px;
}
body {
  font-weight: 400;
  font-family: 'poppins', sans-serif;
  font-size: 1rem;
  line-height: 2;
  margin: 0;
  padding: 0;
  width: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
}
*,
div,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
/* FIXES FOR THE default styles */
.jqstooltip {
  width: auto !important;
  height: auto !important;
}
.fa.fa-arrow-circle-up.fa-fw.text-success {
  color: #1fd817;
}
.gm-control-active {
  box-shadow: 0 0 transparent;
}
