@charset "UTF-8";
/* --------------------------------------------------------------------------
                                  FONTS
--------------------------------------------------------------------------*/
@import url();
.dashboard-column {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.icon {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*
Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
*/
.infocard:before,
.infocard:after {
  content: " ";
  display: table;
}

.infocard:after {
  clear: both;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  background: #fff;
}

html,
button,
input,
select,
textarea {
  color: #424242;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.001);
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

b,
strong {
  font-weight: inherit;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

ul,
dd, dl, dt, figure,
blockquote, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
button {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.001);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Hide from both screenreaders and browsers */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable
   when navigated to via the keyboard */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Clearfix: contain floats */
.cf:before, .dashboard-columns:before,
.cf:after,
.dashboard-columns:after {
  content: " ";
  display: table;
}

.cf:after, .dashboard-columns:after {
  clear: both;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ---------------------------------------------
                   VARIABLES
----------------------------------------------*/
/* ---------------------------------------------
                   STYLES
----------------------------------------------*/
.ct-label {
  fill: #979797;
  color: #979797;
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: #E2E2E2;
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-point {
  stroke-width: 7px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 2px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 30px;
  opacity: 0.25;
}

.ct-bar:last-of-type {
  opacity: 1;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #14739F;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #14739F;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #28B9D7;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #28B9D7;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #8AD5E6;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #8AD5E6;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #00BD9C;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #00BD9C;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #9B59B6;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #9B59B6;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #33495F;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #33495F;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #00A3B5;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #00A3B5;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  content: "";
  display: table;
  clear: both;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.88889%;
}

.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.33333%;
}

.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.66667%;
}

.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.8047%;
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.33333%;
}

.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.33333%;
}

.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ////////      LINES       \\\\\\\\ */
.ct-chart--colour2 .ct-series-a .ct-line,
.ct-chart--colour2 .ct-series-a .ct-area {
  stroke: #28B9D7;
}

.ct-chart--colour3 .ct-series-a .ct-line,
.ct-chart--colour3 .ct-series-a .ct-area {
  stroke: #8AD5E6;
}

.ct-chart--colour4 .ct-series-a .ct-line,
.ct-chart--colour4 .ct-series-a .ct-area {
  stroke: #00BD9C;
}

.ct-chart--colour5 .ct-series-a .ct-line,
.ct-chart--colour5 .ct-series-a .ct-area {
  stroke: #9B59B6;
}

.ct-chart--colour6 .ct-series-a .ct-line,
.ct-chart--colour6 .ct-series-a .ct-area {
  stroke: #33495F;
}

.ct-chart--colour7 .ct-series-a .ct-line,
.ct-chart--colour7 .ct-series-a .ct-area {
  stroke: #00A3B5;
}

.ct-area,
.ct-line {
  stroke: #14739F;
}

.ct-chart--colour4 .ct-area,
.ct-chart--colour4 .ct-line,
.chart--theme1-4 .ct-series-b .ct-line {
  stroke: #00BD9C;
}

.firefox-browser [data-style="line"] .ct-series {
  -webkit-filter: drop-shadow(0px 14px 2px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 14px 2px rgba(0, 0, 0, 0.15));
}

.safari-browser [data-style="line"] .ct-series {
  -webkit-svg-shadow: 0px 12px 4px rgba(0, 0, 0, 0.1);
}

.ct-line,
.ct-bar {
  -webkit-animation: dash 5s linear both;
  animation: dash 5s linear both;
}

.ct-line:nth-of-type(0),
.ct-bar:nth-of-type(0) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ct-line:nth-of-type(1),
.ct-bar:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ct-line:nth-of-type(2),
.ct-bar:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ct-line:nth-of-type(3),
.ct-bar:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.ct-line:nth-of-type(4),
.ct-bar:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ct-line:nth-of-type(5),
.ct-bar:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.ct-line:nth-of-type(6),
.ct-bar:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ct-line:nth-of-type(7),
.ct-bar:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.ct-line:nth-of-type(8),
.ct-bar:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ct-line:nth-of-type(9),
.ct-bar:nth-of-type(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.ct-line:nth-of-type(10),
.ct-bar:nth-of-type(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ct-line:nth-of-type(11),
.ct-bar:nth-of-type(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.ct-line:nth-of-type(12),
.ct-bar:nth-of-type(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ct-line:nth-of-type(13),
.ct-bar:nth-of-type(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.ct-line:nth-of-type(14),
.ct-bar:nth-of-type(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ct-line:nth-of-type(15),
.ct-bar:nth-of-type(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.ct-line:nth-of-type(16),
.ct-bar:nth-of-type(16) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.ct-line:nth-of-type(17),
.ct-bar:nth-of-type(17) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.ct-line:nth-of-type(18),
.ct-bar:nth-of-type(18) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.ct-line:nth-of-type(19),
.ct-bar:nth-of-type(19) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.ct-line:nth-of-type(20),
.ct-bar:nth-of-type(20) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ct-line:nth-of-type(21),
.ct-bar:nth-of-type(21) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.ct-line:nth-of-type(22),
.ct-bar:nth-of-type(22) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.ct-line:nth-of-type(23),
.ct-bar:nth-of-type(23) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.ct-line:nth-of-type(24),
.ct-bar:nth-of-type(24) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

@-webkit-keyframes dash {
  from {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.ct-label.ct-horizontal.ct-end {
  display: block;
  text-align: center;
}

/* ////////      BARS       \\\\\\\\ */
.ct-barlabel {
  font-size: 13px;
  fill: #6A6A6A;
  text-align: center;
  text-anchor: middle;
}

.ct-chart[data-bar-horizontal="true"] .ct-barlabel {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #14739F;
  fill: #14739F;
  text-transform: none;
  text-align: left;
  text-anchor: start;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.infopanel .ct-chart .ct-barlabel {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  fill: #fff;
  opacity: 0.8;
}

.ct-bararrow {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  fill: #fff;
  text-transform: none;
  text-align: left;
  text-anchor: start;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
}

.ct-series-a .ct-bar {
  stroke: #28B9D7;
}

.ct-chart--colour1 .ct-series-a .ct-bar {
  stroke: #14739F;
}

.ct-chart--colour2 .ct-series-a .ct-bar {
  stroke: #28B9D7;
}

.ct-chart--colour3 .ct-series-a .ct-bar {
  stroke: #8AD5E6;
}

.ct-chart--colour4 .ct-series-a .ct-bar {
  stroke: #00BD9C;
}

.ct-chart--colour5 .ct-series-a .ct-bar {
  stroke: #9B59B6;
}

.ct-chart--colour6 .ct-series-a .ct-bar {
  stroke: #33495F;
}

.ct-chart--colour7 .ct-series-a .ct-bar {
  stroke: #00A3B5;
}

/* Horizontal */
.ct-chart[data-bar-horizontal="true"] > svg {
  display: block;
}

.chart--horizontalbar .ct-bar {
  opacity: 1;
  stroke: #28B9D7;
  stroke-width: 20px;
}

.chart--horizontalbar .ct-chart[data-bar-horizontal-large="true"] .ct-bar {
  stroke-width: 62px;
}

/* Actual vs target*/
.infograph.is-actual-vs-target .chart .ct-bar:nth-of-type(1) {
  stroke: #fff;
}

.infograph.is-actual-vs-target .chart .ct-bar ~ .ct-bar {
  stroke: #28B9D7;
}

/* Average */
.infograph.has-average .chart:first-child .ct-bar:nth-of-type(1),
.infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(1) {
  stroke: #F6E31C; /* Lightest */
}

.infograph.has-average .chart:first-child .ct-bar:nth-of-type(2),
.infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(2) {
  stroke: #F6BF1C;
}

.infograph.has-average .chart:first-child .ct-bar:nth-of-type(3),
.infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(3) {
  stroke: #F6A51C; /* 4th */
}

.infograph.has-average .chart:first-child .ct-bar:nth-of-type(4),
.infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(4) {
  stroke: #F6A51C; /* 4th */
}

.infograph.has-average .chart:first-child .ct-bar:nth-of-type(5),
.infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(5) {
  stroke: #E6951C; /* Darkest */
}


/*.horizontal-barchart .ct-chart .ct-bar:nth-of-type(1) {
  stroke: #28B9D7;
}

.horizontal-barchart .ct-chart .ct-bar:nth-of-type(2) {
  stroke: #14739F;
}

.horizontal-barchart .ct-chart .ct-bar:nth-of-type(3) {
  stroke: #8AD5E6;
}

.horizontal-barchart .ct-chart .ct-bar:nth-of-type(4) {
.horizontal-barchart .ct-chart .ct-bar:nth-of-type(4)
  stroke: #0F486E;
}

.horizontal-barchart .ct-chart .ct-bar:nth-of-type(5) {
  stroke: #00A3B5;
}*/

.horizontal-barchart .ct-chart .ct-bar:nth-of-type(1), .infograph.has-average .chart:first-child .ct-bar:nth-of-type(1), .infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(1) {
  stroke: #8AD5E6; /* Lightest */
}

.horizontal-barchart .ct-chart .ct-bar:nth-of-type(2), .infograph.has-average .chart:first-child .ct-bar:nth-of-type(2), .infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(2) {
  stroke: #28B9D7;
}

.horizontal-barchart .ct-chart .ct-bar:nth-of-type(3), .infograph.has-average .chart:first-child .ct-bar:nth-of-type(3), .infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(3) {
  stroke: #00A3B5;
}

.horizontal-barchart .ct-chart .ct-bar:nth-of-type(4), .infograph.has-average .chart:first-child .ct-bar:nth-of-type(4), .infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(4) {
  stroke: #14739F;
}

.horizontal-barchart .ct-chart .ct-bar:nth-of-type(5), .infograph.has-average .chart:first-child .ct-bar:nth-of-type(5), .infograph.has-average .chart:last-of-type .ct-bar:nth-of-type(5) {
  stroke: #0F486E; /* Darkest */
}


.horizontal-barchart--large .chart--horizontalbar:nth-child(1) .ct-bar {
  stroke: #8AD5E6;
}

.horizontal-barchart--large .chart--horizontalbar:nth-child(2) .ct-bar {
  stroke: #28B9D7;
}

.horizontal-barchart--large .chart--horizontalbar:nth-child(3) .ct-bar {
  stroke: #14739F;
}

.horizontal-barchart--large .chart--horizontalbar:nth-child(4) .ct-bar {
  stroke: #0F486E;
}

.horizontal-barchart--large .chart--horizontalbar:nth-child(5) .ct-bar {
  stroke: #00A3B5;
}

/* ////////      DONUTS       \\\\\\\\ */
.ct-donut--medium .ct-slice-donut {
  stroke-width: 26px !important;
}

.ct-chart-donut .ct-slice-donut {
  stroke: #979797;
}

.ct-chart-donut .ct-series-a .ct-slice-donut {
  stroke: #00BD9C;
}

.ct-chart-donut .ct-series-b .ct-slice-donut {
  stroke: #0F486E;
}

.ct-chart-donut .ct-series-c .ct-slice-donut {
  stroke: #28B9D7;
}

.ct-chart-donut .ct-series-d .ct-slice-donut {
  stroke: #8AD5E6;
}

.ct-chart-donut .ct-series-e .ct-slice-donut {
  stroke: #9B59B6;
}

.ct-chart-donut .ct-series-f .ct-slice-donut {
  stroke: #14739F;
}

.ct-chart-donut .ct-series-g .ct-slice-donut {
  stroke: #00A3B5;
}

.pie-chart--theme1 .ct-chart-donut .ct-series-a .ct-slice-donut {
  stroke: #28B9D7;
}

.pie-chart--theme1 .ct-chart-donut .ct-series-b .ct-slice-donut {
  stroke: #8AD5E6;
}

.pie-chart--theme1 .ct-chart-donut .ct-series-c .ct-slice-donut {
  stroke: #9B59B6;
}

.pie-chart--theme1 .ct-chart-donut .ct-series-d .ct-slice-donut {
  stroke: #00BD9C;
}

.pie-chart--theme1 .ct-chart-donut .ct-series-e .ct-slice-donut {
  stroke: #0F486E;
}

.pie-chart--theme1 .ct-chart-donut .ct-series-f .ct-slice-donut {
  stroke: #14739F;
}

.pie-chart--theme1 .ct-chart-donut .ct-series-g .ct-slice-donut {
  stroke: #33495F;
}

.pie-chart--theme2 .ct-chart-donut .ct-series-a .ct-slice-donut {
  stroke: #9B59B6;
}

.pie-chart--theme2 .ct-chart-donut .ct-series-b .ct-slice-donut {
  stroke: #00BD9C;
}

.pie-chart--theme2 .ct-chart-donut .ct-series-c .ct-slice-donut {
  stroke: #14739F;
}

.pie-chart--theme2 .ct-chart-donut .ct-series-d .ct-slice-donut {
  stroke: #8AD5E6;
}

.pie-chart--theme2 .ct-chart-donut .ct-series-e .ct-slice-donut {
  stroke: #00A3B5;
}

.pie-chart--theme2 .ct-chart-donut .ct-series-f .ct-slice-donut {
  stroke: #33495F;
}

.pie-chart--theme2 .ct-chart-donut .ct-series-g .ct-slice-donut {
  stroke: #28B9D7;
}

.pie-chart--other .ct-chart-donut .ct-series:first-child .ct-slice-donut {
  stroke: #979797;
}

.ct-chart--colour1 .ct-series .ct-slice-donut {
  stroke: #14739F;
}

.ct-chart--colour2 .ct-series .ct-slice-donut {
  stroke: #28B9D7;
}

.ct-chart--colour3 .ct-series .ct-slice-donut {
  stroke: #8AD5E6;
}

.ct-chart--colour4 .ct-series .ct-slice-donut {
  stroke: #00BD9C;
}

.ct-chart--colour5 .ct-series .ct-slice-donut {
  stroke: #9B59B6;
}

.ct-chart--colour6 .ct-series .ct-slice-donut {
  stroke: #33495F;
}

.ct-chart--colour7 .ct-series .ct-slice-donut {
  stroke: #00A3B5;
}

.chart--donutPartial .ct-chart-donut .ct-series:first-child .ct-slice-donut {
  opacity: 0.5;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-skin {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .fancybox-skin {
    margin: 0;
  }
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 8040;
}

@media only screen and (max-width: 640px) {
  .fancybox-close {
    top: 0;
    right: 0;
  }
}

.fancybox-close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"><polygon points="16,2.7 13.3,0 8,5.3 2.7,0 0,2.7 5.3,8 0,13.3 2.7,16 8,10.7 13.3,16 16,13.3 10.7,8 " fill="#14739F"/></svg>') center center no-repeat;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}

.fancybox-close:hover:before {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"><polygon points="16,2.7 13.3,0 8,5.3 2.7,0 0,2.7 5.3,8 0,13.3 2.7,16 8,10.7 13.3,16 16,13.3 10.7,8 " fill="#424242"/></svg>');
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8000;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-inner {
  background: #fff;
}

.fancybox-skin {
  border-radius: 10px;
  overflow: hidden;
}

.fancybox-type-ajax {
  max-width: 680px;
}

.fancybox-type-ajax .fancybox-inner {
  max-width: 640px !important;
}

/*Retina graphics!*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sharetastic {
  color: #ccc;
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: webkit-wrap;
  -moz-flex-wrap: moz-wrap;
  -ms-flex-wrap: ms-wrap;
  -o-flex-wrap: o-wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sharetastic__svg {
  display: none;
}

.sharetastic__button {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 32px;
  margin: 2px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: middle;
  width: 32px;
  white-space: nowrap;
}

.sharetastic__button--facebook {
  background-color: #3a5795;
}

.sharetastic__button--facebook:hover {
  background-color: #2c4270;
}

.sharetastic__button--twitter {
  background-color: #1da1f2;
}

.sharetastic__button--twitter:hover {
  background-color: #0c85d0;
}

.sharetastic__button--googleplus {
  background-color: #c53929;
}

.sharetastic__button--googleplus:hover {
  background-color: #9b2d20;
}

.sharetastic__button--linkedin {
  background-color: #0077b5;
}

.sharetastic__button--linkedin:hover {
  background-color: #005582;
}

.sharetastic__button--pinterest {
  background-color: #bd081c;
}

.sharetastic__button--pinterest:hover {
  background-color: #8c0615;
}

.sharetastic__button--tumblr {
  background-color: #35465c;
}

.sharetastic__button--tumblr:hover {
  background-color: #222d3c;
}

.sharetastic__button--flickr {
  background-color: #ff0084;
}

.sharetastic__button--flickr:hover {
  background-color: #cc006a;
}

.sharetastic__button--instagram {
  background-color: #e1306c;
}

.sharetastic__button--instagram:hover {
  background-color: #c21c54;
}

.sharetastic__button--email {
  background-color: #b8213b;
}

.sharetastic__button--email:hover {
  background-color: #8d192d;
}

.sharetastic__button--print {
  background-color: #0058a1;
}

.sharetastic__button--print:hover {
  background-color: #003c6e;
}

.sharetastic__icon {
  fill: #fff;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sharetastic--simple .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__icon {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.sharetastic--simple .sharetastic__button,
.sharetastic--simple.sharetastic--reversed .sharetastic__button {
  background-color: transparent !important;
  border-radius: 0;
}

.sharetastic--simple .sharetastic__button--facebook .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--facebook .sharetastic__icon {
  fill: #3a5795;
}

.sharetastic--simple .sharetastic__button--facebook:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--facebook:hover .sharetastic__icon {
  fill: #2c4270;
}

.sharetastic--simple .sharetastic__button--twitter .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--twitter .sharetastic__icon {
  fill: #1da1f2;
}

.sharetastic--simple .sharetastic__button--twitter:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--twitter:hover .sharetastic__icon {
  fill: #0c85d0;
}

.sharetastic--simple .sharetastic__button--googleplus .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--googleplus .sharetastic__icon {
  fill: #c53929;
}

.sharetastic--simple .sharetastic__button--googleplus:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--googleplus:hover .sharetastic__icon {
  fill: #9b2d20;
}

.sharetastic--simple .sharetastic__button--linkedin .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--linkedin .sharetastic__icon {
  fill: #0077b5;
}

.sharetastic--simple .sharetastic__button--linkedin:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--linkedin:hover .sharetastic__icon {
  fill: #005582;
}

.sharetastic--simple .sharetastic__button--pinterest .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--pinterest .sharetastic__icon {
  fill: #bd081c;
}

.sharetastic--simple .sharetastic__button--pinterest:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--pinterest:hover .sharetastic__icon {
  fill: #8c0615;
}

.sharetastic--simple .sharetastic__button--tumblr .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--tumblr .sharetastic__icon {
  fill: #35465c;
}

.sharetastic--simple .sharetastic__button--tumblr:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--tumblr:hover .sharetastic__icon {
  fill: #222d3c;
}

.sharetastic--simple .sharetastic__button--flickr .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--flickr .sharetastic__icon {
  fill: #ff0084;
}

.sharetastic--simple .sharetastic__button--flickr:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--flickr:hover .sharetastic__icon {
  fill: #cc006a;
}

.sharetastic--simple .sharetastic__button--instagram .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--instagram .sharetastic__icon {
  fill: #e1306c;
}

.sharetastic--simple .sharetastic__button--instagram:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--instagram:hover .sharetastic__icon {
  fill: #c21c54;
}

.sharetastic--simple .sharetastic__button--email .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--email .sharetastic__icon {
  fill: #b8213b;
}

.sharetastic--simple .sharetastic__button--email:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--email:hover .sharetastic__icon {
  fill: #8d192d;
}

.sharetastic--simple .sharetastic__button--print .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--print .sharetastic__icon {
  fill: #0058a1;
}

.sharetastic--simple .sharetastic__button--print:hover .sharetastic__icon,
.sharetastic--simple.sharetastic--reversed .sharetastic__button--print:hover .sharetastic__icon {
  fill: #003c6e;
}

.sharetastic--reversed .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__icon {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.sharetastic--reversed .sharetastic__button,
.sharetastic--reversed.sharetastic--text .sharetastic__button {
  background-color: #fff;
}

.sharetastic--reversed .sharetastic__button:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button:hover {
  color: #fff;
}

.sharetastic--reversed .sharetastic__button--facebook,
.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook {
  color: #3a5795;
}

.sharetastic--reversed .sharetastic__button--facebook .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook .sharetastic__icon {
  fill: #3a5795;
}

.sharetastic--reversed .sharetastic__button--facebook:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook:hover {
  background-color: #3a5795;
}

.sharetastic--reversed .sharetastic__button--facebook:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--facebook:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--reversed .sharetastic__button--twitter,
.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter {
  color: #1da1f2;
}

.sharetastic--reversed .sharetastic__button--twitter .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter .sharetastic__icon {
  fill: #1da1f2;
}

.sharetastic--reversed .sharetastic__button--twitter:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter:hover {
  background-color: #1da1f2;
}

.sharetastic--reversed .sharetastic__button--twitter:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--twitter:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--reversed .sharetastic__button--googleplus,
.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus {
  color: #c53929;
}

.sharetastic--reversed .sharetastic__button--googleplus .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus .sharetastic__icon {
  fill: #c53929;
}

.sharetastic--reversed .sharetastic__button--googleplus:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus:hover {
  background-color: #c53929;
}

.sharetastic--reversed .sharetastic__button--googleplus:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--googleplus:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--reversed .sharetastic__button--linkedin,
.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin {
  color: #0077b5;
}

.sharetastic--reversed .sharetastic__button--linkedin .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin .sharetastic__icon {
  fill: #0077b5;
}

.sharetastic--reversed .sharetastic__button--linkedin:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin:hover {
  background-color: #0077b5;
}

.sharetastic--reversed .sharetastic__button--linkedin:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--linkedin:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--reversed .sharetastic__button--pinterest,
.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest {
  color: #bd081c;
}

.sharetastic--reversed .sharetastic__button--pinterest .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest .sharetastic__icon {
  fill: #bd081c;
}

.sharetastic--reversed .sharetastic__button--pinterest:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest:hover {
  background-color: #bd081c;
}

.sharetastic--reversed .sharetastic__button--pinterest:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--pinterest:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--reversed .sharetastic__button--tumblr,
.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr {
  color: #35465c;
}

.sharetastic--reversed .sharetastic__button--tumblr .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr .sharetastic__icon {
  fill: #35465c;
}

.sharetastic--reversed .sharetastic__button--tumblr:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr:hover {
  background-color: #35465c;
}

.sharetastic--reversed .sharetastic__button--tumblr:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--tumblr:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--reversed .sharetastic__button--flickr,
.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr {
  color: #ff0084;
}

.sharetastic--reversed .sharetastic__button--flickr .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr .sharetastic__icon {
  fill: #ff0084;
}

.sharetastic--reversed .sharetastic__button--flickr:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr:hover {
  background-color: #ff0084;
}

.sharetastic--reversed .sharetastic__button--flickr:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--flickr:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--reversed .sharetastic__button--instagram,
.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram {
  color: #e1306c;
}

.sharetastic--reversed .sharetastic__button--instagram .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram .sharetastic__icon {
  fill: #e1306c;
}

.sharetastic--reversed .sharetastic__button--instagram:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram:hover {
  background-color: #e1306c;
}

.sharetastic--reversed .sharetastic__button--instagram:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--instagram:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--reversed .sharetastic__button--email,
.sharetastic--reversed.sharetastic--text .sharetastic__button--email {
  color: #b8213b;
}

.sharetastic--reversed .sharetastic__button--email .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--email .sharetastic__icon {
  fill: #b8213b;
}

.sharetastic--reversed .sharetastic__button--email:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--email:hover {
  background-color: #b8213b;
}

.sharetastic--reversed .sharetastic__button--email:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--email:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--reversed .sharetastic__button--print,
.sharetastic--reversed.sharetastic--text .sharetastic__button--print {
  color: #0058a1;
}

.sharetastic--reversed .sharetastic__button--print .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--print .sharetastic__icon {
  fill: #0058a1;
}

.sharetastic--reversed .sharetastic__button--print:hover,
.sharetastic--reversed.sharetastic--text .sharetastic__button--print:hover {
  background-color: #0058a1;
}

.sharetastic--reversed .sharetastic__button--print:hover .sharetastic__icon,
.sharetastic--reversed.sharetastic--text .sharetastic__button--print:hover .sharetastic__icon {
  fill: #fff;
}

.sharetastic--text .sharetastic__button {
  border-radius: 50%;
  color: #fff;
  height: auto;
  padding: 5px 10px;
  text-decoration: none;
  text-indent: 0;
  width: auto;
  white-space: normal;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.sharetastic--text .sharetastic__icon {
  margin-right: 0px;
  position: static;
  width: auto;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--facebook {
  color: #3a5795;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--facebook:hover {
  color: #2c4270;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--twitter {
  color: #1da1f2;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--twitter:hover {
  color: #0c85d0;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--googleplus {
  color: #c53929;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--googleplus:hover {
  color: #9b2d20;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--linkedin {
  color: #0077b5;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--linkedin:hover {
  color: #005582;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--pinterest {
  color: #bd081c;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--pinterest:hover {
  color: #8c0615;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--tumblr {
  color: #35465c;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--tumblr:hover {
  color: #222d3c;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--flickr {
  color: #ff0084;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--flickr:hover {
  color: #cc006a;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--instagram {
  color: #e1306c;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--instagram:hover {
  color: #c21c54;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--email {
  color: #b8213b;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--email:hover {
  color: #8d192d;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--print {
  color: #0058a1;
}

.sharetastic--text.sharetastic--simple .sharetastic__button--print:hover {
  color: #003c6e;
}

/* --------------------------------------------------------------------------
              GLOBAL STYLES - UNIVERSAL SELECTORS AND CLASSES
-----------------------------------------------------------------------------
These are default styles that every page needs to inherit */
html {
  height: 100%;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.53333;
  color: #757575;
  overflow-x: hidden;
  overflow-y: scroll;
}

html.fonts-loaded {
  font-family: "Roboto";
}

html.scroll-disabled {
  overflow: hidden;
}

body {
  position: relative;
  height: 100%;
}

.scroll-disabled body {
  overflow: hidden;
}

/* ================================================
                    TYPOGRAPHY
   ============================================= */
h1, .h1, .page .page-title {
  font-size: 72px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: -0.03026em;
  color: #6A6A6A;
  margin: 0 0 0.39474em 0;
}

@media only screen and (max-width: 640px) {
  h1, .h1, .page .page-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 560px) {
  h1, .h1, .page .page-title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 480px) {
  h1, .h1, .page .page-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 413px) {
  h1, .h1, .page .page-title {
    font-size: 34px;
  }
}

h2, .h2 {
  font-size: 26px;
  line-height: 1.15385;
  font-weight: 500;
  color: #424242;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 640px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 1.16667;
  }
}

@media only screen and (max-width: 480px) {
  h2, .h2 {
    font-size: 22px;
    line-height: 1.18182;
  }
}

@media only screen and (max-width: 413px) {
  h2, .h2 {
    font-size: 15px;
    line-height: 1.25;
  }
}

h3, .h3, .form h2, .media h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  color: #424242;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 640px) {
  h3, .h3, .form h2, .media h2 {
    font-size: 19px;
    line-height: 1.15789;
  }
}

h4, .h4, .infocard > header h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #424242;
  margin: 0 0 10px 0;
}

h5, .h5, .infocard-content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22222;
  color: #6A6A6A;
  margin: 0 0 12px 0;
}

@media only screen and (max-width: 420px) {
  h5, .h5, .infocard-content h2 {
    margin-bottom: 8px;
  }
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.13333;
  font-weight: 700;
  color: #6A6A6A;
  margin-bottom: 0;
}

h1, .h1, .page .page-title,
h2, .h2,
h3, .h3, .form h2, .media h2,
h4, .h4, .infocard > header h3,
h5, .h5, .infocard-content h2,
h6, .h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 0.66667rem 0;
}

.subtext p {
  margin-bottom: 0.33333rem;
}

strong {
  font-weight: 700;
}

.subtext {
  display: block;
  clear: both;
  margin-top: 20px;
  font-size: 0.93333rem;
  line-height: 1.28571;
  font-style: italic;
  color: #979797;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 640px) {
  .subtext {
    margin-top: 10px;
  }
}

.subtext:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.subtext:last-child {
  margin-bottom: 0;
}

.subtext + .subtext {
  margin-top: 10px;
}

.subtext.is-hidden {
  display: none;
}

.subtext .subtext-title {
  display: block;
  font-size: 1.06667rem;
  line-height: 1.125;
  color: #757575;
}

.subtext > *:last-child {
  margin-bottom: 0;
}

.introtext {
  font-size: 0.93333rem;
  line-height: 1.42857;
  color: #979797;
}

.weight-100 {
  font-weight: 100;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-700 {
  font-weight: 700;
}

/* Fractions */
.frac {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.14em;
  padding-left: 0.14em;
  letter-spacing: -0.14em;
}

.frac sup,
.frac sub {
  font-size: 0.7em;
}

/* ////////      LINKS       \\\\\\\\ */
a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #4D4D4D;
}

/* ////////      ICONS       \\\\\\\\ */
/* ////////      User selection styles       \\\\\\\\ */
::-moz-selection {
  background: rgba(20, 115, 159, 0.99);
  text-shadow: none;
  color: #fff;
}

::selection {
  background: rgba(20, 115, 159, 0.99);
  text-shadow: none;
  color: #fff;
}

.page ::-moz-selection {
  background: rgba(40, 185, 215, 0.99);
  text-shadow: none;
  color: #fff;
}

.page ::selection {
  background: rgba(40, 185, 215, 0.99);
  text-shadow: none;
  color: #fff;
}

/* ================================================
                   GENERIC LISTS
   ============================================= */
/*
/* *** UNORDERED *** */
ul.list,
.content-area > ul {
  margin: 0.66667rem 0 0 15px;
  padding: 0;
  text-align: left;
  overflow: hidden;
}

ul.list > li,
.content-area > ul > li {
  position: relative;
  padding-left: 0.93333rem;
  margin-bottom: 0.66667rem;
}

ul.list > li:before,
.content-area > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 50%;
  z-index: -1;
  overflow: hidden;
}

/* *** ORDERED *** */
.content-area > ol {
  text-align: left;
  overflow: hidden;
}

.content-area > ol.numbered {
  counter-reset: orderedlist;
}

.content-area > ol > li {
  display: block;
  line-height: 1.26667;
  margin-bottom: 10px;
}

.content-area > ol.numbered > li {
  counter-increment: orderedlist;
}

.content-area > ol.numbered > li:before {
  content: counter(orderedlist) ". ";
}

/* Columnar */
.columnar {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.columnar > li {
  margin: 0 !important;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.columnar > li:after {
  content: '';
  display: block;
  height: 10px;
}

/* ================================================
                       FORMS
   ============================================= */
/* ////////      FORM LAYOUT       \\\\\\\\ */
form ol {
  overflow: hidden;
}

form ol > li {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

form ol > li:first-child {
  margin-top: 0;
}

/* *** VALIDITY *** */
input:invalid, textarea:invalid, input.invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.parsley-error-list {
  display: none !important;
}

.parsley-errors-list {
  text-align: left;
}

/* *** PLACEHOLDERS *** */
input:-moz-placeholder {
  color: #97958e !important;
}

input::-webkit-input-placeholder {
  color: #97958e !important;
}

input.placeholder {
  color: #97958e !important;
}

textarea:-moz-placeholder {
  color: #97958e !important;
}

textarea::-webkit-input-placeholder {
  color: #97958e !important;
}

textarea.placeholder {
  color: #97958e !important;
}

/* ////////      LABELS       \\\\\\\\ */
label {
  position: relative;
  float: left;
  padding-top: 5px;
  margin-right: 14px;
  font-size: 1.06667rem;
  font-weight: 400;
  line-height: 1.125;
  color: #14739F;
  text-align: left;
}

label.fullwidth {
  float: none;
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
}

label.required:after {
  content: "*";
  font-size: 80%;
  color: #ea1c1c;
  vertical-align: top;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  padding: 0 0 5px 0;
  margin-top: -2px;
  font-size: 0.8rem;
  line-height: 1rem;
  vertical-align: middle;
}

input[type="radio"] + label {
  padding: 0 0 5px 5px;
}

form > small {
  display: block;
  margin-top: 4px;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  color: #a3a3a3;
}

/* ////////      INPUTS       \\\\\\\\ */
input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
  float: left;
  width: 250px;
  height: 38px;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  color: #424242;
  border: 1px solid #cecece;
  border-radius: none;
  -webkit-appearance: none !important;
  vertical-align: middle;
}

/* Submits */
input[type="submit"] {
  -webkit-transition: opacity .35s, visibility 0 .35s;
  transition: opacity .35s, visibility 0 .35s;
}

input[type="submit"][disabled] {
  opacity: 0.5;
}

input[type="submit"].is-invisible {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

label.fullwidth + input,
label.fullwidth + textarea {
  float: none;
  width: 100%;
}

.parsley-error {
  border-color: #14739F !important;
}

input[type="number"] {
  width: 24px;
  text-align: center;
}

/* *** Checkboxes  *** */
input[type="checkbox"],
input[type="radio"] {
  float: left;
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: bottom;
}

/* *** File  *** */
input[type="file"] {
  width: 250px;
  height: auto;
  padding: 6px;
  margin-top: 2px;
  margin-bottom: 4px;
  border-radius: 0;
  font-size: inherit;
  font-weight: normal;
  border: 1px solid #ccc;
  background: white;
  vertical-align: bottom;
}

/* ////////      SELECTS       \\\\\\\\ */
select {
  float: left;
  min-width: 125px;
  height: 26px;
  padding: 3px;
  margin: 0;
  border: 1px solid #a6a6a6;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #424242;
  outline: none;
  overflow: hidden;
}

select option {
  padding: 5px;
}

select option[disabled] {
  display: none;
}

/* ////////      TEXTAREA       \\\\\\\\ */
textarea {
  height: 100px;
  padding: 8px 10px;
  outline: none;
  vertical-align: middle;
}

/* --------------------------------------------------------------------------
                      GENERAL STYLES - STRUCTURAL RULES
-----------------------------------------------------------------------------
These are common styles, shared by different pages  */
@media only screen and (max-width: 640px) {
  .mobile-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .infopanels-wrapper.mobile-hide {
    display: block !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 640px) {
  .desktop-hide {
    display: none !important;
  }
}

/* ////////      GENERAL LAYOUT       \\\\\\\\ */
.main-wrapper {
  position: relative;
  min-height: 100%;
  padding-top: 50px;
  padding-bottom: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.dashboard-page .main-wrapper {
  background: #2189B1;
  background: #2189B1 linear-gradient(141deg, #14739F 0%, #1E97BC 50%, #28B9D7 100%);
}

.dashboard-page .main-wrapper.page-active {
  background: none;
  padding-bottom: 0;
}

/* Header background */
.main-wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(33, 137, 177, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(#1475A0), color-stop(50%, #1987AF), to(#1F9BBF));
  background: linear-gradient(to right, #1475A0 0%, #1987AF 50%, #1F9BBF 100%);
  z-index: 10;
}

.dashboard-page .main-wrapper:before {
  opacity: 0.75;
}

.dashboard-page .main-wrapper.page-active:before {
  opacity: 1;
}

/* Footer background */
.main-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
  background: rgba(33, 137, 177, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(#1B88AA), to(#28B9D7));
  background: linear-gradient(to right, #1B88AA 0%, #28B9D7 100%);
  z-index: -1;
}

.dashboard-page .main-wrapper:after {
  display: none;
}

@media only screen and (min-width: 640px) {
  .vcentered {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.content-area {
  word-wrap: break-word;
}

/* ---------------------------------------------
                   HEADER
----------------------------------------------*/
.siteHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}

.masthead {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  background-color: transparent;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .masthead {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ////////      LOGO       \\\\\\\\ */
.site-logo {
  position: relative;
  display: block;
  margin: 7px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 1px;
  line-height: 34px;
  text-align: left;
  z-index: 3;
}

.site-logo > a {
  float: left;
  width: 76px;
  height: 34px;
  margin-right: 15px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding-right: 15px;
}

@media only screen and (max-width: 780px) {
  .site-logo > a {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .site-logo > a {
    margin-right: 0;
    border: none;
    padding-right: 0;
  }
}

.oldie-browser .site-logo > a {
  background: url(/assets/images/discover-water-logo.png) 0 0 no-repeat;
}

.site-logo > a > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

.oldie-browser .site-logo > a > svg {
  display: none;
}

.site-tagline {
  display: block;
  padding-bottom: 2px;
  line-height: 34px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .site-tagline {
    display: none;
  }
}

.site-tagline > strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  line-height: 17px;
  color: #fff;
  white-space: normal;
  letter-spacing: -0.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 780px) {
  .site-tagline > strong {
    font-size: 17px;
  }
}

/* ////////      LANGUAGE SWITCHER       \\\\\\\\ */
.language-switch {
  position: relative;
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  z-index: 5;
}

.language-switch > li {
  float: left;
  margin-left: 5px;
}

.language-switch > li:first-child {
  margin-left: 0;
}

.language-switch > li > a {
  display: block;
  padding: 0 8px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: color .25s;
  transition: color .25s;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.69);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}

.language-switch > li > a:hover {
  color: white;
}

.language-switch > li.is-current > a {
  background: #fff;
  color: #14739F;
}

/* ////////      PAGE       \\\\\\\\ */
.page {
  position: relative;
  padding: 45px 20px 20px 20px;
  background: #fff;
  text-align: center;
  z-index: 1;
}

.dashboard-page .page {
  padding-bottom: 0;
}

.page-container--vcentered .page {
  padding: 0;
  margin: 0;
}

/* *** Page Header *** */
.page-header {
  position: fixed;
  left: 0;
  right: 0;
  height: 44px;
  padding-bottom: 10px;
  margin-top: -45px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(70%, rgba(255, 255, 255, 0.77)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0.77) 70%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  .page-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.dashboard-page .page-header {
  position: absolute;
}

.dashboard-page .page-active .page-header {
  position: fixed;
}

/* Close page */
.page-header a.close-page {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  height: 44px;
  line-height: 44px;
  padding-right: 20px;
  color: #424242;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
  text-decoration: none;
  white-space: nowrap;
}

.page-header a.close-page:hover {
  color: #14739F;
}

.page-header .close-page > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.06667rem;
  font-weight: 500;
  line-height: 1;
}

.page-header .close-page > svg {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.66667rem;
}

/* ////////      PAGE CONTENT       \\\\\\\\ */
.page-content {
  position: relative;
  padding-top: 40px;
}

@media only screen and (max-width: 640px) {
  .page-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .page-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* *** Page Header *** */
.page-content > header {
  padding-left: 12.2449%;
  padding-right: 12.2449%;
  margin-top: 2vw;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .page-content > header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .page-content > header {
    margin-top: 0;
  }
}

.page-subtitle {
  max-width: 85%;
  margin: 0 auto;
  font-size: 28px;
  line-height: 1.14286;
  font-weight: 700;
  color: #424242;
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  .page-subtitle {
    max-width: 100%;
    font-size: 26px;
    line-height: 1.15385;
  }
}

@media only screen and (max-width: 480px) {
  .page-subtitle {
    font-size: 22px;
    line-height: 1.18182;
  }
}

@media only screen and (max-width: 413px) {
  .page-subtitle {
    font-size: 15px;
    line-height: 1.25;
  }
}

.sectionHead {
  margin: 0 !important;
  padding: 0 !important;
}

.page-extratitle, .section-subtitle, .section-subtitle {
  display: block;
  max-width: 640px;
  margin: 10px auto 0 auto;
  font-size: 18px;
  line-height: 1.22222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 640px) {
  .page-extratitle, .section-subtitle, .section-subtitle {
    font-size: 17px;
    line-height: 1.23529;
  }
}

.page-extratitle ul, .section-subtitle ul, .page-extratitle ol, .section-subtitle ol, .section-subtitle ul, .section-subtitle ol {
  margin-left: 20px;
}

.page-extratitle li, .section-subtitle li, .section-subtitle li {
  list-style: disc;
  margin-bottom: 20px;
}

.page-extratitle p, .section-subtitle p, .section-subtitle p {
  margin-bottom: 30px;
}

/* *** Page Blocks *** */
.page-block {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .page-block {
    margin-bottom: 30px;
  }
}

.page-block--wide {
  max-width: 750px;
}

.page-block--fullwidth {
  max-width: none;
}

.page-block--top-border {
  padding-top: 50px;
  border-top: 1px solid #CECECE;
}

@media only screen and (max-width: 640px) {
  .page-block--top-border {
    padding-top: 30px;
  }
}

.page-block--top-border:fist-child {
  border-top: none;
}

.page-block--bottom-border {
  position: relative;
  padding-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .page-block--bottom-border {
    padding-bottom: 20px;
  }
}

.page-block--bottom-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 640px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #cecece;
  overflow: hidden;
}

.page-block--bottom-border.page-block--wide:after {
  max-width: 750px;
}

.page-block--mediummargin {
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .page-block--mediummargin {
    margin-bottom: 20px;
  }
}

.page-block--smallmargin {
  margin-bottom: 20px;
}

.page-block--nomargin {
  margin-bottom: 0;
}

.page-block--topborder {
  padding-top: 50px;
  margin-top: 38px;
  border-top: 1px solid #CECECE;
}

@media only screen and (max-width: 640px) {
  .page-block--topborder {
    padding-top: 30px;
    margin-top: 18px;
  }
}

/* Section Header */
.sectionHead {
  max-width: 640px;
  padding: 0 5%;
  margin: 0 auto 30px auto;
  padding: 0 5%;
}

.section-title {
  margin-bottom: 10px;
}

.section-subtitle {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Blocks */
.block {
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .block {
    margin-bottom: 20px;
  }
}

.sub-block {
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .sub-block {
    margin-bottom: 10px;
  }
}

.sub-block--margin-top {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .sub-block--margin-top {
    margin-top: 10px;
  }
}

.center-block {
  max-width: 640px;
  margin: 0 auto;
}

/* ////////      Illustrations       \\\\\\\\ */
.illustration {
  display: block;
  width: 100%;
  height: auto;
}

/* ////////      STICKERS       \\\\\\\\ */
.sticker-container {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .column .sticker-container {
    margin-top: -10px;
  }
}

.sticker-header {
  display: block;
  margin-bottom: 8px;
  font-size: 0.93333rem;
  line-height: 1.21429;
  color: #979797;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* *** Sticker *** */
.sticker {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px 10px 15px;
  background: #14739F;
  border-radius: 2px;
  color: #fff;
  overflow: hidden;
}

.sticker--colour2 {
  background: #28B9D7;
}

.sticker--colour3 {
  background: #8AD5E6;
}

.sticker--colour4 {
  background: #00BD9C;
}

.sticker--colour5 {
  background: #9B59B6;
}

.sticker--colour6 {
  background: #33495F;
}

.sticker--colour7 {
  background: #00A3B5;
}

/* Icon */
.sticker-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: left;
  min-height: 1px;
  text-align: center;
}

.sticker-icon > .icon {
  margin-right: 20px;
  font-size: 63px;
}

.sticker-icon > .icon-bottle {
  width: 37px;
  height: 70px;
}

.sticker-icon > .icon-bill {
  width: 56px;
  height: 66px;
}

.sticker-icon > .icon-football {
  width: 57px;
  height: 57px;
}

.sticker-icon > .icon-bathtub {
  width: 63px;
  height: 64px;
}

.sticker-icon > .icon-elephant {
  width: 79px;
  height: 46px;
  margin-right: 10px;
}

.sticker-icon > .icon-pool {
  width: 60px;
  height: 53px;
}

.sticker-icon > .icon-globe {
  width: 51px;
  height: 59px;
}

.sticker-icon > .icon-runner {
  width: 58px;
  height: 58px;
}

.sticker-icon > .icon-car {
  width: 87px;
  height: 34px;
}

/* Content */
.sticker-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  overflow: hidden;
}

.sticker-title {
  display: block;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04167em;
}

@media only screen and (max-width: 720px) {
  .sticker-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .sticker-title {
    font-size: 34px;
  }
}

.sticker-title--medium {
  font-size: 38px;
}

.sticker-description {
  display: block;
  font-size: 0.93333rem;
  line-height: 1.14286;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ////////      TREE       \\\\\\\\ */
.tree {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .tree {
    display: block;
  }
}

.tree:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  width: 1px;
  height: 12px;
  background: rgba(106, 106, 106, 0.25);
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .tree:before {
    display: none;
  }
}

.tree-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  width: 50%;
  padding: 30px 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .tree-item {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .tree-item:last-child {
    margin-bottom: 0px;
  }
}

/* Horizontal lines */
.tree-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  height: 1px;
  background: rgba(106, 106, 106, 0.25);
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .tree-item:before {
    display: none;
  }
}

.tree-item:nth-child(1):before {
  left: 50%;
  right: 0;
}

/* Vertical lines */
.tree-item:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 12px;
  background: rgba(106, 106, 106, 0.25);
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .tree-item:after {
    display: none;
  }
}

/* Title */
.tree-item-title {
  display: block;
  margin-bottom: 8px;
  font-size: 0.93333rem;
  line-height: 1.28571;
  font-weight: 500;
  color: rgba(66, 66, 66, 0.8);
  text-transform: uppercase;
}

.tree-item:first-child .tree-item-title {
  margin-bottom: 0px;
  color: #424242;
}

/* Description */
.tree-item-description {
  display: block;
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2.6px;
  color: #14739F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tree-item:first-child .tree-item-description {
  font-size: 80px;
  color: #28B9D7;
}

.tree-item-description sub {
  bottom: 0;
  font-size: 58.06452%;
  font-weight: 400;
}

/* Content */
.tree-item .content-area {
  text-align: center;
}

.tree-item .content-area > ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}

/* ////////      COLUMNS       \\\\\\\\ */
.columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .columns {
    display: block;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }
}

.columns.columns--equalheight {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns.columns--top-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.trust .stat .columns {
  padding: 10px 0 0 0;
}

/* Border separator between columns  */
.columns:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(151, 151, 151, 0.28);
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .columns:before {
    display: none;
  }
}

.columns--noborder:before {
  display: none;
}

.columns-3:before {
  left: 66.666666666666666%;
}

/* Column */
.column {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .column {
    float: none;
    width: 100% !important;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.columns-3 .column {
  width: 33.333333333333333%;
}

@media only screen and (max-width: 640px) {
  .column:first-child {
    margin-top: 0 !important;
  }
}

/* Flexcell */
.flexcell {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: column nowrap !important;
  -ms-flex-flow: column nowrap !important;
  flex-flow: column nowrap !important;
}

.flexcell-area {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 auto !important;
  -moz-box-flex: 1 !important;
  -ms-flex: 1 auto !important;
  flex: 1 auto !important;
}

/* Column blocks */
/* ////////      STATS       \\\\\\\\ */
.stat {
  display: block;
  overflow: hidden;
}

.stat--leftaligned {
  display: inline-block;
  vertical-align: top;
}

.stat + .stat {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .stat + .stat {
    margin-top: 20px;
  }
}

/* *** Number *** */
.stat-number {
  display: block;
  margin: 0;
  font-size: 92px;
  font-weight: 300;
  line-height: 1;
  color: #14739F;
  letter-spacing: -0.03967em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 640px) {
  .stat-number {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
    font-size: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .stat-number {
    font-size: 66px;
  }
}

.stat--leftaligned .stat-number {
  text-align: left;
}

/* Sizes */
.stat-number--large {
  font-size: 80px;
}

@media only screen and (max-width: 640px) {
  .stat-number--large {
    font-size: 60px;
  }
}

.stat-number--medium {
  font-size: 76px;
}

@media only screen and (max-width: 640px) {
  .stat-number--medium {
    font-size: 56px;
  }
}

.stat-number--small {
  font-size: 64px;
}

@media only screen and (max-width: 640px) {
  .stat-number--small {
    font-size: 54px;
  }
}

/* Colours */
.stat-number--colour1 {
  color: #14739F;
}

.stat-number--colour2 {
  color: #28B9D7;
}

.stat-number--colour3 {
  color: #8AD5E6;
}

.stat-number--colour4 {
  color: #00BD9C;
}

.stat-number--colour5 {
  color: #9B59B6;
}

.stat-number--colour6 {
  color: #33495F;
}

.stat-number--colour7 {
  color: #00A3B5;
}

.stat-number--black {
  color: #424242;
}

.stat-number sub {
  bottom: 0;
  margin-left: 0.05435em;
  font-size: 0.5em;
}

/* *** Title *** */
.stat-title {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.25;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 640px) {
  .stat-title {
    margin-top: 5px;
  }
}

.stat-title--mediummargintop {
  margin-top: 8px;
}

.stat-title--smallmargintop {
  margin-top: 3px;
}

.stat-title--headline {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CECECE;
}

.stat--leftaligned .stat-title {
  text-transform: none;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .stat--leftaligned .stat-title {
    text-align: center;
  }
}

/* Sizes */
.stat-title--xxl {
  font-size: 22px;
  line-height: 1.09091;
}

.stat-title--large {
  font-size: 18px;
  line-height: 1.22222;
}

.stat-title--medium {
  font-size: 16px;
  line-height: 1.25;
}

.stat-title--small {
  font-size: 14px;
  line-height: 1.28571;
}

/* Colours */
/* Colours */
.stat-title--colour1 {
  color: #14739F;
}

.stat-title--colour2 {
  color: #28B9D7;
}

.stat-title--colour3 {
  color: #8AD5E6;
}

.stat-title--colour4 {
  color: #00BD9C;
}

.stat-title--colour5 {
  color: #9B59B6;
}

.stat-title--colour6 {
  color: #33495F;
}

.stat-title--colour7 {
  color: #00A3B5;
}

.stat-title--secondary {
  color: #6A6A6A;
}

/* Uppercase */
.stat-title--lowercase {
  text-transform: none !important;
}

.stat-title--uppercase {
  text-transform: uppercase !important;
}

.stat-title--leftaligned {
  font-size: 20px;
  line-height: 22px;
  color: #6A6A6A;
  text-transform: none;
}

@media only screen and (min-width: 640px) {
  .stat-title--leftaligned {
    text-align: left;
  }
}

.stat-title > strong,
.stat-title > b {
  font-weight: 700;
  color: #14739F;
}

/* *** Icons *** */
.stat .icon-meter {
  width: 55px;
  height: 74px;
}

.stat .icon-nometer {
  width: 61px;
  height: 74px;
}

/* *** Stars *** */
.stat-stars {
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}

.stat-stars .star {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.stat-stars .star .icon {
  width: 100%;
  max-width: 70px;
  height: 66px;
  fill: #28B9D7;
}

.stat-stars .star .icon:first-child {
  margin-left: 0;
}

/* *** Statbox *** */
.statbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .statbox {
    display: block;
  }
}

.statbox .stat {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  float: left;
  margin-right: 30px;
}

@media only screen and (max-width: 640px) {
  .statbox .stat {
    float: none;
    margin-right: 0;
  }
}

.statbox-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  padding-top: 36px;
  text-align: left;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .statbox-content {
    padding-top: 0;
    text-align: center;
    margin-top: 15px;
  }
}

.statbox-content h3 {
  margin-bottom: 2px;
}

.statbox-content .subtext {
  margin-top: 0;
}

/* ////////      CHARTS       \\\\\\\\ */
.horizontal-barchart-wrapper {
  margin-top: 65px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 640px) {
  .horizontal-barchart-wrapper {
    margin-top: 30px;
  }
}

.horizontal-barchart-wrapper .subtext {
  display: block;
}

.horizontal-barchart {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.infochart {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* Separator line */
.horizontal-barchart:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  bottom: -10px;
  width: 2px;
  background: rgba(20, 115, 159, 0.5);
  margin-left: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .horizontal-barchart:before {
    display: none;
  }
}

.infopanel .horizontal-barchart:before {
  left: 151px;
  width: 1px;
  top: 0;
  bottom: 24px;
  background: #fff;
}

/* Average line */
.average-line {
  position: absolute;
  display: block;
  left: 0;
  top: -10px;
  bottom: 24px;
  width: 1px;
  margin-left: 160px;
  opacity: 0.5;
  background: #f6bf1c;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .average-line {
    margin-left: 0;
  }
}

/* Legend */
.chart-legend {
  padding-left: 159px;
  margin-bottom: 30px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .chart-legend {
    padding-left: 5px;
  }
}

.chart-legend > li {
  display: block;
  margin-top: 5px;
  line-height: 20px;
}

.chart-legend > li:first-child {
  margin-top: 0;
}

.chart-legend > li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: #28B9D7;
  overflow: hidden;
}

.chart-legend > li:nth-last-of-type(1):before {
  background: #8AD5E6;
}

.chart-legend > li:nth-last-of-type(2):before {
  background: #28B9D7;
}

.chart-legend > li:nth-last-of-type(3):before {
  background: #00A3B5;
}

.chart-legend > li:nth-last-of-type(4):before {
  background: #14739F;
}

.chart-legend > li:nth-last-of-type(5):before {
  background: #0F486E;
}

.infograph.is-actual-vs-target .chart-legend > li:before {
  background: #28B9D7;
}

.infograph.is-actual-vs-target .chart-legend > li + li:before {
  background: #fff;
}

.chart-legend > li > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

/* Axis */
.infograph-axis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 10px;
  margin-left: 160px;
  margin-right: 60px;
}

@media only screen and (max-width: 640px) {
  .infograph-axis {
    margin-left: 0;
  }
}

.infograph-axis > li {
  position: relative;
  width: 0;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
  text-align: left;
  color: #979797;
}

.infograph-axis > li > span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 640px) {
  .infograph-axis > li:first-child > span {
    display: none;
  }
}

.infograph-axis > li:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  height: 2500px;
  /* increasing this will cause a delay in Edge when displaying the tab/slide */
  border-left: 1px dotted rgba(145, 145, 145, 0.52);
  overflow: hidden;
}

.infograph-axis > li:first-child:before {
  display: none;
}

/* *** STARGRAPH *** */
.stargraph {
  padding-bottom: 10px;
  overflow: hidden;
}

/* Legend */
.stargraph > .chart-legend {
  display: inline-block;
  vertical-align: top;
  padding-left: 127px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 685px) {
  .stargraph > .chart-legend {
    display: none !important;
  }
}

.stargraph > .chart-legend ~ .chart-legend {
  display: none;
}

.stargraph > .chart-legend > li {
  position: relative;
  float: left;
  width: 107px;
  margin: 0 10px;
  text-align: center;
}

.stargraph > .chart-legend > li:before {
  display: none;
}

.stargraph > .chart-legend > li:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 10000px;
  border-left: 1px dotted rgba(145, 145, 145, 0.52);
  overflow: hidden;
}

.starchart-legend {
  display: none;
  float: left;
  margin-right: 15px;
}

@media only screen and (max-width: 685px) {
  .starchart-legend {
    display: block;
  }
}

.stargraph--single .starchart-legend {
  display: none;
}

.starchart-legend > li {
  display: block;
  line-height: 27px;
  white-space: nowrap;
}

.starchart-legend > li > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

/* Starchart */
.starchart {
  padding: 0;
  margin: 0;
  text-align: center;
}

.starchart-inner {
  display: inline-block;
  vertical-align: top;
}

.stars-row {
  margin-top: 15px;
  overflow: hidden;
}

.stars-row:first-child {
  margin-top: 0;
}

.stars-column {
  float: left;
  width: 107px;
  margin: 0 10px;
  overflow: hidden;
}

@media only screen and (max-width: 685px) {
  .stars-column {
    float: none;
    width: auto;
    margin-bottom: 5px;
  }
}

.stars-column:first-child {
  text-align: right;
}

@media only screen and (max-width: 685px) {
  .stars-column:first-child {
    text-align: center;
  }
}

.stars-item {
  line-height: 22px;
  overflow: hidden;
}

.stars-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
}

.stars-item .star {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 22px;
  margin-left: 5px;
}

.stars-item .star:first-child {
  margin-left: 0;
}

.stars-item .star > svg {
  display: block;
  width: 23px;
  height: 22px;
  fill: #28B9D7;
}

/* *** Charts *** */
.chart-container {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 640px) {
  .chart-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Chart */
.chart {
  position: relative;
}

.chart[data-textY] {
  padding-left: 10px;
}

.chart--horizontalbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .chart--horizontalbar {
    display: block;
  }
}

.horizontal-barchart--large .chart--horizontalbar {
  margin-bottom: 30px;
}

/* Heading */
.chart-heading {
  display: block;
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 0.93333rem;
  line-height: 1.14286;
  font-weight: bold;
  color: rgba(66, 66, 66, 0.8);
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .chart-heading {
    margin-bottom: 0;
  }
}

.chart--horizontalbar .chart-heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .chart--horizontalbar .chart-heading {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.infopanel .chart--horizontalbar .chart-heading {
  width: 150px;
  color: inherit;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .infopanel .chart--horizontalbar .chart-heading {
    width: 100%;
    text-align: left;
    margin: 0;
  }
}

.chart--horizontalbar .chart-heading > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #14739F;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.infopanel .chart--horizontalbar .chart-heading > span {
  font-size: 0.86667rem;
  line-height: 1.23077;
  font-weight: 400;
  color: inherit;
}

.chart--horizontalbar .chart-heading a {
  text-decoration: underline;
}

/* CT chart */
.ct-chart {
  min-height: 200px;
}

.tinydonuts .ct-chart,
.chart--horizontalbar .ct-chart {
  min-height: 0;
}

.chart--horizontalbar .ct-chart {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .chart--horizontalbar .ct-chart {
    width: 100%;
  }
}

.chart--horizontalbar .ct-chart {
  width: auto !important;
}

/* Axis indicators */
.chart[data-textY]:before,
.chart[data-textX]:after {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  font-size: 0.73333rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  color: #acacac;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.chart[data-textY]:before {
  content: attr(data-textY);
  left: 0;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.chart[data-textX]:after {
  content: attr(data-textX);
  left: 50%;
  top: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Chart Details */
.chart-details > ul, .legend > ul {
  display: block;
  margin-top: 20px;
  text-align: left;
}

.chart-details > ul > li, .legend > ul > li {
  position: relative;
  padding-left: 35px;
  line-height: 25px;
  margin-bottom: 12px;
}

.chart-details > ul > li:before, .legend > ul > li:before,
.legend-indicator {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: #14739F;
  overflow: hidden;
}

.chart-details > ul > li:nth-child(2):before, .legend > ul > li:nth-child(2):before {
  background: #28B9D7;
}

.chart--theme1-4 .chart-details > ul > li:nth-child(2):before, .chart--theme1-4 .legend > ul > li:nth-child(2):before {
  background: #00BD9C;
}

.chart-details > ul > li > span, .legend > ul > li > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #6A6A6A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Legend */
.legend > ul > li:before {
  display: none;
}

/* ////////      PIECHARTS       \\\\\\\\ */
.pie-chart {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .pie-chart {
    text-align: center;
  }
}

.pie-chart-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .pie-chart-inner {
    display: block;
  }
}

.pie-chart .subtext {
  clear: both;
  display: block;
  text-align: center;
}

/* Chart */
.pie-chart .chart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  float: left;
  width: 40%;
  margin-right: 5%;
}

@media only screen and (max-width: 640px) {
  .pie-chart .chart {
    float: none;
    width: auto !important;
    max-width: none !important;
    padding-left: 20%;
    padding-right: 20%;
  }
}

@media only screen and (max-width: 560px) {
  .pie-chart .chart {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media only screen and (max-width: 460px) {
  .pie-chart .chart {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media only screen and (max-width: 376px) {
  .pie-chart .chart {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 340px) {
  .pie-chart .chart {
    padding-left: 0;
    padding-right: 0;
  }
}

.chart.chart--counter {
  max-width: 200px;
}

/* *** Donut hole ***  */
.donut-hole {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
  text-align: center;
  overflow: hidden;
}

.ct-donut--medium .donut-hole {
  left: 40px;
  right: 40px;
  top: 40px;
  bottom: 40px;
}

.tinydonuts .donut-hole {
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}

/* Donut center */
.donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #6A6A6A;
}

dl.donut-center {
  color: #14739F;
}

.donut-hole-number {
  display: block;
  margin-bottom: 4px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 480px) {
  .donut-hole-number {
    font-size: 40px;
  }
}

.tinydonuts .donut-hole-number {
  font-size: 20px;
}

.donut-hole-text {
  display: block;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.donut-hole-subtext {
  display: block;
  border-top: 1px solid;
  padding-top: 5px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.025em;
}

.tinydonuts .donut-hole-subtext {
  font-size: 8px;
}

/* Details */
.pie-chart-details {
  display: block;
  font-size: 18px;
  line-height: 1.33333;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .pie-chart-details {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .pie-chart-details {
    display: block;
  }
}

/* Details with numbers */
.pie-chart-details dl {
  display: block;
  margin-top: 10px;
  line-height: 1;
  text-align: left;
  overflow: hidden;
}

.pie-chart-details dl:first-child {
  margin-top: 0;
}

.pie-chart-details dl > dt {
  float: left;
  min-width: 50px;
  padding-right: 10px;
  margin-top: -2px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #14739F;
  letter-spacing: -1px;
  text-align: right;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pie-chart-details dl:nth-child(1) > dt {
  color: #00BD9C;
}

.pie-chart-details dl:nth-child(2) > dt {
  color: #0F486E;
}

.pie-chart-details dl:nth-child(3) > dt {
  color: #28B9D7;
}

.pie-chart-details dl:nth-child(4) > dt {
  color: #8AD5E6;
}

.pie-chart-details dl:nth-child(5) > dt {
  color: #9B59B6;
}

.pie-chart-details dl:nth-child(6) > dt {
  color: #14739F;
}

.pie-chart-details dl:nth-child(7) > dt {
  color: #00A3B5;
}

.pie-chart--theme1 .pie-chart-details dl:nth-child(1) > dt {
  color: #28B9D7;
}

.pie-chart--theme1 .pie-chart-details dl:nth-child(2) > dt {
  color: #8AD5E6;
}

.pie-chart--theme1 .pie-chart-details dl:nth-child(3) > dt {
  color: #9B59B6;
}

.pie-chart--theme1 .pie-chart-details dl:nth-child(4) > dt {
  color: #00BD9C;
}

.pie-chart--theme1 .pie-chart-details dl:nth-child(5) > dt {
  color: #0F486E;
}

.pie-chart--theme1 .pie-chart-details dl:nth-child(6) > dt {
  color: #14739F;
}

.pie-chart--theme1 .pie-chart-details dl:nth-child(7) > dt {
  color: #33495F;
}

.pie-chart--theme2 .pie-chart-details dl:nth-child(1) > dt {
  color: #9B59B6;
}

.pie-chart--theme2 .pie-chart-details dl:nth-child(2) > dt {
  color: #00BD9C;
}

.pie-chart--theme2 .pie-chart-details dl:nth-child(3) > dt {
  color: #14739F;
}

.pie-chart--theme2 .pie-chart-details dl:nth-child(4) > dt {
  color: #8AD5E6;
}

.pie-chart--theme2 .pie-chart-details dl:nth-child(5) > dt {
  color: #00A3B5;
}

.pie-chart--theme2 .pie-chart-details dl:nth-child(6) > dt {
  color: #33495F;
}

.pie-chart--theme2 .pie-chart-details dl:nth-child(7) > dt {
  color: #28B9D7;
}

.pie-chart--other .pie-chart-details dl:last-child > dt {
  background: #979797;
}

.pie-chart-details dt sub {
  bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.pie-chart-details dl > dd {
  display: block;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
}

/* Square details */
.pie-chart-details > ul {
  display: block;
  text-align: left;
}

.pie-chart-details > ul > li {
  position: relative;
  padding-left: 51px;
  line-height: 36px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .pie-chart-details > ul > li {
    margin-bottom: 20px;
  }
}

.pie-chart-details > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: #14739F;
  overflow: hidden;
}

.pie-chart--theme1 .pie-chart-details > ul > li:first-child:before {
  background: #28B9D7;
}

.pie-chart--theme1 .pie-chart-details > ul > li:nth-child(2):before {
  background: #8AD5E6;
}

.pie-chart--theme1 .pie-chart-details > ul > li:nth-child(3):before {
  background: #9B59B6;
}

.pie-chart--theme1 .pie-chart-details > ul > li:nth-child(4):before {
  background: #00BD9C;
}

.pie-chart--theme1 .pie-chart-details > ul > li:nth-child(5):before {
  background: #0F486E;
}

.pie-chart--theme2 .pie-chart-details > ul > li:first-child:before {
  background: #9B59B6;
}

.pie-chart--theme2 .pie-chart-details > ul > li:nth-child(2):before {
  background: #00BD9C;
}

.pie-chart--theme2 .pie-chart-details > ul > li:nth-child(3):before {
  background: #14739F;
}

.pie-chart--theme2 .pie-chart-details > ul > li:nth-child(4):before {
  background: #8AD5E6;
}

.pie-chart--theme2 .pie-chart-details > ul > li:nth-child(5):before {
  background: #00A3B5;
}

.pie-chart--other .pie-chart-details > ul > li:last-child:before {
  background: #979797;
}

.pie-chart-details > ul > li > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #6A6A6A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* *** Tiny Donuts *** */
.tinydonuts {
  margin-top: -10px;
  font-size: 0;
  line-height: 1;
}

.tinydonuts > li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .tinydonuts > li {
    width: 150px;
  }
}

@media only screen and (max-width: 360px) {
  .tinydonuts > li {
    width: 140px;
  }
}

.tinydonuts .chart {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tinydonuts .ct-slice-donut {
  stroke-width: 10px !important;
}

.tinydonuts .subtext {
  margin-top: 0px;
}

/* ////////      INFOBOX       \\\\\\\\ */
.infobox-inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
}

/* Title */
.infobox-inner > dt {
  float: left;
  margin-right: 25px;
}

@media only screen and (max-width: 640px) {
  .infobox-inner > dt {
    float: none;
    margin-right: 0;
  }
}

.infobox-title {
  display: block;
  font-size: 98px;
  font-weight: 300 !important;
  line-height: 1;
  letter-spacing: -4px;
  color: #00BD9C;
  white-space: nowrap;
}

/* Description */
.infobox-inner > dd {
  display: block;
  line-height: 88px;
  text-align: left;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .infobox-inner > dd {
    text-align: center;
  }
}

.infobox-description {
  display: inline-block;
  vertical-align: bottom;
  font-size: 24px;
  line-height: 30px;
  color: #424242;
}

/* Chart */
.infobox .chart {
  margin-left: 11.5%;
  margin-right: 11.5%;
}

@media only screen and (max-width: 640px) {
  .infobox .chart {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ////////      ACCORDIONS       \\\\\\\\ */
.accordion {
  margin-top: 40px;
  text-align: left;
}

.page-block--topborder .accordion,
.page-block--top-border .accordion {
  margin-top: 0;
}

.panel {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .panel {
    margin-top: 15px;
  }
}

.panel:first-child {
  margin-top: 0;
}

/* *** Heading *** */
.panel-heading {
  margin: 0;
}

.panel-heading > a {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  -webkit-transition: padding .2s;
  transition: padding .2s;
  color: #14739F;
  text-decoration: none;
}

.panel[data-expanded="true"] .panel-heading > a {
  padding-bottom: 10px;
}

.slides .panel-heading > a {
  -webkit-transition: none;
  transition: none;
}

.infopanel .panel-heading > a {
  padding-left: 0;
  color: inherit;
  text-align: center;
}

.panel-heading .icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.25, 0.105, 1.365);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.25, 0.105, 1.365);
  transition: transform 0.3s cubic-bezier(0.25, 0.25, 0.105, 1.365);
  transition: transform 0.3s cubic-bezier(0.25, 0.25, 0.105, 1.365), -webkit-transform 0.3s cubic-bezier(0.25, 0.25, 0.105, 1.365);
  line-height: 15px;
  color: inherit;
  vertical-align: middle;
}

.panel[data-expanded="true"] .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.infopanel .panel-heading .icon {
  position: relative;
  left: auto;
  top: 4px;
  display: inline-block;
  width: 9px;
  height: 10px;
  vertical-align: top;
}

.panel-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

@media only screen and (max-width: 640px) {
  .panel-title {
    font-size: 19px;
    line-height: 1.15789;
  }
}

.infopanel .panel-title {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.33333;
}

/* *** Collapse *** */
.panel-content {
  height: 0;
  overflow: hidden;
}

.panel[data-expanded="true"] .panel-content {
  height: auto;
}

.panel-content-inner {
  padding-left: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .panel-content-inner {
    padding-left: 0;
  }
}

.infopanel .panel-content-inner {
  padding-left: 0;
  white-space: pre-line;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-content-inner strong,
.panel-content-inner b {
  font-weight: 700;
}

/* ////////      INFOBLOCKS       \\\\\\\\ */
.infoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 560px) {
  .infoblock {
    display: block;
    margin-top: 30px;
  }
}

.infoblock:first-child {
  margin-top: 0;
}

/* Icon */
.infoblock-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #14739F;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .infoblock-icon {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .infoblock-icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .infoblock-icon {
    width: 100px;
    height: 100px;
  }
}

.infoblock-icon:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 38"><circle cx="19" cy="19" r="17.5" fill="#fff"/><circle cx="19" cy="19" r="17.5" fill="#00bd9c" stroke="#1974a0" stroke-width="3"/><path d="M16.16,25.06L26.75,14.47" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="3"/><path d="M11.58,20.48L16.11,25" fill="none" stroke="#fff" stroke-linecap="round" stroke-width="3"/></svg>');
  width: 35px;
  height: 35px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .infoblock-icon:before {
    right: 0;
  }
}

@media only screen and (max-width: 560px) {
  .infoblock-icon:before {
    display: none;
  }
}

.infoblock-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 640px) {
  .infoblock-icon > svg {
    max-width: 60%;
    max-height: 60%;
  }
}

.infoblock-icon > svg.icon-meter {
  width: 65px;
  height: 86px;
}

.infoblock-icon > svg.icon-toothbrush {
  width: 70px;
  height: 76px;
}

.infoblock-icon > svg.icon-toilet {
  width: 54px;
  height: 79px;
}

.infoblock-icon > svg.icon-meter {
  width: 65px;
  height: 86px;
}

.infoblock-icon > svg.icon-tap {
  width: 80px;
  height: 82px;
}

.infoblock-icon > svg.icon-shower {
  width: 73px;
  height: 67px;
}

.infoblock-icon > svg.icon-machine {
  width: 64px;
  height: 64px;
}

.infoblock-icon > svg.icon-can {
  width: 105px;
  height: 81px;
}

.infoblock-icon > svg.icon-sanitary {
  width: 62px;
  height: 48px;
}

.infoblock-icon > svg.icon-blockage {
  width: 76px;
  height: 60px;
}

.infoblock-icon > svg.icon-sink {
  width: 60px;
  height: 61px;
}

/* Content */
.infoblock-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  text-align: left;
  overflow: hidden;
}

@media only screen and (max-width: 560px) {
  .infoblock-content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.infoblock-content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 640px) {
  .infoblock-content h2 {
    font-size: 19px;
    line-height: 1.21053;
  }
}

/* ////////      INFOCARDS       \\\\\\\\ */
.infocard {
  padding: 20px 25px 20px 25px;
  margin-top: 30px;
  border: 1px solid rgba(218, 218, 218, 0.5);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .infocard {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .infocard {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.infocard:first-child {
  margin-top: 0;
}

/* Header */
.infocard > header {
  position: relative;
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 560px) {
  .infocard > header {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 420px) {
  .infocard > header {
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.infocard > header > svg {
  position: absolute;
  left: -43px;
  top: 0;
  font-size: 35px;
}

.infocard > header h3 {
  font-weight: 500;
  color: #14739F;
}

/* Icon */
.infocard-icon {
  position: relative;
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #14739F;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 560px) {
  .infocard-icon {
    width: 90px;
    height: 90px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .infocard-icon {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 420px) {
  .infocard-icon {
    display: none;
  }
}

.infocard-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #34B9D5;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 40px;
}

@media only screen and (max-width: 480px) {
  .infocard-icon > svg {
    max-width: 40%;
  }
}

.infocard-icon > svg.icon-pound {
  width: 31px;
  height: 36px;
}

.infocard-icon > svg.icon-water {
  width: 25px;
  height: 40px;
}

.infocard-icon > svg.icon-pipe {
  width: 56px;
  height: 48px;
}

.infocard-icon > svg.icon-tap {
  width: 56px;
  height: 56px;
}

.infocard-icon > svg.icon-shower {
  width: 51px;
  height: 47px;
}

.infocard-icon > svg.icon-lead {
  width: 48px;
  height: 62px;
}

.infocard-icon > svg.icon-leak {
  top: 60%;
  width: 53px;
  height: 68px;
}

@media only screen and (max-width: 640px) {
  .infocard-icon > svg.icon-leak {
    top: 55%;
  }
}

@media only screen and (max-width: 480px) {
  .infocard-icon > svg.icon-leak {
    max-width: 50%;
  }
}

.infocard-icon > svg.icon-glass {
  width: 39px;
  height: 56px;
}

.infocard-icon > svg.icon-taste {
  width: 30px;
  height: 54px;
}

.infocard-icon > svg.icon-beach {
  top: 45%;
  width: 64px;
  height: 60px;
}

.infocard-icon > svg.icon-toilet {
  width: 47px;
  height: 69px;
}

/* Content */
.infocard-content {
  display: block;
  word-wrap: break-word;
  overflow: hidden;
}

.infocard-content h2 {
  color: #424242;
}

/* ////////      ACTIONS       \\\\\\\\ */
.actions {
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}

.actions > li {
  display: inline-block;
  vertical-align: top;
  width: 33.33333333333%;
}

.actions > li > a {
  display: block;
  color: #14739F;
  cursor: pointer;
}

.actions > li > a:hover {
  color: #28B9D7;
}

.actions a > .icon {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
  height: 53px;
  fill: currentColor;
}

@media only screen and (max-width: 560px) {
  .actions a > .icon {
    height: 30px;
  }
}

.actions a > span {
  display: block;
  font-size: 20px;
  line-height: 1.1;
}

@media only screen and (max-width: 560px) {
  .actions a > span {
    font-size: 16px;
  }
}

/* ////////      FOOTNOTE       \\\\\\\\ */
.footnote {
  display: block;
  color: #6A6A6A;
}

.footnote h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #14739F;
  margin: 0 0 3px 0;
}

@media only screen and (max-width: 640px) {
  .footnote h3 {
    font-size: 19px;
    line-height: 1.15789;
  }
}

/* ////////      LOGOTILES       \\\\\\\\ */
.tiles {
  overflow: hidden;
}

.tiles > ul {
  margin: -2px;
  overflow: hidden;
}

.tile {
  position: relative;
  float: left;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}

@media only screen and (max-width: 640px) {
  .tile {
    width: 50%;
    padding-bottom: 30%;
  }
}

.tile-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 40px;
}

.tile img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  max-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.tile figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 40px;
}

.tile figcaption > span {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
  color: #979797;
}

/* ////////      FOOTER       \\\\\\\\ */
footer[role="contentinfo"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 15px 0 15px;
  color: #fff;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  footer[role="contentinfo"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.dashboard-page footer[role="contentinfo"] {
  padding-top: 0;
}

.page-active footer[role="contentinfo"] {
  display: none;
}

footer[role="contentinfo"] > div {
  display: inline-block;
  vertical-align: top;
}

footer[role="contentinfo"] p {
  float: left;
  opacity: 0.7;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.3px;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 780px) {
  footer[role="contentinfo"] p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  footer[role="contentinfo"] p {
    display: none;
  }
}

footer[role="contentinfo"] ul {
  display: block;
  overflow: hidden;
}

footer[role="contentinfo"] ul > li {
  float: left;
  width: 12.5%;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

footer[role="contentinfo"] ul > li img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 35px;
}

/* ////////      BUTTONS       \\\\\\\\ */
.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 38px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #14739F;
  -webkit-transition: background .2s, border-radius 0.1s 0.25s;
  transition: background .2s, border-radius 0.1s 0.25s;
  font-size: 0.93333rem;
  line-height: 38px;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  z-index: 1;
}

.button.is-expanded {
  background-color: #495154 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.button strong {
  display: block;
  height: 100%;
  font-weight: inherit;
  white-space: normal;
}

.button strong > span {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.button > div {
  display: block;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.button.is-expanded:not(.peekaboo) > div {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.button > div strong:first-child {
  opacity: 1;
}

.button.is-expanded:not(.peekaboo) > div strong:first-child {
  opacity: 0;
}

.button > div strong + strong {
  display: none;
}

.button.is-expanded:not(.peekaboo) > div strong + strong {
  display: block;
}

.button i {
  font-style: normal;
}

/* Sizes */
.button--fullwidth {
  display: block;
}

.button--large {
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 48px;
}

@media only screen and (max-width: 374px) {
  .button--large {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 40px;
  }
}

.button--small {
  font-size: 13px;
}

/* Hovers */
.button:hover {
  background-color: #28B9D7;
}

.button--colour2:hover {
  background-color: #14739F;
}

/* Themes */
.button--light {
  background: none !important;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-shadow: 0 0 0 1px #979797 inset;
  box-shadow: 0 0 0 1px #979797 inset;
}

.button--light:hover {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
}

.button.button--dark {
  background: rgba(0, 0, 0, 0.15);
  padding-left: 25px;
  padding-right: 25px;
}

/* Colours */
.button--colour1 {
  background: #14739F;
}

.button--colour2 {
  background: #28B9D7;
}

.button--colour3 {
  background: #8AD5E6;
}

.button--colour4 {
  background: #00BD9C;
}

.button--colour5 {
  background: #9B59B6;
}

.button--colour6 {
  background: #33495F;
}

.button--colour7 {
  background: #00A3B5;
}

.button--black {
  background: #424242;
}

.button--gray {
  background: #818181;
}

/* ////////      SPINNER        \\\\\\\\ */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: fullRotate 2s linear infinite;
  animation: fullRotate 2s linear infinite;
  z-index: 2;
}

.spinner .path {
  stroke: rgba(255, 255, 255, 0.5);
  stroke-linecap: round;
  -webkit-animation: spinnerDash 1.5s ease-in-out infinite;
  animation: spinnerDash 1.5s ease-in-out infinite;
}

@-webkit-keyframes fullRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fullRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* ////////      CONTACT FORM       \\\\\\\\ */
.form {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.form h2 {
  margin-bottom: 4px;
}

.form ol {
  margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
  .form ol {
    margin-bottom: 0;
  }
}

.fancybox-inner .form ol {
  margin-bottom: 0;
}

.form .button--submit {
  display: inline-block;
  vertical-align: top;
  min-width: 50%;
}

@media only screen and (max-width: 640px) {
  .form .button--submit {
    width: 100%;
  }
}

/* Form Response */
.form-response {
  position: absolute;
  top: -1000px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}

.form-response.is-visible {
  position: static;
  top: auto;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.form-response--error {
  margin-top: 12px;
}

.form-response h3 {
  margin-bottom: 5px;
}

.form-response.form-response--success h3 {
  color: #67AF21;
}

.form-response.form-response--error h3 {
  color: #fff;
}

.form-response h4 {
  margin-bottom: 0;
}

.form-response p:last-child {
  margin-bottom: 0;
}

.form-response .button {
  margin-top: 7px;
}

/* ////////      MEDIA PACK      \\\\\\\\ */
.media {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .media {
    border-top: 1px solid #cecece;
    padding-top: 30px;
  }
}

.media h2 {
  margin-bottom: 4px;
}

.media .introtext {
  min-height: 40px;
}

/* Boxlink */
.boxlink {
  position: relative;
  display: block;
  padding: 80px 25px 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cecece;
  font-size: 19px;
  line-height: 22px;
  text-decoration: none;
  color: #424242;
  text-align: center;
  cursor: pointer;
}

.column .boxlink {
  max-width: 50%;
}

@media only screen and (max-width: 760px) {
  .column .boxlink {
    max-width: none;
  }
}

.media .boxlink {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .media .boxlink {
    margin-top: 10px;
  }
}

.boxlink > svg {
  position: absolute;
  left: 50%;
  top: 27px;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -19px;
  fill: #14739F;
  overflow: hidden;
}

.boxlink:hover > svg {
  fill: #28B9D7;
}

/* ////////      INFOPANELS      \\\\\\\\ */
.infopanels-wrapper {
  max-width: none;
}

.infopanels-mobile-wrapper {
  display: none;
}

@media only screen and (max-width: 640px) {
  .infopanels-mobile-wrapper {
    display: block;
  }
}

.infopanels {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -1px;
  background: #495154;
  color: rgba(255, 255, 255, 0.8);
}

.infopanel {
  position: relative;
  height: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.infopanel h2 {
  color: #fff;
}

.infopanel h3,
.infopanel h4,
.infopanel h5,
.infopanel h6 {
  color: inherit;
  margin-bottom: 10px;
}

.infopanel a {
  color: inherit;
}

.infopanel a:hover {
  color: #fff;
}

/* Inner */
.infopanel-inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 26px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

/* Header */
.infopanel-header {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.infopanel-header h2 {
  color: #fff;
  margin-bottom: 6px;
}

/* Content */
.infopanel-content {
  margin: 0 auto;
}

.infopanel-content .page-block.content-area {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 640px) {
  .infopanel-content .page-block.content-area {
    padding-left: 0;
    padding-right: 0;
  }
}

.infopanel .subtext {
  text-align: center;
}

/* Open button */
.infopanel-open {
  position: relative;
  background-color: #495154;
}

.tree-item .infopanel-open,
.column .infopanel-open {
  display: block;
  margin-bottom: 12px;
}

.tree-item .infopanel-open:after,
.column .infopanel-open:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  background-color: inherit;
  -webkit-transition: height 0.1s 0.2s;
  transition: height 0.1s 0.2s;
  overflow: hidden;
}

.tree-item .infopanel-open.is-expanded:after,
.column .infopanel-open.is-expanded:after {
  height: 12px;
  -webkit-transition: none;
  transition: none;
}

/* Close button*/
.infopanel-header .infopanel-close {
  position: absolute;
  right: 5px;
  top: 0;
  background: none;
  color: inherit !important;
}

@media only screen and (max-width: 640px) {
  .infopanel-header .infopanel-close {
    display: none;
  }
}

.peekaboo .infopanel-header .infopanel-close {
  display: none;
}

.infopanel-header .infopanel-close:hover {
  color: #fff !important;
}

.infopanel-close > svg {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}

.infopanel-close > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: inherit;
}

/* Footer */
.infopanel-footer {
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 640px) {
  .infopanel-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Bar */
.infopanel-footer-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* Footnotes */
.infopanel-footnotes.is-hidden {
  display: none;
}

.infopanel-footnote {
  margin-top: 5px;
  border-top: 1px solid rgba(145, 145, 145, 0.52);
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 18px;
}

.infopanel-footnote-inner {
  max-width: 640px;
  margin: 0 auto;
}

.infopanel-footnote .content-area {
  margin-bottom: 20px;
}

.infopanel-footnote h1,
.infopanel-footnote h2,
.infopanel-footnote h3,
.infopanel-footnote h4,
.infopanel-footnote h5 {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.infopanel-footnote .button:not(.button--light) {
  min-width: 268px;
}

/* ////////      SLIDER       \\\\\\\\ */
/* *** Nav *** */
.infopanel-nav {
  background: #535C5F;
  padding: 12px 0;
  border-radius: 4px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .infopanel-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.infopanel-header .infopanel-nav {
  margin-top: 15px;
}

.infopanel-nav .slick-track {
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: auto !important;
}

@media only screen and (max-width: 640px) {
  .infopanel-nav .slick-track {
    display: block;
  }
}

.infopanel-nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  border-right: 2px solid #495154;
  outline: none;
}

@media only screen and (max-width: 640px) {
  .infopanel-nav-item {
    width: 50%;
    border-bottom: 2px solid #495154;
  }
}

@media only screen and (min-width: 640px) {
  .infopanel-nav-item:last-child {
    border-right: none;
  }
}

@media only screen and (max-width: 640px) {
  .infopanel-nav-item:nth-child(2n) {
    border-right: none;
  }
}

@media only screen and (max-width: 640px) {
  .infopanel-nav-item:nth-child(3),
  .infopanel-nav-item:nth-child(4) {
    border-bottom: none;
  }
}

.infopanel-nav-item > a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  padding: 0px 18px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 640px) {
  .infopanel-nav-item > a {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.infopanel-nav-item > a > span {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: normal;
}

.infopanel-nav-item > a:hover > span,
.infopanel-nav-item.slick-current > a > span {
  color: white;
}

/* *** Slides *** */
.infopanel-slides {
  min-height: 180px;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .infopanel-slides {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.no-touch .infopanel-slides.slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.infopanel-slides .slick-list {
  max-width: 640px;
  margin: 0 auto;
}

.infopanel-slide {
  outline: none;
}

/* *** Arrows *** */
.infopanel .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.infopanel[data-expanded="true"] .slick-arrow {
  position: fixed;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.infopanel .slick-arrow.is-pinned-top {
  position: absolute;
  top: 0;
  bottom: auto;
}

.infopanel .slick-arrow.is-pinned-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 0;
}

.infopanel .slick-arrow:hover {
  color: #fff;
}

.infopanel .slick-arrow.slick-disabled:hover {
  color: inherit;
}

.infopanel .slick-arrow ~ .slick-arrow {
  left: auto;
  right: 0;
}

.infopanel .slick-arrow.slick-disabled {
  cursor: auto;
  pointer-events: none;
}

.infopanel .slick-arrow > svg {
  display: block;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 640px) {
  .infopanel .slick-arrow > svg {
    width: 40px;
    height: 40px;
  }
}

.infopanel .slick-arrow.slick-disabled > svg {
  opacity: 0.25;
}

/* ////////      INFOAREA      \\\\\\\\ */
.infoarea {
  overflow: hidden;
}

/* Infoarea Illustration */
.infoarea-illustration {
  float: left;
  width: 25%;
  max-width: 110px;
  padding-right: 20px;
  border-right: 1px solid #697478;
  margin-right: 30px;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .infoarea-illustration {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .infoarea-illustration {
    display: none;
  }
}

.infoarea-illustration > svg {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  height: auto;
}

.infoarea-illustration > svg.icon-quality {
  width: 70%;
}

.infoarea-illustration > svg.icon-colour {
  width: 70%;
}

.infoarea-illustration > svg.icon-taste {
  width: 60%;
}

.infoarea-illustration > svg.icon-amount-we-use {
  width: 70%;
}

.infoarea-illustration > svg.icon-customer-experience-rating {
  width: 100%;
}

.infoarea-illustration > svg.icon-sewer-flooding {
  width: 100%;
}

.infoarea-illustration > svg.icon-environmental-performance {
  width: 85%;
}

/* Infoarea content */
.infoarea-content {
  display: block;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  overflow: hidden;
}

.infoarea-content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: inherit;
  margin-bottom: 6px;
}

.infoarea-block {
  margin-bottom: 30px;
}

/* Print Panel */
a.print-panel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 20px;
  font-size: 13px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  cursor: pointer;
}

a.print-panel:hover > span {
  text-decoration: underline;
}

a.print-panel > .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 16px;
}

/* ////////      SHARETASTIC      \\\\\\\\ */
.sharetastic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.sharetastic__label {
  display: block;
  margin-right: 5px;
  font-size: 13px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.sharetastic__button > svg {
  fill: #fff !important;
  opacity: 0.5;
}

.sharetastic__button:hover > svg {
  opacity: 1;
}

.sharetastic__button--facebook > svg {
  margin-left: -3px;
}

/* ////////      GRID       \\\\\\\\ */
.grid {
  overflow: hidden;
}

.grid ul {
  display: block;
  width: auto;
  margin: -1px;
  overflow: hidden;
}

.grid li {
  float: left;
  width: 25%;
  border-left: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .grid li {
    width: 50%;
  }
}

.grid-item {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
  -webkit-transition: background 1s;
  transition: background 1s;
  cursor: pointer;
}

.grid-item:hover {
  background: rgba(0, 0, 0, 0.04);
  -webkit-transition: background .2s;
  transition: background .2s;
}

.grid-item-inner {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

@media only screen and (max-width: 640px) {
  .grid-item-inner {
    left: 10px;
    right: 10px;
  }
}

.internetexplorer-browser .grid-item-inner {
  display: block !important;
}

.grid-item-inner .flexcell-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.internetexplorer-browser .grid-item-inner .flexcell-area {
  display: block;
  height: 100%;
}

.grid-item span {
  display: block;
  line-height: 1;
  text-align: center;
}

.internetexplorer-browser .grid-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.grid-item img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.internetexplorer-browser .grid-item img {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
}

/* ////////      LIGHTBOX       \\\\\\\\ */
.lightbox {
  display: none;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .lightbox .column {
    margin-top: 10px;
  }
}

/* ////////      VOTES      \\\\\\\\ */
.votes {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  margin-top: 15px;
  overflow: hidden;
}

.vote {
  position: relative;
  float: left;
  display: block;
  width: 150px;
  height: 95px;
  margin: 0 10px;
  opacity: 1;
  overflow: hidden;
}

.vote.is-hidden {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: width .5s, margin .5s;
  transition: width .5s, margin .5s;
}

/* Input */
.vote .vote-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.vote .vote-input[disabled] {
  cursor: auto;
}

/* Button */
.vote-button {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 95px;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

input:checked + .vote-button {
  background-color: #67AF21;
}

.vote-button > svg {
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}

.vote--nay .vote-button > svg {
  width: 59px;
  height: 60px;
}

.vote--yay .vote-button > svg {
  width: 62px;
  height: 59px;
}

.vote-button > span {
  position: absolute;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  z-index: -1;
}

/* ////////      TABS       \\\\\\\\ */
.tabs {
  text-align: center;
}

/* *** NAV *** */
.tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 10px;
  background: #535C5F;
  border-radius: 55px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .tabs-nav {
    margin-left: 0;
    margin-right: 0;
    border-radius: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .tabs-nav {
    display: block;
    border-radius: 4px;
  }
}

.tabs-nav-item {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

@media only screen and (max-width: 480px) {
  .tabs-nav-item {
    float: none;
    display: block;
    margin-top: 12px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .tabs-nav-item:first-child {
    margin-top: 0;
  }
}

/* Tab */
.tab {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 10px 0 10px;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 480px) {
  .tab {
    padding-top: 22px;
  }
}

.tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #979797;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.tab.is-active:before {
  border-width: 2px;
  border-color: #28B9D7;
}

.tab:after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #28B9D7;
}

.tab.is-active:after {
  display: block;
}

.tab > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: normal;
}

.tab.is-active > span {
  color: #fff;
}

/* *** Panels *** */
.tabs-panel {
  display: none;
  text-align: left;
}

.tabs-panel.is-active {
  display: block;
}

/* ////////      OUTDATED BROWSER        \\\\\\\\ */
html.oldie-browser {
  background: #14739F;
}

.oldie-browser .main-wrapper {
  display: table;
  width: 100%;
  background: none;
}

.oldie-browser .dashboard,
.oldie-browser .page-wrapper,
.oldie-browser .page,
.oldie-browser #page-container {
  display: none;
}

#outdated {
  display: none;
  background: #fff;
  text-align: center;
}

.oldie-browser #outdated {
  display: table-cell;
  vertical-align: middle;
}

.oldie-browser .dashboard-page footer[role="contentinfo"] {
  padding-top: 5px;
}

/* Browsers */
.browsers {
  display: block;
  margin-top: 30px;
  font-size: 0;
  line-height: 1;
}

.browsers li {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}

.browsers li a {
  display: block;
}

.browsers li a span {
  font-size: 14px;
  line-height: 16px;
}

.browser-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px auto;
  background: url(/assets/images/browsers.png) no-repeat 0 0;
  overflow: hidden;
}

.browser-icon--chrome {
  background-position: 0 0;
}

.browsers li a:hover .browser-icon--chrome {
  background-position: 0 -100px;
}

.browser-icon--firefox {
  background-position: -100px 0;
}

.browsers li a:hover .browser-icon--firefox {
  background-position: -100px -100px;
}

.browser-icon--explorer {
  background-position: -200px 0;
}

.browsers li a:hover .browser-icon--explorer {
  background-position: -200px -100px;
}

.browser-icon--opera {
  background-position: -400px 0;
}

.browsers li a:hover .browser-icon--opera {
  background-position: -400px -100px;
}


/* ////////      WHO's Who        \\\\\\\\ */

input[type="search"].postcode-search {
    height: 48px;
    width: 85%;
    margin-right: 1em;
}
/* ------------------------------------------------------------------------------------
                                      DASHBOARD
---------------------------------------------------------------------------------------
*/
/* ////////       PAGE       \\\\\\\\ */
.page-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .page-wrapper {
    overflow: visible;
  }
}

.main-wrapper.page-visible .page-wrapper {
  z-index: 3;
}

.main-wrapper.page-active .page-wrapper {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

#page-container {
  background: #fff;
  overflow: hidden;
}

.page-container--vcentered {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (min-width: 640px) {
  .page-wrapper #page-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .main-wrapper.page-active #page-container {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

/* ////////       DASHBOARD       \\\\\\\\ */
.dashboard {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .dashboard {
    height: auto !important;
  }
}

.dashboard.loading,
.dashboard.is-animating {
  overflow: hidden;
}

.dashboard.loading {
  visibility: hidden;
}

.dashboard.reset {
  height: auto !important;
}

.page-animating-in .dashboard,
.page-animating-out .dashboard,
.page-active .dashboard {
  position: fixed;
  top: 50px;
  overflow: hidden;
}

.page-active .dashboard {
  height: 0 !important;
  padding: 0 !important;
}

/* *** Banner ***/
.dashboard-banner {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .dashboard-banner {
    margin: 0;
  }
}

.dashboard.loading .dashboard-banner {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.dashboard-banner > .content-area {
  padding: 10px 20px;
  background: #fff;
  font-size: 1.36719vw;
  font-weight: 400;
  line-height: 1.14286;
  color: #053262;
}

@media only screen and (max-width: 640px) {
  .dashboard-banner > .content-area {
    font-size: 16px;
    line-height: 19px;
  }
}

.dashboard-banner > .content-area > *:last-child {
  margin-bottom: 0;
}

.dashboard-banner a {
  color: inherit;
  text-decoration: underline;
}

.dashboard-banner a:hover {
  color: #fff;
}

/* *** Columns ***/
.dashboard-columns {
  position: relative;
  z-index: 1;
}

.dashboard p {
  margin-bottom: 0.97656vw;
}

@media only screen and (max-width: 640px) {
  .dashboard p {
    margin-bottom: 4.88281vw;
  }
}

/* *** Columns *** */
.dashboard-column {
  width: 25%;
  height: 100%;
  padding: 0 5px;
}

@media only screen and (max-width: 640px) {
  .dashboard-column {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 640px) {
  .dashboard-column {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  }
  .dashboard-column:nth-child(1) {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .dashboard-column:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .dashboard-column:nth-child(3) {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .dashboard-column:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .dashboard.loading .dashboard-column {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
}

/* *** Cards *** */
.card-container {
  height: 100%;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  .card-container:first-child {
    padding-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .card-container {
    height: auto !important;
  }
}

.flip--card-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.no-preserve3d .flip--card-container {
  -webkit-perspective: none;
  perspective: none;
}

.card {
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 1e-06);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flip--card {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.microsoftedge-browser .flip--card {
  -webkit-transform: none;
  transform: none;
}

.no-preserve3d .flip--card {
  -webkit-transition: -webkit-transform 0.25s ease !important;
  transition: -webkit-transform 0.25s ease !important;
  transition: transform 0.25s ease !important;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease !important;
}

.flip--card.is-flipped {
  -webkit-transition: -webkit-transform 0.45s ease !important;
  transition: -webkit-transform 0.45s ease !important;
  transition: transform 0.45s ease !important;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease !important;
  -webkit-transform: rotateY(-180deg) !important;
  transform: rotateY(-180deg) !important;
}

.no-preserve3d .flip--card.is-flipped {
  -webkit-transition: -webkit-transform 0.25s ease !important;
  transition: -webkit-transform 0.25s ease !important;
  transition: transform 0.25s ease !important;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease !important;
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

.card-front {
  position: relative;
  height: 100%;
  background: #0E6692;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
}

.dashboard.reset .card-front {
  display: block !important;
}

.discover-card .card-front {
  min-height: 26.36719vw;
}

.flip--card .card-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 640px) {
  .flip--card .card-front {
    min-height: 120vw;
  }
}

.no-preserve3d .card-front {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  overflow: hidden;
}

.card-back {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #063263;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
  z-index: 1;
}

.no-preserve3d .card-back {
  left: 100%;
  right: auto;
  width: 100%;
  -webkit-transform: none;
  transform: none;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/* Layout */
.card-layout {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  height: calc(100% + 1px);
  margin: 0;
  padding: 0;
  border: none;
}

.card-layout-row {
  display: table-row;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.card-layout-row:nth-child(1) {
  height: 0;
  vertical-align: top;
}

.card-layout-row:nth-child(2) {
  height: 100%;
}

.card-layout-row:nth-child(3) {
  height: 0;
  vertical-align: bottom;
}

.card-layout-cell {
  display: table-cell;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* *** Front Content *** */
.card-front h2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  padding-top: 0.39062vw;
  padding-bottom: 0.39062vw;
  padding-left: 1.46484vw;
  padding-right: 1.46484vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2.34375vw;
  text-align: center;
  margin: 0;
  margin-bottom: 1.95312vw;
}

@media only screen and (max-width: 640px) {
  .card-front h2 {
    padding-top: 4.29688vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front h2 {
    padding-bottom: 4.29688vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front h2 {
    padding-left: 5.37109vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front h2 {
    padding-right: 5.37109vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front h2 {
    line-height: 6.25vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front h2 {
    margin-bottom: 5.85938vw;
  }
}

.discover-card .card-front h2 {
  margin-bottom: 15px;
}

.card-front h2 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.36719vw;
  font-weight: 500;
  line-height: 1.14286;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .card-front h2 > span {
    font-size: 5.27344vw;
  }
}

.card-front h3 {
  font-size: 1.66016vw;
  font-weight: 500;
  line-height: 1.11765;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 0.58594vw;
}

@media only screen and (max-width: 640px) {
  .card-front h3 {
    font-size: 5.56641vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front h3 {
    margin-bottom: 4.49219vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front h3 {
    font-size: 6.05469vw;
  }
}

.card-front .subtext {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  font-style: normal;
  color: inherit;
}

.card-front-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 1.46484vw;
  padding-left: 1.46484vw;
  font-size: 1.26953vw;
  font-weight: 300;
  line-height: 1.30769;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .card-front-content {
    padding-right: 5.37109vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front-content {
    padding-left: 5.37109vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front-content {
    font-size: 5.17578vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-front-content {
    padding-bottom: 2.44141vw;
  }
}

/* Icons */
.card-illustration {
  margin-top: 0.97656vw;
  margin-bottom: 0.97656vw;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .card-illustration {
    margin-top: 0.97656vw;
    margin-bottom: 0.97656vw;
  }
}

.card-illustration-hand {
  width: 8.59375vw;
  height: 8.10547vw;
}

@media only screen and (max-width: 640px) {
  .card-illustration-hand {
    width: 34.17969vw;
    height: 34.17969vw;
  }
}

.card-illustration-toilet {
  width: 6.54297vw;
  height: 9.66797vw;
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .card-illustration-toilet {
    width: 37.10938vw;
    height: 37.10938vw;
  }
}

.card-illustration-discovermore {
  width: 11.71875vw;
  height: 12.69531vw;
  margin-bottom: 0;
  margin-top: 0;
  fill: #fff;
}

@media only screen and (max-width: 640px) {
  .card-illustration-discovermore {
    width: 37.10938vw;
    height: 37.10938vw;
  }
}

.card-illustration-tap {
  width: 8.98438vw;
  height: 9.08203vw;
  margin-bottom: 2.92969vw;
}

@media only screen and (max-width: 640px) {
  .card-illustration-tap {
    width: 34.17969vw;
    height: 34.17969vw;
    margin-bottom: 20px;
  }
}

.card-illustration-leak {
  width: 9.76562vw;
  height: 12.79297vw;
  margin-bottom: 3.90625vw;
}

@media only screen and (max-width: 640px) {
  .card-illustration-leak {
    width: 43.94531vw;
    height: 43.94531vw;
    margin-bottom: 20px;
  }
}

.card-illustration-resilience {
  width: 8.88672vw;
  height: 8.78906vw;
  margin-bottom: 1.75781vw;
  margin-top: 0.48828vw;
}

@media only screen and (max-width: 640px) {
  .card-illustration-resilience {
    margin-bottom: 5.66406vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-illustration-resilience {
    margin-top: 4.39453vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-illustration-resilience {
    width: 29.29688vw;
    height: 29.29688vw;
    margin-top: 0;
  }
}

/* Separator */
.separator {
  display: block;
  margin-top: 4.88281vw;
  margin-bottom: 4.88281vw;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .separator {
    margin-top: 8.78906vw;
  }
}

@media only screen and (max-width: 640px) {
  .separator {
    margin-bottom: 8.78906vw;
  }
}

.separator.spacing-m {
  margin-top: 1.95312vw;
  margin-bottom: 1.95312vw;
}

@media only screen and (max-width: 640px) {
  .separator.spacing-m {
    margin-top: 5.85938vw;
  }
}

@media only screen and (max-width: 640px) {
  .separator.spacing-m {
    margin-bottom: 5.85938vw;
  }
}

/* Pricelist */
.pricelist {
  color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .pricelist {
    margin-bottom: 2.92969vw;
  }
}

.pricelist:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.95312vw;
  margin-bottom: 1.95312vw;
  width: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .pricelist:before {
    margin-top: 5.85938vw;
  }
}

@media only screen and (max-width: 640px) {
  .pricelist:before {
    margin-bottom: 5.85938vw;
  }
}

.pricelist > ul > li {
  margin-bottom: 1.95312vw;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .pricelist > ul > li {
    margin-bottom: 5.85938vw;
  }
}

.pricelist-icon {
  float: left;
  margin-right: 10px;
  font-size: 2.05078vw;
  height: 3.90625vw;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .pricelist-icon {
    font-size: 5.95703vw;
  }
}

@media only screen and (max-width: 640px) {
  .pricelist-icon {
    height: 7.8125vw;
  }
}

.pricelist-item-text {
  display: block;
  text-align: left;
  overflow: hidden;
}

.pricelist-item-text strong {
  float: right;
  margin-left: 0.97656vw;
  font-size: 3.02734vw;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  .pricelist-item-text strong {
    margin-left: 4.88281vw;
  }
}

@media only screen and (max-width: 640px) {
  .pricelist-item-text strong {
    font-size: 8.69141vw;
  }
}

.pricelist-item-text strong > sub {
  bottom: 0;
  font-size: 0.5em;
  font-weight: 500;
}

.pricelist-item-text > div {
  display: block;
  line-height: 3.90625vw;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .pricelist-item-text > div {
    line-height: 7.8125vw;
  }
}

.pricelist-item-text > div > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.26953vw;
  font-weight: 500;
  line-height: 1.15385;
}

@media only screen and (max-width: 640px) {
  .pricelist-item-text > div > span {
    font-size: 5.17578vw;
  }
}

/* *** ACTION BUTTONS *** */
.actionbutton {
  position: relative;
  display: block;
  vertical-align: top;
  padding: 2px 10px 1px 10px;
  background-color: #14739F;
  font-size: 1.36719vw;
  line-height: 3.14286;
  font-weight: 400;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .actionbutton {
    font-size: 5.27344vw;
  }
}

.actionbutton:hover {
  color: #fff;
}

.actionbutton--transparent {
  border: 1px solid #fff;
  background: none !important;
}

.actionbutton > span {
  position: relative;
  top: -0.14286em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.14286;
}

.actionbutton--forward > span {
  padding-right: 1.95312vw;
}

@media only screen and (max-width: 640px) {
  .actionbutton--forward > span {
    padding-right: 5.85938vw;
  }
}

.actionbutton > span > svg {
  position: absolute;
  top: 50%;
  margin-top: -0.48828vw;
  font-size: 0.97656vw;
}

@media only screen and (max-width: 640px) {
  .actionbutton > span > svg {
    font-size: 3.90625vw;
    margin-top: -1.95312vw;
  }
}

.actionbutton--forward > span > svg {
  right: 0;
}

/* Front button */
.card-front > .actionbutton.actionbutton--spacer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: static;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
}

.card-front > .actionbutton {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #054471;
}

/* Back button */
.card-back .actionbutton {
  background-color: #011638;
}

.card-back-content .actionbutton {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
}

/* Decoration */
.actionbutton-decoration {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  z-index: -1;
}

.actionbutton-decoration.is-active {
  visibility: visible;
}

.actionbutton-decoration > svg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.card-front .actionbutton-decoration > svg > path {
  fill: rgba(1, 22, 56, 0.5);
}

.card-back .actionbutton-decoration > svg > path {
  fill: rgba(1, 22, 56, 0.5);
}

/* *** DONUTS *** */
.donuts {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}

.donuts > li {
  float: left;
  width: 50%;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.donut {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.donut svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.donut-indicator {
  position: absolute;
  left: 1.95312vw;
  right: 1.95312vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .donut-indicator {
    left: 7.8125vw;
    right: 7.8125vw;
  }
}

.donut-indicator-number {
  display: block;
  font-size: 2.24609vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.09766vw;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .donut-indicator-number {
    font-size: 10.74219vw;
    letter-spacing: -0.48828vw;
  }
}

.donut-indicator-number sub {
  bottom: 0;
  margin-left: 0.05435em;
  font-size: 0.7em;
  font-weight: 300;
}

.donut-indicator-title {
  display: block;
  font-size: 0.78125vw;
  line-height: 1.25;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .donut-indicator-title {
    font-size: 3.71094vw;
  }
}

/* ////////     DASH REPORT       \\\\\\\\ */
.dash-report {
  margin-top: 1.95312vw;
  margin-bottom: 2.34375vw;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .dash-report {
    margin-top: 5.85938vw;
  }
}

@media only screen and (max-width: 640px) {
  .dash-report {
    margin-bottom: 6.25vw;
  }
}

.dash-report h4 {
  font-size: 1.26953vw;
  font-weight: 400;
  line-height: 1.15385;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 1.46484vw 0;
}

@media only screen and (max-width: 640px) {
  .dash-report h4 {
    font-size: 5.17578vw;
  }
}

/* *** Stats *** */
.dash-report-stats {
  overflow: hidden;
}

.dash-report-stats > li {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 0.48828vw;
  padding-right: 0.48828vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #8AD5E6;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .dash-report-stats > li {
    padding-left: 4.39453vw;
  }
}

@media only screen and (max-width: 640px) {
  .dash-report-stats > li {
    padding-right: 4.39453vw;
  }
}

@media only screen and (max-width: 640px) {
  .dash-report-stats > li {
    margin-top: 10px;
  }
}

.dash-report-stats > li:first-child {
  color: #fff;
}

/* Number */
.dash-stat-number {
  display: block;
  font-size: 4.10156vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.16602vw;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 640px) {
  .dash-stat-number {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11.71875vw;
    letter-spacing: -0.48828vw;
  }
}

.dash-report-stats > li:nth-child(2) .dash-stat-number {
  color: #8AD5E6;
  border: none;
}

.dash-stat-number sub {
  bottom: 0;
  margin-left: 0.15625em;
  font-size: 0.5em;
  font-weight: 500;
}

/* Title */
.dash-stat-title {
  display: block;
  font-size: 1.26953vw;
  font-weight: 500;
  line-height: 1.15385;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 640px) {
  .dash-stat-title {
    font-size: 5.17578vw;
  }
}

/* *** Back Content *** */
/* Heading */
.card-back h3 {
  padding-top: 0.78125vw;
  padding-right: 0.97656vw;
  padding-bottom: 0.97656vw;
  padding-left: 0.97656vw;
  color: #fff;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .card-back h3 {
    padding-top: 4.6875vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-back h3 {
    padding-right: 4.88281vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-back h3 {
    padding-bottom: 4.88281vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-back h3 {
    padding-left: 4.88281vw;
  }
}

.card-back h3 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5625vw;
  font-weight: 300;
  line-height: 1.1875;
}

@media only screen and (max-width: 640px) {
  .card-back h3 span {
    font-size: 5.46875vw;
  }
}

/* Actionlinks */
.actionlinks {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.actionlinks:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #2A6086;
  overflow: hidden;
  z-index: 1;
}

.actionlinks > li {
  float: left;
  width: 50% !important;
  height: 33.3333333%;
  border-top: 2px solid #2A6086;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.actionlinks.rows-2 > li {
  height: 50%;
}

.actionlinks > li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0.97656vw;
  padding-right: 0.97656vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
  word-wrap: normal;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .actionlinks > li a {
    padding-left: 4.88281vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks > li a {
    padding-right: 4.88281vw;
  }
}

.actionlinks > li a:hover {
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  background-color: #011638;
}

.actionlinks > li a span {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.36719vw;
  font-weight: 400;
  line-height: 1.14286;
}

@media only screen and (max-width: 640px) {
  .actionlinks > li a span {
    font-size: 5.27344vw;
  }
}

/* Icons */
.actionlinks .icon {
  position: absolute;
  fill: #fff;
  opacity: 0.15;
}

.actionlinks .icon-quality {
  right: -10%;
  top: 3.90625vw;
  width: 4.58984vw;
  height: 6.44531vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-quality {
    width: 24.12109vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-quality {
    height: 25.97656vw;
  }
}

.actionlinks .icon-colour {
  right: 0%;
  bottom: -3.90625vw;
  width: 8.39844vw;
  height: 8.00781vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-colour {
    width: 27.92969vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-colour {
    height: 27.53906vw;
  }
}

.actionlinks .icon-taste {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3.41797vw;
  height: 6.15234vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-taste {
    width: 22.94922vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-taste {
    height: 25.68359vw;
  }
}

.actionlinks .icon-hardness {
  right: -1.95312vw;
  top: -1.95312vw;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
  width: 7.51953vw;
  height: 9.76562vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-hardness {
    width: 27.05078vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-hardness {
    height: 29.29688vw;
  }
}

.actionlinks .icon-lead {
  right: -2.44141vw;
  top: -0.97656vw;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 7.51953vw;
  height: 9.76562vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-lead {
    width: 27.05078vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-lead {
    height: 29.29688vw;
  }
}

.actionlinks .icon-fluoride {
  right: 10px;
  top: -0.78125vw;
  width: 3.80859vw;
  height: 6.05469vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-fluoride {
    width: 23.33984vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-fluoride {
    height: 25.58594vw;
  }
}

.actionlinks .icon-environment {
  left: -0.97656vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 4.6875vw;
  height: 4.39453vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-environment {
    width: 24.21875vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-environment {
    height: 23.92578vw;
  }
}

.actionlinks .icon-river {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 4.88281vw;
  height: 9.76562vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-river {
    width: 24.41406vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-river {
    height: 29.29688vw;
  }
}

.actionlinks .icon-beach {
  right: 0;
  left: 0;
  top: 15px;
  margin: 0 auto;
  width: 8.20312vw;
  height: 7.61719vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-beach {
    width: 27.73438vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-beach {
    height: 27.14844vw;
  }
}

.actionlinks .icon-energy {
  left: -20px;
  top: 0;
  width: 7.51953vw;
  height: 9.27734vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-energy {
    width: 27.05078vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-energy {
    height: 28.80859vw;
  }
}

.actionlinks .icon-conserve {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3.51562vw;
  height: 5.46875vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-conserve {
    width: 23.04688vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-conserve {
    height: 25vw;
  }
}

.actionlinks .icon-source {
  left: -0.97656vw;
  top: 0;
  width: 8.59375vw;
  height: 8.78906vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-source {
    width: 28.125vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-source {
    height: 28.32031vw;
  }
}

.actionlinks .icon-loss {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9.76562vw;
  height: 8.78906vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-loss {
    width: 29.29688vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-loss {
    height: 28.32031vw;
  }
}

.actionlinks .icon-amount {
  right: -1.95312vw;
  bottom: 0;
  width: 6.25vw;
  height: 8.98438vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-amount {
    width: 25.78125vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-amount {
    height: 28.51562vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-amount {
    bottom: -1.95312vw;
  }
}

.actionlinks .icon-pressure {
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 8.88672vw;
  height: 8.20312vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-pressure {
    width: 28.41797vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-pressure {
    height: 27.73438vw;
  }
}

.actionlinks .icon-treatment {
  left: -0.97656vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 7.71484vw;
  height: 16.30859vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-treatment {
    width: 27.24609vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-treatment {
    height: 35.83984vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-treatment {
    left: -5.85938vw;
  }
}

.actionlinks .icon-leak {
  left: -0.97656vw;
  top: -1.95312vw;
  margin: 0 auto;
  width: 11.71875vw;
  height: 15.42969vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-leak {
    width: 31.25vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-leak {
    height: 34.96094vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-leak {
    left: -1.95312vw;
  }
}

.actionlinks .icon-experience {
  left: -0.97656vw;
  right: -0.97656vw;
  top: -0.97656vw;
  bottom: -0.97656vw;
  margin: auto;
  width: 100%;
  height: 100%;
}

.actionlinks .icon-trust {
  left: -0.97656vw;
  right: -0.97656vw;
  top: -0.97656vw;
  bottom: -0.97656vw;
  margin: auto;
  width: 100%;
  height: 100%;
}

.actionlinks .icon-complaints {
  left: -10%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-complaints {
    width: 80%;
    height: 80%;
  }
}

.actionlinks .icon-treating {
  left: 0;
  top: -0.97656vw;
  width: 8.69141vw;
  height: 7.71484vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-treating {
    width: 28.22266vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-treating {
    height: 27.24609vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-treating {
    top: -1.95312vw;
  }
}

.actionlinks .icon-sewage {
  right: -1.95312vw;
  bottom: -0.48828vw;
  width: 10.05859vw;
  height: 9.08203vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-sewage {
    width: 29.58984vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-sewage {
    height: 28.61328vw;
  }
}

.actionlinks .icon-flooding {
  right: 0;
  top: 0;
  bottom: -0.48828vw;
  margin: auto 0;
  width: 12.40234vw;
  height: 11.81641vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-flooding {
    width: 31.93359vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-flooding {
    height: 31.34766vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-flooding {
    width: 100%;
    height: 100%;
  }
}

.actionlinks .icon-map {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.actionlinks .icon-bill {
  right: -0.97656vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7.42188vw;
  height: 8.69141vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-bill {
    width: 26.95312vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-bill {
    height: 28.22266vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-bill {
    right: -2.44141vw;
  }
}

.actionlinks .icon-breakdown {
  left: -1.95312vw;
  bottom: -1.95312vw;
  margin: auto;
  width: 8.49609vw;
  height: 8.59375vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-breakdown {
    width: 28.02734vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-breakdown {
    height: 28.125vw;
  }
}

.actionlinks .icon-comparison {
  left: 0;
  bottom: 0;
  margin: auto;
  width: 11.71875vw;
  height: 5.17578vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-comparison {
    width: 31.25vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-comparison {
    height: 24.70703vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-comparison {
    width: 100%;
    bottom: -3.90625vw;
  }
}

.actionlinks .icon-investment {
  right: -2.92969vw;
  bottom: -2.92969vw;
  margin: auto;
  width: 9.57031vw;
  height: 9.57031vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-investment {
    width: 29.10156vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-investment {
    height: 29.10156vw;
  }
}

.actionlinks .icon-help {
  left: -0.48828vw;
  bottom: -0.48828vw;
  margin: auto;
  width: 5.17578vw;
  height: 6.05469vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-help {
    width: 24.70703vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-help {
    height: 25.58594vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-help {
    width: 16.60156vw;
    height: 16.60156vw;
  }
}

.actionlinks .icon-investment {
  right: -2.92969vw;
  bottom: -2.92969vw;
  margin: auto;
  width: 9.57031vw;
  height: 9.57031vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-investment {
    width: 29.10156vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-investment {
    height: 29.10156vw;
  }
}

.actionlinks .icon-resilience {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 7.8125vw;
  height: 7.71484vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-resilience {
    width: 27.34375vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-resilience {
    height: 27.24609vw;
  }
}

.actionlinks .icon-who {
  left: -1.46484vw;
  bottom: -0.48828vw;
  width: 8.00781vw;
  height: 7.61719vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-who {
    width: 27.53906vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-who {
    height: 27.14844vw;
  }
}

.actionlinks .icon-reviews {
  left: 0.48828vw;
  bottom: -1.46484vw;
  width: 6.05469vw;
  height: 8.10547vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-reviews {
    width: 25.58594vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-reviews {
    height: 27.63672vw;
  }
}

.actionlinks .icon-commercial {
  right: -0.48828vw;
  bottom: -0.48828vw;
  width: 8.78906vw;
  height: 9.08203vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-commercial {
    width: 28.32031vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-commercial {
    height: 28.61328vw;
  }
}

.actionlinks .icon-about {
  right: -0.68359vw;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 8.59375vw;
  height: 8.59375vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-about {
    width: 28.125vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-about {
    height: 28.125vw;
  }
}

.actionlinks .icon-contact {
  left: 0.48828vw;
  bottom: -0.48828vw;
  margin: auto 0;
  width: 7.61719vw;
  height: 7.12891vw;
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-contact {
    width: 27.14844vw;
  }
}

@media only screen and (max-width: 640px) {
  .actionlinks .icon-contact {
    height: 26.66016vw;
  }
}

/* Card back content */
.card-back-content {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #2A6086;
  padding-right: 1.46484vw;
  padding-left: 1.46484vw;
  font-size: 1.26953vw;
  font-weight: 300;
  line-height: 1.30769;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .card-back-content {
    padding-right: 5.37109vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-back-content {
    padding-left: 5.37109vw;
  }
}

@media only screen and (max-width: 640px) {
  .card-back-content {
    font-size: 5.17578vw;
  }
}

.internetexplorer-browser .card-back-content {
  display: block;
}

/* *** Loader *** */
.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5vw;
  height: 5vw;
  min-width: 50px;
  min-height: 50px;
  margin: auto;
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-bottom-color: #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin 2s linear 0s infinite;
  animation: spin 2s linear 0s infinite;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}

.dashboard-loader {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.dashboard.loading .dashboard-loader {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.page-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(20, 115, 159, 0.65);
  z-index: 100;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection
   ========================================================================== */
@media print {
  .noprint,
  .site-tagline,
  .language-switch,
  .page-header,
  .main-wrapper:before,
  .main-wrapper:after,
  .infoblock-icon:before,
  footer[role=contentinfo] {
    display: none !important;
  }
  .siteHeader {
    position: static !important;
  }
  .main-wrapper,
  .page-content,
  .page {
    padding: 0 !important;
  }
  * {
    background: transparent !important;
    fill: #000 !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  .site-logo > a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1.2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=maps/main.css.map */

/* Postcode search tool */
.postcode-search-tool{
    min-height: 200px;
}
#wuk-postcodes-form label {
    width: 15%;
    margin: 0;
    padding-right: 2%;
    line-height: 28px;
}
#wuk-postcodes-form input[type="text"]{
    margin-right: 3%;
    width: 50%;
}

#wuk-postcodes-form button{
    height: 38px;
    line-height: 32px;
    width: 30%;
    font-size: 16px;
    border: none;
}

#wuk-postcodes-form button svg{
    vertical-align: middle;
    margin-top: -2px;
}

#wuk-postcodes-form {
    margin-bottom: 20px;
}

#postcode-results-div, #loading-div {
    text-align: center;
}

#postcode-results-div table{
    width: 100%;
}

#loading{
        display: none;
        width: 5vw;
        height: 5vw;
        min-width: 50px;
        min-height: 50px;
        margin: auto;
        border-radius: 100%;
        border: 5px solid rgba(20, 115, 159, 0.5);
        border-bottom-color: #fff;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: spin 2s linear 0s infinite;
        animation: spin 2s linear 0s infinite;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        z-index: 10;
}

#postcode-results-div table th, #postcode-results-div table td {
    padding: 0;
    text-align: left;
}

#postcode-results-div table th{
    font-size: 1.3em;
    border-bottom: 1px solid #14739F;
    padding-top: 20px;
}

#postcode-results-div table td{
    width: 50%;
}

#average-minutes-lost .infopanel-content .js-tabs-panel:last-child() .has-average > .horizontal-barchart > .chart--horizontalbar{
	margin-bottom:0px!important;
}

/** 
* VU UPDATES 20/10/2021 by RW
**/

/* DASHBOARD */

ul#the-money li{
	height:50%;
}

/* QUALITY */

#quality .columns:before{
	background:none;
}

#quality .columns{
	display:block;
}

#quality .columns .column{
	float:unset;
	margin:0 auto;
}

/*#quality .infopanel-nav-item.slick-slide.slick-active:last-child, #quality .infopanel-slide.js-infopanel-slide.slick-slide.slick-current.slick-active:last-child {
    display: none;
}*/

/* TRUST */

.trust .columns.flexcell-area .flexcell:last-child{
	display:none!important;
}
.trust .columns.flexcell-area{
	justify-content: center;
}

/* CUSTOMER EXPERIENCE */

/*#customer-experience .infopanel-nav-item.slick-slide.slick-active:last-child, #customer-experience .infopanel-slide.js-infopanel-slide.slick-slide.slick-current.slick-active:last-child {
    display: none;
}*/

#customer-experience .columns-3 .flexcell:last-child{
	display:none!important;
}
#customer-experience .columns-3{
	justify-content: center;
}

/* SEWER FLOODING */

#sewer-flooding .columns .column{
	float:unset;
	margin:0 auto;
}

/*#sewer-flooding .tabs-nav-wrapper .tabs-nav, #sewer-flooding .info-pannel-wrapper .slick-arrow, #sewer-flooding .tabs-panel-wrapper .tabs-panel:last-child, #sewer-flooding .tabs-nav-wrapper .tabs-nav-item:last-child, #sewer-flooding .infopanel-nav-item.slick-slide.slick-active:last-child, #sewer-flooding .infopanel-slide.js-infopanel-slide.slick-slide.slick-current.slick-active:last-child {
    display: none;
}*/

#sewer-flooding #second-slide .tabs .tabs-nav-item:last-child, #sewer-flooding #second-slide .tabs-panels .tabs-panel:last-child, #sewer-flooding #second-slide .tabs-nav-wrapper, #sewer-flooding #third-slide .tabs-nav-wrapper{
	display:none;
}

/* LOSS OF SUPPLY */

/*#loss-of-supply .tab.is-active:after, #loss-of-supply .tab.is-active:before, #loss-of-supply .info-pannel-wrapper .slick-arrow, #loss-of-supply .tabs-panel:last-child, #loss-of-supply .tabs-nav-item:last-child, #loss-of-supply .infopanel-nav-item.slick-slide.slick-active:last-child, #loss-of-supply .infopanel-slide.js-infopanel-slide.slick-slide.slick-current.slick-active:last-child {
    display: none;
}*/

/*#loss-of-supply #second-slide .tabs .tabs-nav-item:last-child, #loss-of-supply #second-slide .tabs-panels .tabs-panel:last-child, #loss-of-supply #second-slide .tab.is-active:before, #loss-of-supply #second-slide .tab.is-active:after, #loss-of-supply #third-slide .tab.is-active:before, #loss-of-supply #third-slide .tab.is-active:after{
	display:none;
}*/

/*#loss-of-supply .tab.is-active, #loss-of-supply .tabs-nav{
	background:unset;
	padding:0px;
}

#loss-of-supply .tabs-nav span{
	font-size: 16px;
	font-weight: bold;
}*/

/* ENERGY AND EMISSIONS */

#energy-emissions .infopanel-nav-item.slick-slide.slick-active:last-child, #energy-emissions .infopanel-slide.js-infopanel-slide.slick-slide.slick-current.slick-active:last-child {
    /*display: none;*/
}

/* AMOUNT WE USE */

#amount-we-use .infopanel:first-child .tabs-panel:nth-child(2) .second-chart:before {
    left: 319px;
}

#amount-we-use .infograph-axis > li > span{
	width: 35px!important;
	text-align: center!important;
}

/*#amount-we-use #third-item, #amount-we-use #third-slide{
	display:none;
}*/

/* LEAKING PIPES */

#leaking-pipes .infopanel:first-child .tabs-panel:first-child .second-chart:before{
	left: 392px;
}

#leaking-pipes .infograph-axis > li > span{
	width: 35px!important;
}

/*#leaking-pipes #third-item, #leaking-pipes #third-slide{
	display:none;
}*/

/* COMPLAINTS */

#complaints #third-item, #complaints #third-slide{
	display:none;
}

.columns.display-first-center .column:first-child{
	width: 100%;
}

.columns.display-first-center:before, .columns.display-first-center .column:last-child{
	display: none;
}