@charset "UTF-8";
/*
* EDIXT
* Copyright 2017, EDIXT
* www.edixtb2b.com
*/
/* INCLUDES */
.text-muted{color:#6c757d !important}
.bg-white {background: #fff}
.text-lg {font-size: 1.2em}
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.pe-2x {
  font-size: 2em; }

.pe-3x {
  font-size: 3em; }

.pe-4x {
  font-size: 4em; }

.pe-5x {
  font-size: 5em; }

.pe-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.font-m {
  font-size: 1.1em;
}

.font-lg {
  font-size: 1.2em;
}

.font-xl {
  font-size: 1.3em;
}

.font-xxl {
  font-size: 1.5em;
}

.font-xxxl {
  font-size: 1.7em;
}

.pe-ul > li {
  position: relative; }

.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }

.pe-li.pe-lg {
  left: -1.8571428571428572em; }

.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.pe.pull-left {
  margin-right: .3em; }

.pe.pull-right {
  margin-left: .3em; }

.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.pe-stack-1x {
  line-height: inherit; }

.pe-stack-2x {
  font-size: 2em; }

.pe-inverse {
  color: #ffffff; }

.pe-va {
  vertical-align: middle; }

.pe-border {
  border: solid 0.08em #eaeaea; }

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block; }

.intro-animation div {
  position: absolute; }

.border-radius {border-radius: 8px !important;}

.hero-element-1 {
  width: 60px;
  height: 60px;
  left: 50%;
  background-color: #ffffff;
  border-radius: 50px;
  background-image: url("../images/logos/intro/Tesco.png");
  -webkit-background-size: contain;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  margin: 0px auto;
  z-index: 1;
  -webkit-animation: step1-1 5000ms ease-in-out;
  animation: step1-1 5000ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms; }

@keyframes step1-1 {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  6% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  12% {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  18% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  24% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  30% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    left: 50%;
    top: 0; }
  70% {
    left: 70%;
    top: 0px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  90% {
    opacity: 1; }
  100% {
    left: 70%;
    top: 0px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.hero-element-1-pulse {
  background: rgba(255, 255, 255, 0);
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  -webkit-animation: pulse 400ms ease-in-out;
  animation: pulse 400ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms; }

.hero-element-2 {
  width: 60px;
  height: 60px;
  left: 90%;
  top: -60px;
  background-color: #ffffff;
  border-radius: 50px;
  background-image: url("../images/logos/intro/BQ.png");
  -webkit-background-size: contain;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  margin: 0px auto;
  -webkit-animation: step1-2 5000ms ease-in-out;
  animation: step1-2 5000ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms; }

.banner-image {
  border-radius:8px;
  height:500px;
  margin-left:50px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
}

@keyframes step1-2 {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  6% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  12% {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  18% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  24% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  30% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    left: 90%;
    top: -60px; }
  70% {
    left: 70%;
    top: 80px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  90% {
    opacity: 1; }
  100% {
    left: 70%;
    top: 80px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.hero-element-2-pulse {
  background: rgba(255, 255, 255, 0);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  left: 90%;
  top: -60px;
  -webkit-animation: pulse 800ms ease-in-out;
  animation: pulse 800ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms; }

.hero-element-3 {
  width: 60px;
  height: 60px;
  left: 60%;
  top: 300px;
  background-color: #ffffff;
  border-radius: 50px;
  background-image: url("../images/logos/intro/nhs.png");
  -webkit-background-size: contain;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  margin: 0px auto;
  -webkit-animation: step1-3 5000ms ease-in-out;
  animation: step1-3 5000ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms; }

@keyframes step1-3 {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  6% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  12% {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  18% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  24% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  30% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    left: 60%;
    top: 300px; }
  70% {
    left: 70%;
    top: 160px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  90% {
    opacity: 1; }
  100% {
    left: 70%;
    top: 160px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.hero-element-3-pulse {
  background: rgba(255, 255, 255, 0);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  left: 60%;
  top: 300px;
  -webkit-animation: pulse 800ms ease-in-out;
  animation: pulse 800ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms; }

.hero-element-4 {
  width: 60px;
  height: 60px;
  left: 70%;
  top: 90px;
  background-color: #ffffff;
  border-radius: 50px;
  background-image: url("../images/logos/intro/warehouse.png");
  -webkit-background-size: contain;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  margin: 0px auto;
  -webkit-animation: step1-4 5000ms ease-in-out;
  animation: step1-4 5000ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms; }

@keyframes step1-4 {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  6% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  12% {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  18% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  24% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  30% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    left: 70%;
    top: 90px; }
  70% {
    left: 70%;
    top: 240px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  90% {
    opacity: 1; }
  100% {
    left: 70%;
    top: 240px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.hero-element-4-pulse {
  background: rgba(255, 255, 255, 0);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  left: 70%;
  top: 90px;
  -webkit-animation: pulse 800ms ease-in-out;
  animation: pulse 800ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms; }

.hero-element-5 {
  width: 60px;
  height: 60px;
  left: 85%;
  top: 190px;
  background-color: #ffffff;
  border-radius: 50px;
  background-image: url("../images/logos/intro/sap.png");
  -webkit-background-size: contain;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  margin: 0px auto;
  -webkit-animation: step1-5 5000ms ease-in-out;
  animation: step1-5 5000ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms; }

@keyframes step1-5 {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  6% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  12% {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  18% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  24% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  30% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    left: 85%;
    top: 190px; }
  70% {
    left: 70%;
    top: 320px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  90% {
    opacity: 1; }
  100% {
    left: 70%;
    top: 320px;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.hero-element-5-pulse {
  background: rgba(255, 255, 255, 0);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  left: 85%;
  top: 190px;
  -webkit-animation: pulse 800ms ease-in-out;
  animation: pulse 800ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms; }

@keyframes pulse {
  0% {
    background: rgba(255, 255, 255, 0.5);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    background: rgba(255, 255, 255, 0); } }
.hero-element-6 {
  -webkit-animation: fadeIn 500ms ease-in-out;
  animation: fadeIn 500ms ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 6000ms;
  animation-delay: 6000ms;
  opacity: 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 4px 0px rgba(255, 255, 255, 0.8);
  border-radius: 8px 8px 0px 0px;
  height: 200%;
  width: 35%;
  background-color: #f5f6fc;
  left: 55%;
  top: -85px;
  padding-top: 50px;
  min-width: 380px; }

.hero-element-6-pulse {
  animation-fill-mode: forwards;
  -webkit-animation: pulse2 500ms ease-in-out;
  animation: pulse2 500ms ease-in-out;
  -webkit-animation-delay: 10500ms;
  animation-delay: 10500ms;
  left: 55%;
  top: -35px;
  padding-top: 50px;
  min-width: 380px;
  height: 175%;
  width: 35%; }

@keyframes pulse2 {
  0% {
    background: rgba(255, 255, 255, 0.5);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(255, 255, 255, 0); } }
.browser-top {
  border-radius: 8px 8px 0px 0px;
  height: 10px;
  padding: 12px 0px;
  width: 100%;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  background-color: #e3e7f7;
  z-index: 1;
  top: 0; }

span.window-button {
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0.06);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.04) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.04) 100%);
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  margin-left: 8px;
  vertical-align: top; }

.browser-content {
  padding: 10px;
  position: relative !important; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -85px; }
  100% {
    opacity: 1;
    top: -35px; } }
.intro-notification {
  width: 90%;
  background-color: #ffffff;
  position: relative !important;
  padding: 0px 10px;
  margin: 0 auto;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  line-height: 0; }

.intro-notification:first-child {
  border-radius: 5px 5px 0px 0px; }

.intro-noti-icon {
  height: 50px;
  vertical-align: middle; }

.noti-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative !important;
  margin-top: 30px; }

.noti-head {
  margin-bottom: 2.5rem;
  color: #258BF8;
  font-size: 15px; }

.noti-content {
  opacity: 0.4;
  color: #000000; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  padding: 25px; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #ffffff; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 35px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 400px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

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

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

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

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

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

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

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

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

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

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

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #343f52 !important; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
  font-weight: 400; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0;
  color: #343f52 !important; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #4ca3ff; }

a:hover {
  color: #4597f6; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #4ca3ff;
  border-color: #4ca3ff; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #4597f6;
  border-color: #4597f6; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

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

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

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

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

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

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

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block; }

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0); }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }

.twentytwenty-before-label:before {
  content: "Before"; }

.twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-after-label:before {
  content: "After"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5); }

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1; }

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0px;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0px;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #4A4A4A;
  background: rgba(10, 10, 10, 0.9); }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #4A4A4A;
  border-bottom-color: rgba(10, 10, 10, 0.9); }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #4A4A4A;
  border-left-color: rgba(10, 10, 10, 0.9); }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #4A4A4A;
  border-right-color: rgba(10, 10, 10, 0.9); }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #4A4A4A;
  border-top-color: rgba(10, 10, 10, 0.9); }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -8px; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
  left: -8px; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  padding-top: 10px;
  text-align: center;
  background-color: transparent; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #4ca3ff; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*! jQuery UI - v1.12.1 - 2017-03-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=flick&cornerRadiusShadow=0px&offsetLeftShadow=-4px&offsetTopShadow=-4px&thicknessShadow=4px&opacityShadow=60&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=80&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=eeeeee&iconColorError=ff0084&fcError=222222&borderColorError=ff0084&bgImgOpacityError=55&bgTextureError=flat&bgColorError=ffffff&iconColorHighlight=0073ea&fcHighlight=444444&borderColorHighlight=cccccc&bgImgOpacityHighlight=55&bgTextureHighlight=flat&bgColorHighlight=ffffff&iconColorActive=454545&fcActive=ff0084&borderColorActive=dddddd&bgImgOpacityActive=65&bgTextureActive=glass&bgColorActive=ffffff&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=0073ea&bgImgOpacityHover=25&bgTextureHover=highlight_soft&bgColorHover=0073ea&iconColorDefault=666666&fcDefault=0073ea&borderColorDefault=dddddd&bgImgOpacityDefault=100&bgTextureDefault=highlight_soft&bgColorDefault=f6f6f6&iconColorContent=ff0084&fcContent=444444&borderColorContent=dddddd&bgImgOpacityContent=75&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=0073ea&fcHeader=444444&borderColorHeader=dddddd&bgImgOpacityHeader=50&bgTextureHeader=highlight_soft&bgColorHeader=dddddd&cornerRadius=2px&fsDefault=1.1em&fwDefault=bold&ffDefault=Helvetica%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #ddd; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #444; }

.ui-widget-content a {
  color: #444; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #ddd url("images/ui-bg_highlight-soft_50_dddddd_1x100.png") 50% 50% repeat-x;
  color: #444;
  font-weight: bold; }

.ui-widget-header a {
  color: #444; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #ddd;
  background: #f6f6f6 url("images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #0073ea;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #0073ea;
  background: #0073ea url("images/ui-bg_highlight-soft_25_0073ea_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #fff;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #ddd;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #ddd;
  background-color: #ff0084; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #ccc;
  background: #fff;
  color: #444; }

.ui-state-checked {
  border: 1px solid #ccc;
  background: #fff; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #444; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #fff;
  color: #222; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #222; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #222; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_0073ea_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ff0084_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_666666_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 2px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 2px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 2px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 2px; }

.ui-widget-overlay {
  background: #eee;
  opacity: .8;
  filter: Alpha(Opacity=80); }

.ui-widget-shadow {
  -webkit-box-shadow: -4px -4px 4px #aaa;
  box-shadow: -4px -4px 4px #aaa; }

/*! jQuery-ui-Slider-Pips - v1.11.1 - 2015-11-30
* Copyright (c) 2015 Simon Goellner <simey.me@gmail.com>; Licensed MIT */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em; }

.ui-slider-pips .ui-slider-label, .ui-slider-pips .ui-slider-pip-hide {
  display: none; }

.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block; }

.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: .8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 20px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default; }

.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%; }

.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em; }

.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: #000;
  font-weight: 700; }

.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em; }

.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -.5em; }

.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0; }

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: .5em;
  margin-left: 0;
  margin-top: -.5em;
  width: 2em; }

.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label, .ui-slider-float .ui-slider-handle:focus, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: 0; }

.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 34px;
  margin-left: -18px;
  left: 50%;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #888;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  color: #333;
  -webkit-transition-property: opacity,top,visibility;
  transition-property: opacity,top,visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms,200ms,0ms;
  transition-duration: 200ms,200ms,0ms;
  -webkit-transition-delay: 0ms,0ms,200ms;
  transition-delay: 0ms,0ms,200ms; }

.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms,200ms,0ms;
  transition-delay: 200ms,200ms,0ms; }

.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px; }

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: 400; }

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after, .ui-slider-float .ui-slider-tip:after {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px; }

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before, .ui-slider-float .ui-slider-tip:before {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(255, 255, 255, 0);
  border-top-color: #888;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px; }

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  top: -10px; }

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px; }

.ui-slider-vertical.ui-slider-float .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms,200ms,0;
  transition-duration: 200ms,200ms,0;
  -webkit-transition-property: opacity,left,visibility;
  transition-property: opacity,left,visibility;
  -webkit-transition-delay: 0,0,200ms;
  transition-delay: 0,0,200ms; }

.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip, .ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after, .ui-slider-vertical.ui-slider-float .ui-slider-tip:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before, .ui-slider-vertical.ui-slider-float .ui-slider-tip:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #fff;
  right: auto;
  left: -10px; }

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px; }

.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: 700;
  color: #14CA82; }

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9; }

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: 700;
  color: #FF7A00; }

.ui-slider-pips .ui-slider-pip-inrange {
  color: #000; }

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #E70081; }

.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line, .ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line {
  background: #000; }

/* GLOBAL VARIABLES */
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

/* COLOUR SCHEMA */
.theme-grey {
  color: #333333; }

.theme-red {
  color: #EC555C; }

.bg-red {
  background-color: #EC555C; }

.theme-blue {
  color: #4ca3ff; }

.theme-alt-blue {
  color: #105e94; }

.bg-blue {
  background-color: #4ca3ff; }

.theme-green {
  color: #40BC86; }

.bg-green {
  background-color: #40BC86; }

.theme-yellow {
  color: #FCB410; }

.bg-yellow {
  background-color: #FCB410; }

.theme-purple {
  color: #3f354e; }

.bg-purple {
  background-color: #3f354e; }

.textg-purple {
  background: -webkit-linear-gradient(left, #624fbe, #b06bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #624fbe;
  /* IE OVERRIDE */ }

.textg-blue {
  background: -webkit-linear-gradient(141deg, #4ca3ff, #012690);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #012690;
  /* IE OVERRIDE */ }

.textg-orange {
  background: -webkit-linear-gradient(left, #e6554f, #f9a044);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #e6554f;
  /* IE OVERRIDE */ }

.textg-green {
  background: -webkit-linear-gradient(left, #030d50, #2eccb2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #030d50;
  /* IE OVERRIDE */ }

.textg-green-alt {
  background: -webkit-linear-gradient(left, #56ab2f, #a8e063);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #56ab2f;
  /* IE OVERRIDE */ }

.textg-multi {
  background: linear-gradient(to right, #7e06ff, #4ca3ff 73%, #00f1c2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #4ca3ff;
  /* IE OVERRIDE */ }

.button-white {
  background-color: #ffffff;
  border: none; }

.button-white:hover {
  background-color: #ffffff;
  color: #4ca3ff; }

.navbar .button-white-outline {
  opacity: 0.85; }

.navbar-link {
  font-weight: 400; }

.button-white-outline-square {
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff !important;
  text-transform: none;
  margin: 0;
  text-transform: uppercase; }

.button-white-outline-square:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #4ca3ff !important; }

.button-white-outline {
  border: 2px solid #ffffff !important;
  border-radius: 8px;
  color: #ffffff !important;
  text-transform: none;
  font-size: 15px;
  font-weight: 400; }

.button-white-outline:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 8px;
  color: #4ca3ff !important; }

.nav-scroll .button-white-outline {
  border: 2px solid #4ca3ff !important;
  border-radius: 8px;
  color: #4ca3ff !important; }

.nav-scroll .button-white-outline:hover {
  border: 2px solid #4ca3ff;
  background-color: #4ca3ff;
  border-radius: 8px;
  color: #ffffff !important; }

.button-blue-outline {
  border: 2px solid #4ca3ff !important;
  border-radius: 8px;
  color: #4ca3ff !important;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
}

.button-blue-outline:hover {
  border: 2px solid #4ca3ff;
  background-color: #4ca3ff;
  border-radius: 8px;
  color: #ffffff !important; }

.button-outline {
  background-color: #ffffff;
  border: 1px solid #e6eaef;
  color: #4ca3ff; }

.button-outline:hover {
  border: 1px solid #4ca3ff; }

.button-red {
  background-color: #EC555C;
  border: none;
  color: #ffffff; }

.button-blue {
  background-color: #4ca3ff;
  border: none;
  color: #ffffff; }

.button-blue:hover {
  color: #ffffff;
  background-color: #3898ff; }

.button-alt-blue {
  background-color: #105e94;
  border: none;
  color: #ffffff; }

.button-alt-blue:hover {
  color: #ffffff;
  background-color: #4ca3ff; }

.button-green {
  background-color: #40BC86;
  border: 1px solid #2a7f5a;
  color: #ffffff;
  transition: background-color 0.2s ease;
}

.button-green:hover {
  background-color: #2a7f5a; }

.button-yellow {
  background-color: #FCB410;
  border: none;
  color: #ffffff; }

.button-purple {
  background-color: #3f354e;
  border: none;
  color: #ffffff; }

.button-lgrey {
  background-color: #DAE2EB;
  border: none;
  color: #333333; }

.button-lgrey:hover {
  background-color: #c5ced8; }

.btn-sm {
  border-radius: 3px;
  display: inline-block;
  padding: 3px 6px;
  font-size: 14px;
  text-decoration: none; }

.hover {
  transition: all 0.2s;
}

.hover:hover {
  background: rgba(255,255,255,0.2);
}

.pill-input {
  border-radius: 50px !important; }

.pill-button {
  border-radius: 30px !important;
}

.discount-banner {
  margin: 20px 0 0 0;
  padding: 10px 0;
  background: #105e94; }

/* GENERAL */
h1, h2, h3, h4, h5 {
  font-weight: 300;
  color: #35383f; }

p {
  color: #2c2d30; }

.text-white {
  color: #f5f5f5 !important; }

.text-grey {
  color: #35383f; }

.text-dgrey {
  color: #2c2d30; }

.text-lgrey {
  color: #333333; }

.text-dblue {
  color: #22313F; }

.text-enterprise {
  color: #BFBFC1; }

.text-padding {
  padding: 30px 0; }

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

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

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

.text-uppercase {
  text-transform: uppercase; }

.semi-bold {
  font-weight: 400; }

.bold {
  font-weight: 600; }

.bolder {
  font-weight: 700; }

.no-margin {
  margin: 0 !important; }

.justify {
  text-align: justify; }

.f-right {
  float: right; }

.f-left {
  float: left; }

.blue-hr {
  border-top: 2px solid #4ca3ff; }

::selection {
  background: #4ca3ff;
  color: #ffffff; }

::-moz-selection {
  background: #4ca3ff;
  color: #ffffff; }

.mini-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
  width: 50px; }

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.angle-right {
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%); }

.angle-left {
  -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%); }

.hero-title {
    font-size: 3.1em !important;
    position: relative;
    color: transparent;
}

.hero-title::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #7e06ff, #4ca3ff 73%, #00f1c2);
    -webkit-background-clip: text;
    color: transparent;
}

.page-title {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 10px;
  color: #343f52; }

.page-title-m {
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 10px; }

.page-title-sm {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.5; }

.page-title-xs {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.page-title-xs-2 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px; }

.title-hr {
  background-color: #edf4f9;
  border-style: none;
  height: 2px;
  margin: 30px 0;
  width: 100%; }

.thin-hr {
  background-color: #ffffff;
  border-style: none;
  height: 1px;
  margin: 20px 0;
  width: 100%;
  opacity: .2; }

.tooltip {
  cursor: pointer;
  background: -webkit-linear-gradient(left, #4ca3ff, #012690);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; }

.hp-stat {
  font-size: 70px; }

input {
  border: 1px solid #D1D1D1; }

.section-title {
  color: #555555; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  padding: 10px;
  border-radius: 8px; }

.alert-error {
  color: #842029;
  background-color: #f8d7da;
  padding: 10px;
  border-radius: 8px;
  border-color: #f5c2c7; }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.margin-left-10 {
  margin-left: 10px; }

.mb0 {
  margin-bottom: 0px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.mb15 {
  margin-bottom: 15px; }

.mt15 {
  margin-top: 15px; }

.mt70 {
  margin-top: 70px; }

.mt30 {
  margin-top: 30px; }

.z30 {
  z-index: 30; }

.lh50 {
  line-height: 50px; }

.ml50 {
  margin-left: 50px; }

.w80 {
  width: 80%;
  max-width: 90px; }

.pt60 {
  padding-top: 130px; }

.vam {
  vertical-align: middle; }

.blue-link {
  text-decoration: none; }

.opacity6 {
  opacity: 0.6; }

.opacity8 {
  opacity: 0.8; }

.right-border {
  border-right: 1px solid #E1E1E1; }

.right-thin-border {
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.vertical-line {
  border-right: 1px solid rgba(255, 255, 255, 0.129);
  float: left;
  height: 813px; }

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.inline {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px; }

.vertical-center {
  display: flex;
  align-items: center; }

.relative {
  position: relative; }

.italic {
  font-style: italic; }

.white-bg {
  background-color: #ffffff; }

.text-shadow {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.overflow-hidden {
  overflow: hidden; }

.no-bot-pad {
  padding-bottom: 0px !important; }

.no-padding {
  padding: 0px !important; }

.no-bot-mar {
  margin-bottom: 0px !important; }

.no-top-mar {
  margin-top: 0px !important; }

.absolute {
  position: absolute; }

.select2 {
  width: 100% !important;
  margin-bottom: 15px !important; }

.select2-container .select2-selection--single {
  height: 38px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important; }

.select2-container--default .select2-selection--single {
  border: 1px solid #D1D1D1 !important; }

.hidden {
  display: none; }

.alert {
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.box-shadow {
  border-radius: 5px;
  box-shadow: 0 1px 8px 0 rgba(23, 28, 33, 0.1);
  padding: 15px; }

.border-radius-10 {
  border-radius: 10px; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 40;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  z-index: 8999; }

.modal-overlay.state-show {
  opacity: .7;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s; }

.modal-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  visibility: hidden;
  z-index: 9999; }

.modal-frame.state-appear {
  visibility: visible; }

.modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible; }

.modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1); }

.modal-frame.state-leave {
  visibility: visible; }

.modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible; }

.modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px); }

.ref-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 40;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  z-index: 8999; }

.ref-modal-overlay.state-show {
  opacity: .7;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s; }

.ref-modal-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  visibility: hidden;
  z-index: 9999; }

.ref-modal-frame.state-appear {
  visibility: visible; }

.ref-modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible; }

.ref-modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1); }

.ref-modal-frame.state-leave {
  visibility: visible; }

.ref-modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible; }

.ref-modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px); }

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px); } }
.modal {
  display: block;
  vertical-align: middle;
  width: 700px; }

.modal-inset {
  position: relative;
  background-color: white;
  min-width: 320px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.modal-inset .contact-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 5px;
  padding: 10px;
  z-index: 9999;
  color: #ffffff; }

.modal-inset .announce-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  z-index: 9999;
  color: #ffffff; }

.modal-inset .contact-close:hover {
  opacity: 1; }

.modal-body {
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.modal-body h3 {
  font-weight: 700;
  padding-bottom: 22px;
  display: block;
  color: #F2594B;
  text-align: center; }

.modal-body p {
  padding-bottom: 20px; }

.modal-body .ps {
  font-size: 12px;
  opacity: .3; }

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03); }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); } }
@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); } }
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1); }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97); } }
.contact-logo {
  height: 40px; }

.cmodal-icon {
  color: #35383f; }

.contact-modal-map {
  position: absolute;
  left: 0;
  height: 100%;
  opacity: .2;
  z-index: 1; }

.announce-modal-bg {
  position: absolute;
  left: 0;
  height: 100%;
  opacity: .8;
  z-index: 1; }

.contact-modal-left {
<<<<<<< HEAD
=======
  background-color: #fff;
  color: #4ca3ff;
>>>>>>> 764334424305a5fc5e46db7bdf0ebec72c376e75
  padding: 60px;
  position: relative;
  z-index: 2;
  text-align: left; }

.contact-modal-right {
  background-color: #4ca3ff;
  padding: 60px;
  position: relative;
  z-index: 2; }

.contact-input {
  background-color: transparent !important;
  border: 1px solid #ffffff;
  color: #ffffff; }

.contact-input::-webkit-input-placeholder {
  color: #ffffff; }

.contact-input::-webkit-input-placeholder {
  color: #ffffff; }

.contact-input:-moz-placeholder {
  color: #ffffff;
  opacity: 1; }

.contact-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1; }

.contact-input:-ms-input-placeholder {
  color: #ffffff; }

.contact-input::-ms-input-placeholder {
  color: #ffffff; }

/* PSEUDO */
::-webkit-scrollbar {
  width: 12px;
  background-color: #ffffff; }

::-webkit-scrollbar-thumb {
  background: #333333;
  opacity: 0.95; }

/* NAVBAR */
.navbar {
  position: fixed;
  height: 70px;
  width: 100%;
  opacity: 1;
  z-index: 7999; }

.navbar-stick {
  position: fixed;
  height: 70px;
  width: 100%;
  opacity: 0.95;
  z-index: 9999;
  background-color: #ffffff; }

.nav-spacer {
  height: 70px; }

.non-stick {
  position: absolute !important;
  top: initial; }

.navbar-list {
  float: right;
  margin-right: 10px; }

.navbar-list li {
  display: inline-block;
  margin-right: 20px;
  line-height: 70px; }

.navbar-item a {
  line-height: 60px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 8px;
  color: #333;
  opacity: 0.85; }

.navbar-item a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
  opacity: 0.85; }

.navbar-item a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #333;
  padding: 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.85; }

.nav-scroll .navbar-item a.active {
  background-color: rgba(76, 163, 255, 0.1);
  color: #333333;
  padding: 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.85; }

.navbar-stick .navbar-item a:hover {
  color: #333333; }

.navbar-phone {
  color: #ffffff;
  opacity: 0.95;
  font-size: 1.5em !important; }

.nav-scroll {
  background: white;
  opacity: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  animation-name: navscroll;
  animation-duration: 500ms; }

.nav-scroll .navbar-item a, .navbar-stick a {
  color: #333333; }

.nav-scroll .navbar-phone {
  color: #333333; }

.navbar-stick {
  background: white;
  opacity: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

@keyframes navscroll {
  0% {
    top: -70px; }
  100% {
    top: 0; } }
.nav-anim-out {
  animation-name: navscroll2;
  animation-duration: 500ms;
  background:#fff;
}

@keyframes navscroll2 {
  0% {
    top: -70px; }
  100% {
    top: 0; } }
.logo {
  line-height: 70px; }

.logo img {
  height: 30px;
  margin-top: 20px; }

.nav-container {
  max-width: 1200px;
  margin: 0 auto; }

/* -- HAMBURGER -- */
#hamburger {
  height: 5rem;
  width: 5rem;
  transition: 0.3s;
  display: none;
  position: fixed;
  right: 10px;
  top: 12px;
  z-index: 100; }

#hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 3rem;
  border: 0.25rem solid white;
  border-radius: 3rem;
  margin: -0.25rem 0 0 -1.75rem;
  transition: 0.3s; }

#hamburger.open span {
  height: 3rem;
  margin: -1.875rem 0 0 -1.875rem;
  border-width: 0.375rem; }

#hamburger span:before,
#hamburger span:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 3.5rem;
  height: 0.5rem;
  background: white;
  border-radius: 3rem;
  margin: 0 0 0 -1.75rem;
  transition: 0.3s; }

#hamburger.open span:before,
#hamburger.open span:after {
  top: 1.1875rem;
  width: 2rem;
  margin: 0 0 0 -1rem; }

#hamburger span:before {
  top: -1.125rem; }

#hamburger.open span:before {
  transform: rotate(-135deg); }

#hamburger span:after {
  top: 0.625rem; }

#hamburger.open span:after {
  transform: rotate(135deg); }

.nav-scroll #hamburger span, .navbar-stick #hamburger span {
  border: 0.25rem solid #333333; }

.nav-scroll #hamburger span:before, .nav-scroll #hamburger span:after, .navbar-stick #hamburger span:before, .navbar-stick #hamburger span:after {
  background: #333333; }

/* -- SIDE MENU -- */
.wrap {
  position: relative; }

.panel {
  background: #333333;
  opacity: 0.95;
  z-index: 90;
  margin-top: 70px;
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  display: none;
  text-align: center;
  overflow: auto; }

.panel-container {
  overflow: auto; }

.panel a {
  color: #ffffff;
  text-decoration: none; }

.panel ul {
  margin-bottom: 10px; }

.panel li:hover {
  background-color: #ffffff;
  color: #333333; }

.panel li {
  list-style: none;
  padding: 10px; }

.panel li.active {
  background-color: #ffffff;
  color: #333333; }

.nav-social {
  vertical-align: middle; }

.nav-social:hover {
  background-color: #4ca3ff; }

.nav-social:hover i {
  color: #ffffff; }

.nav-social i {
  color: #4ca3ff;
  font-size: 27px;
  vertical-align: middle; }

/* About us */
.quote-about {
  font-size: 50px; }

.quotetext-about {
  font-size: 1.5em;
  color: #fff; }

/* HEROS */
.hero-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-image: radial-gradient(ellipse farthest-side at 100% 120%, #FFC294 10%, #87FFDA 50%, #4ca3ff 110%); }

.home-hero {
  padding: 70px 0 70px 0;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  max-height: 750px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center; }

.partner-hero {
  /*opacity: 0.88;*/
  padding: 70px 0 0 0;
  width: 100%;
  height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-image: -webkit-linear-gradient(167deg, #030d50 25%, #2eccb2 79%), linear-gradient(#4e1b4e, #4e1b4e);
  background-image: linear-gradient(167deg, #030d50 25%, #2eccb2 79%), linear-gradient(#4e1b4e, #4e1b4e);
  padding-top: 60px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center; }

.home-hero-content-alignment {
  display: flex;
  align-items: center; }

.hero-separator svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw; }


.hero-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(23, 28, 33, 0.1); }

.hero-form > form input button .alert {
  max-width: 280px;
  text-align: left; }

.hero-form > form, .alert {
  padding: 0;
  margin: 0 auto 15px auto; }

.hero-form > form, .alert-container {
  padding: 10px; }

.hero-form p {
  margin-bottom: 0; }

.hero-form-container {
  padding: 30px 40px; }

.hero-form-titles {
  padding-bottom: 40px; }

.hero-form-title {
  font-size: 22px;
  font-weight: bold; }

.hero-form-title-secondary {
  font-size: 28px;
  font-weight: bold;
  color: #4ca3ff; }

.hero-input-form-container {
  display: flex;
  flex-flow: column;
  justify-content: center; }

.hero-form-terms {
  color: #757575;
  font-size: 13px; }

.partner-signup-info {
  text-align: left;
  margin-bottom: 15px;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 6px 10px; }

.partner-signup-info img {
  height: 20px;
  margin-right: 10px;
  vertical-align: middle; }

#home-canvas {
  width: 100%;
  height: 100%;
  position: absolute !important;
  opacity: 0.7;
  top: 0; }

#home-canvas div {
  background: none !important; }

.home-hero-content {
  vertical-align: middle;
  width: 100%;
  display: inline-block; }

.hero {
  height: 500px;
  width: 100%; }

.button-gradient {
  background: linear-gradient(to right, #7e06ff, #4ca3ff);
}

.hero-gradient {
  background: #4ca3ff;
  background: linear-gradient(to right, #7e06ff, #4ca3ff 73%, #00f1c2);
  padding-top: 100px; }

.product-hero-gradient {
  background-image: -webkit-radial-gradient(ellipse farthest-side at 100% 150%, #dbf6c8 20%, #4ca3ff 50%, #012690 110%);
  background-image: radial-gradient(ellipse farthest-side at 100% 150%, #dbf6c8 10%, #4ca3ff 50%, #012690 110%);
  padding-top: 60px;
  position: relative; }

.careers-gradient {
  background-image: -webkit-linear-gradient(left top, #35115a 20%, #84355a 45%, #d25959 62%, #e67e53 83%, #f9a24d 100%);
  background-image: linear-gradient(to right bottom, #35115a 20%, #84355a 45%, #d25959 62%, #e67e53 83%, #f9a24d 100%);
  padding-top: 60px; }

.hero-medium {
  min-height: 25vh; }

.hero90 {
  min-height: 90vh;
  width: 100%; }

.hero-auto {
  width: 100%; }

.product-hero {
  background-image: url(../images/pictures/PRODUCT-UI-MOCKUP.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  z-index: 30;
  position: relative;
  text-align: center; }

.center-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.text-white-link {
  color: #ffffff !important; }

.dash-container {
  height: 450px;
  width: 90%;
  max-width: 1000px;
  background-color: #ffffff;
  z-index: 25;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 4px 0px rgba(255, 255, 255, 0.8); }

.dash-container-aside {
  height: 450px;
  width: 90%;
  max-width: 1000px;
  background-color: #ffffff;
  z-index: 25;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 4px 0px rgba(255, 255, 255, 0.8); }

.dash-sidebar {
  width: 100px;
  height: calc(100% - 34px);
  background-color: #4ca3ff;
  text-align: center;
  padding: 0 15px;
  display: inline-block;
  float: left; }

.dash-sidebar-title {
  color: #ffffff;
  margin-top: 10px; }

.dash-sidebar ul {
  list-style: none; }

.dash-sidebar i {
  margin-right: 8px;
  font-size: 12px;
  vertical-align: middle; }

.dash-sidebar li {
  border-radius: 6px;
  padding: 5px;
  font-size: 10px;
  color: #ffffff;
  cursor: pointer; }

.dash-sidebar li:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.product-hero-overlay {
  height: 100%;
  width: 100%;
  z-index: 9999;
  position: relative; }

.dash-widget-container {
  float: left;
  width: calc(100% - 130px);
  display: inline-block;
  margin-left: 0;
  height: calc(100% - 34px);
  overflow-y: hidden; }

.dash-title-container {
  border-bottom: 1px solid #F1F1F1;
  text-align: right;
  padding: 15px 0;
  width: 100%;
  font-size: 10px; }

.dash-title-container i {
  color: #4ca3ff;
  margin-right: 5px; }

.dash-title-container span {
  margin-right: 15px; }

.dash-widget {
  border-radius: 2px;
  border-bottom: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  border-top: 3px solid #4ca3ff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%; }

.widget-title {
  width: 100%;
  font-size: 14px; }

.widget-data {
  width: 100%;
  font-size: 20px; }

.four-widget-area {
  padding: 20px; }

.two-widget-area {
  padding: 0 20px; }

.absolute-i {
  position: absolute !important; }

.window-container {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  width: 90%;
  max-width: 1200px;
  height: 620px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px 8px 0px 0px;
  -webkit-box-shadow: 2px -3px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px -3px 6px 2px rgba(0, 0, 0, 0.1);
  z-index: 10;
  overflow: hidden; }

.window-nav {
  width: 100%;
  height: 30px;
  background-color: #edf0f2;
  border-radius: 8px 8px 0px 0px; }

.window-button-container {
  padding: 4px 0px 0px 6px; }

.window-nav-button {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 4px;
  cursor: pointer; }

.window-btn-red {
  background-color: #ff7068; }

.window-btn-yellow {
  background-color: #ffbd2e; }

.window-btn-green {
  background-color: #28cb42; }

.product-nav {
  background-color: #3a3f4a;
  width: 100%;
  height: 40px; }

#window-menu {
  height: 4rem;
  width: 5rem;
  transition: 0.3s;
  display: none;
  position: absolute;
  z-index: 100; }

#window-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 3rem;
  border: 0.25rem solid white;
  border-radius: 3rem;
  margin: -0.25rem 0 0 -1.75rem;
  transition: 0.3s; }

#window-menu.open span {
  height: 3rem;
  margin: -1.875rem 0 0 -1.875rem;
  border-width: 0.375rem; }

#window-menu span:before,
#window-menu span:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 3.5rem;
  height: 0.5rem;
  background: white;
  border-radius: 3rem;
  margin: 0 0 0 -1.75rem;
  transition: 0.3s; }

#window-menu.open span:before,
#window-menu.open span:after {
  top: 1.1875rem;
  width: 2rem;
  margin: 0 0 0 -1rem; }

#window-menu span:before {
  top: -1.125rem; }

#window-menu.open span:before {
  transform: rotate(-135deg); }

#window-menu span:after {
  top: 0.625rem; }

#window-menu.open span:after {
  transform: rotate(135deg); }

.product-logo {
  height: 30px;
  opacity: 0.8;
  padding: 5px 0px 0px 60px; }

.product-settings {
  float: right;
  color: #ffffff;
  padding: 6px 6px 0px 0px;
  cursor: pointer; }

.product-settings span {
  font-size: 26px;
  vertical-align: middle; }

.product-side-bar {
  background-color: #31353e;
  height: 100%;
  width: 200px;
  float: left; }

.partner-circle {
  width: 100%;
  max-width: 320px; }

.support-icon {
  width: 100%;
  max-width: 320px; }

.support-section {
  padding:120px 0;
}

.icon-bubble {
  border-radius: 50%;
  padding: 10px;
  background-color: #ffffff;
  display: inline-block;
  font-size: 40px;
  line-height: 25px;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }

.product-icon28 {
  font-size: 28px; }

.product-icon30 {
  font-size: 30px; }

.product-icon40 {
  font-size: 40px; }

.sidebar-title {
  text-transform: uppercase;
  color: #c4ccda;
  font-size: 0.9em;
  font-weight: bold;
  margin: 15px 0px 0px 10px;
  letter-spacing: 0.8px; }

.sidebar-list {
  width: 100%;
  list-style: none;
  margin-top: 10px; }

.sidebar-list li {
  color: #ffffff;
  font-weight: bold;
  padding: 8px 0px 8px 20px;
  cursor: pointer;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 0.8em; }

.sidebar-list span {
  font-size: 24px;
  margin-right: 12px;
  vertical-align: middle; }

.sidebar-list .active span {
  color: #66d0e8; }

.sidebar-list .active {
  background-color: #21242A; }

.social-box {
  border: solid 1px #d1d1d1;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  width: calc(100% - 280px);
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 4px;
  padding: 20px;
  overflow: hidden; }

.social-title {
  font-weight: bold;
  color: #666666;
  font-size: 30px;
  margin-bottom: 15px; }

.workflow-table {
  width: 100%; }

.window-tick {
  height: 25px; }

.pricing-hero {
  text-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background: #4ca3ff;
  background: linear-gradient(to right, #7e06ff, #4ca3ff 73%, #00f1c2);
  overflow: hidden;
  padding: 100px 0px 70px 0px; }

.pricing-plans {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 40px; }

.pricing-plans .plan h5 {
  font-size: 1.2em; }

.pricing-plans hr {
  margin-bottom: 10px; }

.pricing-vat {
  position: absolute;
  right: 0;
  color: #ffffff;
  opacity: 0.9; }

.pricing-switcher {
  text-align: center;
  opacity: 0.8; }

.pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 5px;
  border-radius: 50em;
  border: solid #ffffff 2px; }

.pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0; }

.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 80px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition-delay: .1s;
  transition: color 0.3s ease;
  margin-bottom: 0%; }

.pricing-switcher input[type="radio"]:checked + label {
  color: #105e94;
  text-decoration: none; }

.pricing-switcher .switch {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 82px;
  background-color: #ffffff;
  border-radius: 50em;
  transition: transform 0.3s; }

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(82px);
  -moz-transform: translateX(82px);
  -ms-transform: translateX(82px);
  -o-transform: translateX(82px);
  transform: translateX(82px); }

.pricing-switcher-dark {
  text-align: center;
  opacity: 0.8; }

.pricing-switcher-dark .fieldset {
  display: inline-block;
  position: relative;
  padding: 5px;
  border-radius: 50em;
  border: solid #4ca3ff 2px; }

.pricing-switcher-dark input[type="radio"] {
  position: absolute;
  opacity: 0; }

.pricing-switcher-dark label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 80px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #4ca3ff;
  text-decoration: none;
  font-weight: bold;
  transition-delay: .1s;
  transition: color 0.3s ease;
  margin-bottom: 0%; }

.pricing-switcher-dark input[type="radio"]:checked + label {
  color: #ffffff;
  text-decoration: none; }

.pricing-switcher-dark .switch {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 24px;
  width: 82px;
  background-color: #4ca3ff;
  border-radius: 50em;
  transition: transform 0.3s; }

.pricing-switcher-dark input[type="radio"]:checked + label + .switch,
.pricing-switcher-dark input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(82px);
  -moz-transform: translateX(82px);
  -ms-transform: translateX(82px);
  -o-transform: translateX(82px);
  transform: translateX(82px); }

.addons {
  margin-top: 20px;
  padding: 20px;
  overflow: hidden;
  background: transparent;
  border: 2px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.price-yearly {
  display: none; }

.price-tag {
  font-weight: 300;
  font-size: 0.7em; }

.feature-list {
  list-style: none;
  color: #333333;
  margin: 0; }

.feature-list p {
  padding: 0;
  margin-bottom: 10px; }

.feature-list i {
  color: #2c2d30; }

.feature-list li:nth-child(even) {
  background-color: #f6f6f6;}

.plan {
  padding-top: 25px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
  width: calc(33.3% - 1px);
  border: none}

.plan-featured {
  background: #ffffff;
  margin: -10px 0px;
  padding: 35px 0px;
  border-radius: 4px;
  z-index: 20;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative; }

.featured-btn {
  width: 90%;
  position: relative;
  top: 20px; }

.featured-hr {
  top: 15px;
  position: relative; }

.pricing-btn {
  position: absolute;
  bottom: 0;
  width: 25%; }

.pricing-btn a {
  width: 90%; }

.arrow_box {
  position: absolute;
  background: #4ca3ff;
  margin-bottom: 40px;
  height: 100px;
  color: #ffffff;
  top: 0;
  left: 0;
  width: 100%; }

.arrow_box h4 {
  line-height: 100px; }

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(76, 163, 255, 0);
  border-top-color: #4ca3ff;
  border-width: 20px;
  margin-left: -20px; }

#particle-canvas {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 1;
  top: 0; }

#particle-canvas div {
  background: none !important; }

.take-tour, .take-tour a {
  margin-left: 5px; }

.intro-text {
  font-size: 18px;
  margin-bottom: 3rem;
  font-weight: 400; }

@media only screen and (min-width: 501px) {
  .intro-logos {
    text-align: center; }

  .intro-logos img {
    min-width: 60%;
    vertical-align: middle; } }
.contact-logos {
  text-align: center; }

.contact-logos img {
  width: 8%;
  min-width: 50px;
  margin: 7px;
  vertical-align: middle;
  opacity: 0.8; }

.home-hero h1 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 10px; }

.intro-cta {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.intro-cta input {
  width: 60%; }

.intro-cta button {
  width: 35%; }

.hero-ui {
  width: 100%;
  vertical-align: middle; }

.cta-logos {
  width: 95%;
  max-width: 400px;
  margin-top: 2rem;
  margin-bottom: 4rem; }

/* SECTION */
section {
  padding: 70px 0; }

section.section-bottom-border {
  border-bottom: 1px solid #E5E5E5; }

.grey-section {
  background-color: #f5f6f8; }

.blue-texture {
  background-image: url(../images/small_steps.jpg); }

.blue-gradient-bg {
  background: #4ca3ff;
  background: -moz-linear-gradient(to left, #4ca3ff, #0933ab);
  background: -webkit-linear-gradient(to left, #4ca3ff, #0933ab);
  background: linear-gradient(to left, #4ca3ff, #0933ab);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$blue', endColorstr='#0933ab', GradientType=1); }

.blue-gradient-bg-alt {
  background: #4ca3ff;
  background: -moz-linear-gradient(to right, #0933ab, #4ca3ff);
  background: -webkit-linear-gradient(to right, #0933ab, #4ca3ff);
  background: linear-gradient(to right, #0933ab, #4ca3ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0933ab', endColorstr='$blue', GradientType=1); }

.dblue-gradient-bg {
  background: -webkit-linear-gradient(left top, #01193d, #002f59, #005183, #0078b0);
  background: linear-gradient(to right bottom, #01193d, #002f59, #005183, #0078b0); }

.green-gradient-bg {
  background: #24C6DC;
  background: -webkit-linear-gradient(to left, #24C6DC, #191654);
  background: linear-gradient(to left, #24C6DC, #191654); }

.green-gradient-bg-alt {
  background: #191654;
  background: -webkit-linear-gradient(to left, #191654, #24C6DC);
  background: linear-gradient(to left, #191654, #24C6DC); }

.enterprise-bg-colour {
  background: #232526;
  background-size: cover; }

.enterprise-bg-image {
  background: #232526 url(../images/pictures/ep_bg.png) no-repeat center;
  background-size: cover; }

.purple-gradient-bg {
  background: linear-gradient(to right bottom, #360033, #300e41, #223166, #105e94);
  background: -webkit-linear-gradient(to right bottom, #360033, #300e41, #223166, #105e94); }

.purple-gradient-bg-2 {
  background: linear-gradient(to right bottom, #2F184F, #361F59, #5D3B82, #A966B5);
  background: -webkit-linear-gradient(to right bottom, #2F184F, #361F59, #5D3B82, #A966B5); }

.multi-gradient {
  background: linear-gradient(to right, #7e06ff, #4ca3ff 73%, #00f1c2); }

.orange-gradient-bg {
  background: #F0CB35;
  background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
  background: linear-gradient(to left, #F0CB35, #C02425); }

.endless-river {
  background: #43cea2;
  background: -webkit-linear-gradient(to left, #43cea2, #185a9d);
  background: linear-gradient(to left, #43cea2, #185a9d); }

.half {
  width: 50%;
  float: left; }

.hrhalf {
  width: 50%; }

#countUpSection .columns {
  margin-bottom: 30px; }

/* HOME */
#caseStudy-slide .item img {
  display: block;
  width: 100%;
  height: auto; }

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background-image: -webkit-linear-gradient(left, #2a7fc6, #4ca3ff);
  background-image: linear-gradient(to right, #2a7fc6, #4ca3ff); }

#progressBar {
  width: 100%;
  background: #EDEDED; }

.owl-container {
  border-radius: 8px;
  box-shadow: 0 20px 40px 0 rgba(23, 28, 33, 0.07), 0 4px 9px 4px rgba(23, 28, 33, 0.06); }

.browser-slider-bg {
  height: 600px;
  position: absolute; }

.browser-slider {
  margin-bottom: 0; }

.browser-slider li {
  list-style: none; }

.browser-nav {
  width: 38%;
  padding: 2%;
  display: inline-block; }

.browser-images {
  width: 58%;
  padding: 2%;
  display: inline-block; }

#browser-links {
  margin-top: 20px; }

#browser-slider-cta-lg {
  margin-left: 20px; }

#browser-links li {
  cursor: pointer;
  padding: 15px 20px 15px 20px;
  border-radius: 5px; }

#browser-links .active {
  transition: all 0.3s ease;
  background-color: rgba(76, 163, 255, 0.1); }

#browser-links .active h5 {
  color: #4ca3ff;
  display: inline-block; }

#browser-links .active p {
  color: #2c2d30; }

#browser-images li {
  transition: all 0.3s ease;
  display: none;
  position: relative; }

#browser-images .active {
  display: inline-block;
  animation-name: slideLeftFadeIn;
  -webkit-animation-name: slideLeftFadeIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out; }

.partner-overlay {
  top: -10px;
  left: -15px;
  width: 350px; }

.partner-cta-title {
  font-size: 30px; }

.integration-overlay {
  top: 60px;
  left: -15px;
  width: 350px; }

.invma-overlay {
  top: 130px;
  left: -15px;
  width: 350px; }

.browser-slider-img-small {
  display: none;
  width: 100%; }

#browser-slider-cta-sm {
  display: none;
  text-align: center;
  width: 100%; }

#home-slider-img2 {
  display: none; }

#home-slider-img3 {
  display: none; }

.home-slider-btn {
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px; }

.home-slider-btn h5 {
  margin-bottom: 0;
  font-size: 2.4rem; }

.home-slider-btn.active {
  background-color: #f7f8f9; }

.home-slider-icon {
  font-size: 28px; }

.home-slider-text {
  font-size: 18px; }

#ba-container {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 462px;
  max-width: 100%;
  overflow: hidden;
  width: 100%; }

.news-slider {
  list-style: none; }

.news-slider li {
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  color: #35383f; }

.news-slider .active {
  background-color: #f7f8f9;
  box-shadow: 0 5px 15px 0 rgba(23, 28, 33, 0.1); }

.news-slider i {
  font-size: 28px;
  vertical-align: middle;
  margin-right: 10px;
  background: -webkit-linear-gradient(141deg, #bdcada, #8b9cb1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #8b9cb1; }

.active .news-cs {
  background: -webkit-linear-gradient(141deg, #4ca3ff, #012690);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #012690;
  /* IE OVERRIDE */ }

.active .news-news {
  background: -webkit-linear-gradient(left, #e6554f, #f9a044);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #e6554f;
  /* IE OVERRIDE */ }

.active .news-events {
  background: -webkit-linear-gradient(left, #624fbe, #b06bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #624fbe;
  /* IE OVERRIDE */ }

@keyframes slideLeftFadeIn {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1; } }
@keyframes slideRightFadeOut {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  100% {
    transform: translateX(100%);
    opacity: 0.0; } }
.circle-number {
  border: 1px solid #c0c0c0;
  padding: 4px 11px;
  border-radius: 50%;
  width: 10px;
  float: left;
  margin-right: 20px;
  font-weight: 600;
  color: #2c2d30; }

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  min-width: 270px;
  height: 340px;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6; }

.post-module .thumbnail {
  background: #000000;
  height: 300px;
  overflow: hidden;
  opacity: 0.9;
  border-radius: 8px; }

.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #199EC7;
  width: 55px;
  height: 55px;
  padding: 6.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.post-module .thumbnail .date .day {
  font-size: 12px; }

.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase; }

.post-module .thumbnail img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }

.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; }

.post-module .post-content .category {
  position: absolute;
  top: -42px;
  left: 0px;
  background: #199EC7;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #555;
  font-size: 18px; }

.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #199EC7;
  font-size: 21px;
  font-weight: 400; }

.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em; }

.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #ffffff; }

.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0; }

.post-module .post-content .post-meta a {
  color: #ffffff;
  text-decoration: none; }

.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important; }

.testi-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.testi-wrapper p {
  position: absolute;
  left: 100%;
  width: 100%;
  font-size: 1.5em;
  color: #ffffff;
  top: 0;
  opacity: 0;
  transition: left .7s, opacity .5s ease-in-out; }

.testi-wrapper p.activeText {
  position: relative;
  left: 0;
  opacity: 1; }

.testi-wrapper p.slideLeft {
  left: -100%;
  opacity: 0; }

.testimonial-hr {
  opacity: 0.4; }

.dot {
  display: inline-block;
  text-align: center;
  cursor: pointer; }

.testi-wrapper ul {
  margin-top: 10px;
  margin-bottom: 0px;
  height: 90px; }

#testi-wrapper li img {
  width: 70px;
  opacity: 0.4;
  margin-right: 10px; }

#testi-wrapper .active img {
  width: 70px;
  opacity: 1;
  transition: all .5s ease; }

/* LOGIN */
.login-form {
  width: 100%;
  max-width: 380px;
  margin: 0 auto; }
  .login-form .alert {
    display: inherit;
    text-align: center; }

.login-logo {
  width: 100%;
  max-width: 100px; }

.login-aside {
  height: calc(100vh - 10px);
  position: absolute;
  width: 60px;
  background-color: #0933ab;
  padding: 5px;
  z-index: 1; }

.provider-login {
  border: 1px solid #D1D1D1;
  width: calc(100% - 12px);
  border-radius: 4px;
  padding: 5px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  text-align: center; }

.provider-login img {
  height: 20px;
  vertical-align: middle;
  display: inline-block; }

.provider-login p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0;
  color: #757575; }

.block-head {
  border-radius: 4px 4px 0 0;
  padding: 10px 0;
  text-align: center;
  border: 2px solid #dddddd;
  border-bottom: none; }

.block-body {
  border-radius: 0 0 4px 4px;
  background-color: white;
  border: 2px solid #dddddd;
  border-top: none;
  padding: 20px;
  text-align: center; }

.block-body p {
  padding: 20px;
  padding-bottom: 0px;
  line-height: 25px; }

.block-img {
  padding: 10px;
  font-size: 60px; }

.pass-reset-box {
  padding: 20px 0;
  border-radius: 8px;
  box-shadow: 0 20px 40px 0 rgba(23, 28, 33, 0.07), 0 4px 9px 4px rgba(23, 28, 33, 0.06);
  min-height: 340px; }

.progress-bar-bg {
  border-radius: 8px;
  width: 50%;
  background-color: #ecefed;
  margin: 20px auto; }

.progress-bar {
  width: 3%;
  height: 30px;
  background-color: #4ca3ff;
  border-radius: 8px; }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.info-box {
  margin-top: 15px; }

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }

.complete {
  display: none;
  width: 100%;
  margin: 40px 0; }

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }
@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142; } }
#trial-login-form {
  display: none; }

/* PRODUCT */
.feature-icon {
  font-size: 36px; }

/* CASE STUDIES */
.case-study {
  border-radius: 8px;
  box-shadow: 0 20px 40px 0 rgba(23, 28, 33, 0.07), 0 4px 9px 4px rgba(23, 28, 33, 0.06); }

.case-study-content {
  color: #ffffff;
  border-radius: 0 8px 8px 0;
  width: 100%;
  margin-left: 0px;
  padding: 15px; }

/* ENTERPRISE */
.enterprise-compliance {
  text-align: center; }

.enterprise-compliance img {
  margin-right: 10px;
  height: 40px;
  opacity: 0.7; }

.white-border {
  border: 2px solid #BFBFC1;
  border-radius: 4px;
  margin-bottom: 70px; }

.app-sort-list {
  list-style: none; }

.app-sort-list li {
  color: #9E9EA6;
  text-decoration: none; }

.app-sort-list li:hover {
  text-decoration: underline;
  cursor: pointer; }

.app-sort-list .active {
  color: #4ca3ff; }

.app-sort-list a:hover {
  text-decoration: underline; }

.ep-inputs {
  background-color: transparent !important;
  color: #9E9EA6;
  width: 80%; }

.ep-link {
  color: #ffffff;
  text-decoration: none; }

.tt-handle {
  color: #ffffff;
  font-size: 22px;
  padding: 8px;
  text-shadow: 1px 1px 1px #333; }

.corner-ribbon {
  width: 125px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.corner-ribbon.top-right {
  top: 18px;
  right: -28px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.ep-link:hover {
  color: #ffffff;
  text-decoration: underline; }

#flat-slider.ui-slider {
  background: #d5cebc;
  border: none;
  border-radius: 0;
  margin-bottom: 50px; }

#flat-slider .ui-widget-header {
  background: #4ca3ff; }

#flat-slider.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 0;
  border-color: transparent;
  transition: border 0.4s ease; }

#flat-slider.ui-slider .ui-slider-handle.ui-state-hover,
#flat-slider.ui-slider .ui-slider-handle.ui-state-focus,
#flat-slider.ui-slider .ui-slider-handle.ui-state-active {
  border-color: #172f38; }

#flat-slider.ui-slider .ui-slider-pip .ui-slider-line {
  background: #d5cebc;
  transition: all 0.4s ease; }

#flat-slider.ui-slider.ui-slider-horizontal {
  height: 6px; }

#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-handle {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: -25px;
  margin-left: -10px; }

#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip {
  top: 10px; }

#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip .ui-slider-line {
  width: 2px;
  height: 10px;
  margin-left: -1px; }

#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
  height: 20px; }

#flat-slider.ui-slider.ui-slider-horizontal .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  height: 12px; }

#flat-slider.ui-slider.ui-slider-vertical {
  width: 6px;
  height: 125px;
  display: inline-block;
  margin: 0 15%; }

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  left: -25px;
  margin-bottom: -10px; }

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-pip {
  left: 10px; }

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-pip .ui-slider-line {
  height: 2px;
  width: 10px;
  margin-top: -1px; }

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
  width: 20px; }

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  width: 12px; }

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip,
#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip {
  visibility: visible;
  opacity: 1;
  border: none;
  background: transparent;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  text-align: center;
  color: white;
  font-weight: normal;
  top: 10px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip:before,
#flat-slider.ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip:before {
  display: none; }

#flat-slider .ui-slider-handle,
#flat-slider .ui-slider-range,
#flat-slider .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
#flat-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
  background-color: #4ca3ff; }

#flat-slider .ui-slider-tip {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(-45deg);
  left: -20px; }

.pp-ep-apps {
  min-height: 360px; }

.pp-ep-apps img {
  width: 22%;
  margin-right: 10px;
  margin-bottom: 10px; }

.ep-plan-overview {
  box-shadow: 0 20px 40px 0 rgba(23, 28, 33, 0.07), 0 4px 9px 4px rgba(23, 28, 33, 0.06);
  border-radius: 8px;
  padding: 30px; }

.ep-builder-input {
  max-width: 60px;
  text-align: center;
  margin-bottom: 0px; }

.ep-builder-button {
  height: 38px !important;
  width: 38px !important;
  color: #333333 !important;
  font-size: 24px !important;
  vertical-align: top;
  margin-bottom: 0px;
  padding: 0 !important; }

.ep-builder-logo {
  max-width: 200px; }

.select2 input, ul, li {
  margin-bottom: 0; }

/* CUSTOM GRADIENTS */
.ep-apps {
  border-radius: 20px; }

.ep-app {
  width: 20%;
  margin-right: 4%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  position: relative;
  overflow: hidden; }

.ep-app img {
  transition: all 100ms ease-in-out; }

.ep-app img:hover {
  border: #ffffff solid 1px; }

.ep-app a {
  text-decoration: none; }

.ep-app a:hover {
  text-decoration: none; }

#app {
  transition: all 1000ms ease-in-out; }

.aptos-gradient {
  background: linear-gradient(to right, #306095, #c1d72e); }

.epicor-gradient {
  background: linear-gradient(to left, #00bce9, #009fc5); }

.infor-gradient {
  background: linear-gradient(to left, #d62027, #ee383f); }

.msdyn-gradient {
  background: linear-gradient(to left, #0da5b3, #213d65); }

.netsuite-gradient {
  background: linear-gradient(to left, #ed1c24, #e9050e); }

.oracle-gradient {
  background: linear-gradient(#c20000, #fe0000); }

.sap-gradient {
  background: linear-gradient(#00ade4, #006bb4); }

.saphana-gradient {
  background: linear-gradient(#006bb4, #00ade4); }

.access-delta-gradient {
  background: linear-gradient(to left, #58595b, #e2183d); }

.plink-gradient {
  background: linear-gradient(to left, #20344c, #324968); }

.latitude-gradient {
  background: linear-gradient(to left, #fcd500, #9c8400); }

.highjump-gradient {
  background: linear-gradient(to left, #124f7d, #2977b3); }

.snapfulfil-gradient {
  background: linear-gradient(to right, #e30614, #672382); }

.xero-bg {
  background-color: #13b5ea; }

.sage-gradient {
  background: linear-gradient(to right, #015d4a, #008066); }

.quickbooks-gradient {
  background: linear-gradient(to right, #2ca01c, #1c7710); }

.magento-gradient {
  background: linear-gradient(to right, #f26322, #cc3300); }

.shopify-gradient {
  background: linear-gradient(to right, #95bf47, #5e8e3e); }

.lemonstand-gradient {
  background: linear-gradient(to right, #006fb9, #0084cd); }

.woocommerce-gradient {
  background: linear-gradient(to right, #9c5d90, #793a6d); }

.amazon-gradient {
  background: linear-gradient(to right, #ff9900, #bd7100); }

.google-gradient {
  background: linear-gradient(to right, #4285f4, #ea4335); }

.grow-gradient {
  background: linear-gradient(to right, #28ea78, #28b6e0); }

.idashboards-gradient {
  background: linear-gradient(to right, #c44a00, #e69e25); }

.klipfolio-gradient {
  background: linear-gradient(to right, #ed1c24, #be050c); }

.geckoboard-gradient {
  background: linear-gradient(to right, #8dc63f, #3d4351); }

.dasheroo-gradient {
  background: linear-gradient(to right, #fb6e4e, #fb5127); }

.paypal-gradient {
  background: linear-gradient(to right, #003085, #019cde); }

.stripe-gradient {
  background: linear-gradient(to right, #6447b8, #6565dc, #56d3ff); }

.mssql-gradient {
  background: linear-gradient(to right, #e6322a, #be2425); }

.mongodb-gradient {
  background: linear-gradient(to right, #4ea94b, #439844); }

.couchbase-gradient {
  background: linear-gradient(to right, #ec1c24, #b92327); }

.msazure-gradient {
  background: linear-gradient(to right, #2382c2, #186ca4); }

.aws-gradient {
  background: linear-gradient(to right, #f68d11, #d27507); }

.orderwise-gradient {
  background: linear-gradient(to right, #44bdec, #00314a); }

.tradepeg-gradient {
  background: linear-gradient(to right, #008e5b, #7cc68d); }

.shopware-gradient {
  background: linear-gradient(to right, #007eda, #189eff); }

.unleashed-gradient {
  background: linear-gradient(to right, #e51937, #a51d2a); }

.dear-gradient {
  background: linear-gradient(to right, #5fc3a1, #3a9979); }

.app-title {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 8px;
  color: #ffffff; }

.app-page-title-separator {
  display: block;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  width: 50px; }

.app-page-box {
  background: #ffffff;
  border-radius: 8px;
  max-width: 135px;
  height: 135px;
  display: inline-block;
  vertical-align: middle; }

.app-page-image {
  max-width: 100px;
  width: 100%;
  margin: 15px;
  vertical-align: middle; }

.app-page-hero-plus {
  vertical-align: middle;
  font-size: 50px;
  margin: 0px 40px;
  color: #ffffff; }

.app-page-hero-plug {
  vertical-align: middle;
  font-size: 40px;
  margin: 0px 40px;
  color: #ffffff; }

.rec-apps-slider {
  padding: 20px; }

.app-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* PRICING */
.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dee1e9;
  margin-bottom: 0px; }

.tabs > li {
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 20px 20px 25px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #333333;
  font-weight: bold;
  box-shadow: inset 0 6px 0 0 #a6aeb8; }

.tabs > li.active {
  color: #50555a;
  background-color: #ffffff;
  box-shadow: inset 0 6px 0 0 #FCB410; }

.tabs > li.active:before {
  transition-duration: .5s;
  background-color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tab__content {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  margin-bottom: 0; }

.tab__content > li {
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  list-style: none; }

.tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  background-color: #ffffff; }

.pricing-intro {
  margin: 50px auto;
  width: 60%; }

.card {
  position: relative;
  background-color: #FFF;
  width: 31%;
  float: left;
  margin-right: 3%;
  margin-bottom: 40px;
  z-index: 10;
  transition: all 300ms ease-out; }

.card .button {
  width: 100%;
  color: #ffffff;
  opacity: 0.8; }

.card-content {
  padding: 30px; }

.card.special .card-content {
  padding-top: 0; }

.special {
  margin-top: -4px; }

.card-header {
  background-color: #6BC7E5;
  margin-bottom: 8px;
  padding: 5px;
  border-radius: 3px 3px 0 0; }

.card-header > p {
  color: #FFF;
  margin: 0;
  font-size: 0.7em;
  font-weight: bold; }

.card-light {
  opacity: 0.5; }

.card:last-child {
  margin-right: 0; }

.pricing-button {
  width: 100%;
  margin-top: 10px;
  padding: 15px 0;
  border-radius: 5px;
  border: none;
  outline: none;
  color: white;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer; }

.medal {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 20; }

.medal-outer {
  width: 40px;
  height: 40px;
  background-color: #F5D800;
  border-radius: 100%;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.27); }

.medal-inner {
  width: 26px;
  height: 26px;
  background-color: #FAE928;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  top: 7px; }

.ribbons {
  position: relative;
  left: 5px;
  top: -10px;
  z-index: -1; }

.ribbon {
  width: 15px;
  position: relative;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.27);
  transition: transform 200ms;
  float: left; }

.ribbon.left {
  height: 30px;
  background-color: #D96666;
  transform-origin: center top;
  animation: swing-left 2s infinite;
  animation-direction: alternate;
  margin-left: 5px; }

.ribbon.right {
  margin-left: -10px;
  height: 35px;
  opacity: 0.9;
  background-color: #E56B6B;
  transform-origin: center top;
  animation: swing-right 2s infinite;
  animation-direction: alternate; }

@keyframes swing-left {
  0% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(5deg); } }
@keyframes swing-right {
  0% {
    transform: rotate(-7deg); }
  100% {
    transform: rotate(7deg); } }
.enterprise-container {
  padding: 0 30px; }

.row .feature-table {
  margin: 20px 0 10px;
  text-align: center; }

.row .feature-table.hide-550 {
  display: block; }

.row .feature-table.hide-550 .feature-row-header {
  font-weight: bold; }

.row .feature-table.show-550 {
  display: none; }

.row .feature-table.show-550 #sticky {
  width: 100%;
  background-color: #fff; }

.row .feature-table.show-550 #sticky.stick {
  margin: 0 auto;
  margin-top: 70px !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1); }

#sticky-compare-desktop.stick {
  margin: 0 auto;
  margin-top: 70px !important;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 80%;
  max-width: 1200px;
  background-color: #ffffff; }

.row .feature-table.show-550 #sticky.stick .feature-row-header {
  font-size: 18px; }

.row .feature-table.show-550 #sticky.stick .feature-row-header:first-child {
  border-right: 2px solid #ebeced; }

.row .feature-table.show-550 #sticky.stick .feature-row-header:nth-child(2) {
  border-right: 2px solid #ebeced; }

.row .feature-table.show-550 #sticky.stick .feature-row-header:nth-child(3) {
  border-right: 2px solid #ebeced; }

.row .feature-table td {
  color: #505e67;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 5px;
  text-align: center;
  max-width: 100px;
  width: 17%; }

.row .feature-table table {
  width: 100%;
  margin: 0 auto; }

.row .feature-table table .feature-row-1 {
  background-color: #ffffff; }

.row .feature-table table .feature-row-2 {
  background-color: #f4f9fd; }

.row .feature-table table span.check-mark:after {
  content: "\2714";
  color: #00b478;
  display: block;
  font-weight: 600;
  font-size: 24px;
  display: inline; }

.row .feature-table table span.x-mark:after {
  content: "\2718";
  color: #bb0613;
  font-weight: 800;
  font-size: 24px; }

.row .feature-table table .feature-label p {
  color: #505e67;
  font-weight: 600;
  font-size: 16px;
  margin: 0 auto;
  text-align: left; }

.row .feature-table.show-550 .feature-row-header {
  font-size: 16px;
  width: 23%;
  margin: 0;
  display: inline-block;
  padding: 10px 0 10px;
  vertical-align: middle;
  text-align: center; }

.row .feature-table.show-550 .feature-row-wrap {
  border-bottom: 3px solid #ffffff; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-1 {
  border-bottom: 2px solid #ffffff;
  background-color: #ebeced; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div {
  display: inline-block;
  margin: 0;
  padding: 10px 0;
  width: 23%;
  vertical-align: middle; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div:first-child {
  border-right: 2px solid #ffffff; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div:nth-child(2) {
  border-right: 2px solid #ffffff; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div:nth-child(3) {
  border-right: 2px solid #ffffff; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div span.check-mark:after {
  content: "\2714";
  color: #00b478;
  display: inline;
  font-weight: 600;
  font-size: 24px; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div span.x-mark:after {
  content: "\2718";
  color: #bb0613;
  font-weight: 800;
  font-size: 24px; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-2 {
  border-bottom: 2px solid #ffffff;
  background-color: #f5f5f5; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div {
  display: inline-block;
  margin: 0;
  padding: 20px 0;
  width: 23%;
  vertical-align: middle; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div:first-child {
  border-right: 2px solid #ffffff; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div:nth-child(2) {
  border-right: 2px solid #ffffff; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div:nth-child(3) {
  border-right: 2px solid #ffffff; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div span.check-mark:after {
  content: "\2714";
  color: #00b478;
  display: block;
  font-weight: 600;
  font-size: 24px; }

.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div span.x-mark:after {
  content: "\2718";
  color: #bb0613;
  font-weight: 800;
  font-size: 24px; }

.row .feature-table.show-550 .feature-row-wrap .feature-label p {
  color: #505e67;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto;
  padding: 20px 0; }

.row .footer {
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
  text-align: right; }

.feature-table {
  margin-bottom: 40px !important; }

.final-cta {
  background: #4ca3ff;
  background: linear-gradient(to right, #7e06ff, #4ca3ff 73%, #00f1c2);
  color: #ffffff; }

/* PARTNERS */
#partner-list {
  text-align: center; }

#partner-list ul {
  margin-top: 10px; }

#partner-list .altlist {
  margin-bottom: 0; }

.partner-search[type="search"] {
  border: 1px solid #E5E5E5;
  background-color: transparent;
  font: 22px "Open Sans", sans-serif;
  width: 90%;
  height: 40px;
  margin-bottom: 0px;
  margin-top: 25px;
  margin-left: 10px; }

.partner-search[type="search"]:-ms-input-placeholder {
  color: #ffffff; }

.partner-search[type="search"]:focus {
  color: #35383f;
  outline: none; }

.partner-search-icon {
  font-size: 26px;
  color: #4ca3ff; }

.partner-view-change {
  padding: 4px;
  float: right;
  margin-left: 10px; }

.partner-change-icon {
  font-size: 18px;
  padding: 3.5px;
  color: #333333; }

.partner-view-change .active {
  color: #4ca3ff; }

.partner-change-icon:hover {
  cursor: pointer; }

#altlist .even {
  background-color: #f4f9fd; }

.filter-area {
  float: right;
  line-height: 80px; }

.c-button i {
  margin-right: 10px; }

.filter-area p {
  margin-bottom: 0;
  display: inline-block; }

.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-left: 10px; }

.c-dropdown__list {
  margin: 5px 0 0 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  top: 125%;
  left: 0;
  width: 170px;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: opacity .25s linear, top .25s linear;
  transition: opacity .25s linear, top .25s linear;
  z-index: 100;
  border: 1px solid #E5E5E5; }

.c-dropdown.is-open .c-dropdown__list {
  opacity: 1;
  visibility: visible;
  top: 75%; }

.c-dropdown__item {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #434A54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear; }

.c-dropdown__item:hover {
  background-color: #E6E9ED; }

/**
 * Component: Button
 * --------------------------------------------------
 */
.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.c-button:hover, .c-button:focus {
  outline: none;
  text-decoration: none; }

.c-button:not(:disabled) {
  cursor: pointer; }

/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */
.c-button--dropdown {
  padding: 6px 34px 6px 12px;
  background-color: #4ca3ff;
  color: #E6E9ED;
  font-size: 14px;
  line-height: 20px;
  min-height: 32px;
  border-radius: 3px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  box-sizing: border-box; }

.c-button--dropdown:hover {
  background-color: #4ca3ff; }

.c-button--dropdown:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 11px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #E6E9ED;
  box-sizing: border-box; }

.partner-item {
  width: 100%;
  max-width: 198px;
  margin: 10px;
  display: inline-block;
  border-radius: 3px;
  list-style: none;
  padding: 10px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  align-items: center;
  position: relative;
  border-radius: 10px;
  background-color:rgba(0,0,0,0.015);
  border: 2px solid rgba(0,0,0,0.07);
  transition: all 200ms;
}

.partner-item:hover {
    background-color: rgba(43, 121, 190, 0.1);
}

.partner-list-item {
  list-style: none;
  border: 1px solid #ddd;
  text-align: left;
  margin-bottom: 0px;
  padding: 18px;
  position: relative; }

.partner-list-button {
  position: absolute;
  right: 10px;
  top: 10px; }

.partner-list-item .partner-list-logo {
  height: 20px;
  display: inline-block;
  vertical-align: middle; }

.partner-row {
  width: 100%;
  margin-top: -2px; }

.partner-fade {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 400px;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$white', endColorstr='$white', GradientType=0); }

.partner-item div {
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.partner-item p {
  margin-bottom: 0px; }

.partner-link {
  text-decoration: none; }

.partner-name {
  color: #2c2d30;
  font-weight: 400;
  opacity: 0.8;
  font-size: 15px; }

.partner-list-name {
  color: #2c2d30;
  font-weight: 600;
  opacity: 0.8;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 20px; }

.partner-list-name a {
  text-decoration: none; }

.partner-list-name a:hover {
  text-decoration: underline; }

.partner-intro {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .02em; }

.partner-cta-card {
  border: 1px solid #e4e5e6;
  border-radius: 4px;
  background-color: #ffffff;
  position: absolute;
  box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.35);
  height: auto;
  padding: 50px;
  text-align: center;
  max-width: 500px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%; }

.partner-logo {
  width: 100%;
  max-height: 100px; }

.partner-logo-page {
  width: 100%;
  max-width: 200px;
  margin: 15px; }

.partner-social {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }

.partner-spacer {
  width: 100%;
  height: 40px; }

.social-left {
  float: left;
  margin-left: 20px; }

.social-right {
  float: right;
  margin-right: 20px; }

.add-partner {
  background-color: #EC555C;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-top: -30.5px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2); }

.partner-site {
  background-color: #4ca3ff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-top: 61.5px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2); }

.partner-site span {
  line-height: 55px;
  font-size: 30px;
  color: #ffffff; }

.add-partner span {
  line-height: 55px;
  font-size: 30px;
  color: #ffffff; }

.partner-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }

/* TILES */
.responsive-image {
  width: 100%; }

.tool-support-animation-container {
  position: relative;
  margin: 0 auto;
  width: 291px;
  height: 247px; }

.tile-slide-down {
  transition: opacity 700ms ease-out, transform 700ms ease-out; }

.tile-slide-down--top {
  transform: translate(0, -25px);
  opacity: 0; }

.tile-slide-down--bottom {
  transform: translate(0, 0);
  opacity: 1; }

.shadow-grow {
  transition: opacity 700ms ease-out, transform 700ms ease-out;
  transform-origin: center bottom; }

.shadow-grow--inactive {
  transform: scale(0) translate(0, -10px);
  opacity: 0; }

.shadow-grow--active {
  transform: scale(1) translate(0, 0px);
  opacity: 1; }

.int-tile-container {
  position: relative;
  z-index: 2; }
  .int-tile-container:hover {
    transform: translate(0, -10px); }
    .int-tile-container:hover + .int-tile-shadow-container .shadow-grow {
      transform: scale(0.9) translate(0, -3px); }

.int-tile {
  position: absolute;
  height: 34px;
  width: 89px; }

.int-tile--xero {
  top: 0;
  left: 7px; }

.int-tile--epicor {
  top: 73px;
  left: 4px; }

.int-tile--infor {
  top: 146px;
  left: 5px; }

.int-tile--msdyn {
  top: 36px;
  left: 68px; }

.int-tile--netsuite {
  top: 108px;
  left: 68px; }

.int-tile--accessd {
  top: 72px;
  left: 133px; }

.int-tile--3pl {
  top: 146px;
  left: 132px; }

.int-tile--sage {
  top: 35px;
  left: 196px; }

.int-tile--magento {
  top: 109px;
  left: 195px; }

.int-tile--amazon {
  top: 182px;
  left: 195px; }

.int-tile-shadow-container {
  position: relative;
  z-index: 1; }

.int-tile-shadow {
  position: absolute;
  height: 34px;
  width: 89px; }

.int-tile-shadow--xero {
  top: 9px;
  left: 8px; }

.int-tile-shadow--epicor {
  top: 82px;
  left: 5px; }

.int-tile-shadow--infor {
  top: 155px;
  left: 6px; }

.int-tile-shadow--msdyn {
  top: 45px;
  left: 69px; }

.int-tile-shadow--netsuite {
  top: 117px;
  left: 69px; }

.int-tile-shadow--accessd {
  top: 81px;
  left: 134px; }

.int-tile-shadow--3pl {
  top: 154px;
  left: 133px; }

.int-tile-shadow--sage {
  top: 44px;
  left: 197px; }

.int-tile-shadow--magento {
  top: 118px;
  left: 196px; }

.int-tile-shadow--amazon {
  top: 191px;
  left: 196px; }

/* Resources */
.resource-nav {
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  color: #333333; }

.resource-nav li {
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 400; }

.resource-nav a {
  text-decoration: none;
  color: #ffffff;
  color: #333333; }

.resource-nav li:hover {
  background-color: #F9F9F9;
  color: #4ca3ff; }

.resource-nav .active {
  background-color: #4ca3ff;
  color: #ffffff; }

.resource-nav .active:hover {
  background-color: #4ca3ff;
  color: #ffffff; }

.r-breadcrumbs {
  color: #333333;
  font-size: 12px; }

.r-breadcrumbs a {
  color: #333333;
  text-decoration: none; }

.r-breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline; }

/* TOUR */
.tour-container {
  overflow-y: hidden;
  height: 100vh;
  background: #4ca3ff;
  background: -moz-linear-gradient(-45deg, #4ca3ff 0%, #0933ab 100%);
  background: -webkit-linear-gradient(-45deg, #4ca3ff 0%, #0933ab 100%);
  background: linear-gradient(135deg, #4ca3ff 0%, #0933ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#199ec7', endColorstr='#187997', GradientType=1); }

.login-container {
  overflow-y: hidden;
  height: 100vh;
  background: #ffffff; }

#tour-step-2 {
  display: none; }

#tour-step-3 {
  display: none; }

#tour-step-4 {
  display: none; }

#tour-step-5 {
  display: none; }

#tour-final-step {
  display: none; }

.fancy-inputs label {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.fancy-inputs input[data-empty="false"] + label, .form-css-label input:valid + label, .form-css-label input:focus + label {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0); }

.tour-fancy-labels {
  position: absolute;
  margin-top: -54px;
  margin-left: 10px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500; }

.tour-step-input {
  background-color: transparent !important;
  height: 50px;
  border: 2px solid #ffffff;
  border-width: 0 0 3px !important;
  width: 100%;
  color: #ffffff !important;
  font-size: 24px !important; }

.tour-step-input::-webkit-input-placeholder {
  color: #ffffff !important;
  font-size: 24px; }

.tour-step-input:-moz-placeholder {
  color: #ffffff !important;
  font-size: 24px; }

.tour-step-input::-moz-placeholder {
  color: #ffffff !important;
  font-size: 24px; }

.tour-step-input:-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 24px; }

/* -- Select 2 overrides -- */
.tour-container .select2 {
  margin-top: -200px; }

.tour-container .select2-container--default .select2-selection--single {
  background-color: transparent;
  height: 50px;
  border: 2px solid #ffffff;
  border-width: 0 0 3px; }

.tour-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  line-height: 50px;
  font-size: 24px; }

.tour-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
  margin-top: 7px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575; }

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

.tour-left {
  background-color: #ffffff;
  width: 100%;
  display: inline-block;
  max-width: 450px;
  height: 100vh; }

.login-left {
  background: #4ca3ff;
  background: -moz-linear-gradient(-45deg, #4ca3ff 0%, #0933ab 100%);
  background: -webkit-linear-gradient(-45deg, #4ca3ff 0%, #0933ab 100%);
  background: linear-gradient(135deg, #4ca3ff 0%, #0933ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#199ec7', endColorstr='#187997', GradientType=1);
  width: 100%;
  display: inline-block;
  max-width: 450px;
  height: 100vh; }

.tour-right {
  display: inline-block;
  height: 100vh;
  top: 0;
  position: absolute;
  width: calc(100% - 450px);
  max-width: 1000px; }

.login-right {
  display: inline-block;
  height: 100vh;
  top: 0;
  position: absolute;
  width: calc(100% - 450px); }

.tour-content {
  padding: 0 60px;
  height: 100%;
  top: 0;
  position: relative; }

.login-content {
  padding: 0px;
  height: 100%;
  top: 0;
  position: relative; }

.tour-logo {
  max-width: 100px;
  margin: 10px 0; }

.tour-warehouse {
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0; }

.tour-step {
  color: #ffffff;
  text-align: right;
  padding-top: 15px;
  font-weight: 600;
  font-size: 18px;
  padding-right: 60px;
  top: 0;
  position: absolute;
  right: 0; }

.v-center-tour {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center; }

.tour-padding {
  padding: 0px 60px;
  width: 100%; }

.login-padding {
  padding: 0px 60px 0px 120px;
  width: 100%; }

.tour-nav {
  position: absolute;
  right: 60px; }

.bottom-border-white {
  border-bottom: 1px #ffffff solid;
  margin-bottom: 1.5rem; }

.bottom-border-enterprise {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.tour-input {
  color: #ffffff;
  background-color: transparent !important;
  border: none !important;
  font-weight: 600;
  cursor: pointer; }

.tour-input:focus {
  background-color: #ffffff !important;
  color: #000 !important;
  opacity: 0.8 !important; }

.tour-label {
  font-weight: 500 !important;
  margin-top: 10px; }

.tour-edit {
  position: absolute;
  right: 40px;
  margin-top: -47px;
  color: #ffffff;
  pointer-events: none;
  opacity: 0.8; }

.tour-complete {
  float: right; }

@media (max-width: 1100px) {
  .hp-stat {
    font-size: 50px; }

  .browser-nav {
    width: 98%; }

  .browser-images {
    width: 98%; }

  .browser .vertical-center {
    display: inline; } }
@media (max-width: 890px) {
  .tour-container {
    height: auto;
    min-height: 100vh; }

  .login-container {
    height: auto;
    min-height: 100vh; }

  .v-center-tour {
    height: auto;
    position: initial; }

  .tour-left {
    width: 100vw;
    max-width: 100vw;
    height: auto; }

  .login-left {
    width: 100vw;
    max-width: 100vw;
    height: auto; }

  .tour-logo {
    max-width: 100px;
    margin: 20px 0px 0px 0px; }

  .tour-left i {
    display: none; }

  .tour-left h5 {
    float: right;
    line-height: 80px;
    margin: 0px;
    font-weight: 600; }

  .tour-right {
    width: 100vw;
    position: initial;
    height: auto;
    padding-top: 15px; }

  .login-right {
    width: 100vw;
    position: initial;
    height: auto;
    padding-top: 15px; }

  .tour-content {
    padding: 0 30px; }

  .tour-warehouse {
    display: none; }

  .tour-container .select2-container--default {
    margin-top: 0px; }

  .tour-container .select2-container--default .select2-selection--single {
    background-color: transparent;
    height: 30px; }

  .tour-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px; }

  .tour-padding {
    padding: 15px; }

  .tour-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    margin-top: 7px; }

  .tour-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -7px; }

  .tour-nav {
    right: 15px;
    margin-top: 40px; }

  .tour-step {
    padding-right: 15px;
    position: initial; }

  .login-aside {
    position: initial;
    height: auto;
    width: calc(100vw - 10px); }

  .ep-app {
    width: 45%;
    margin-right: 4%; } }
@media (max-height: 490px) {
  .tour-container {
    height: auto;
    min-height: 100vh; }

  .login-container {
    height: auto;
    min-height: 100vh; }

  .v-center-tour {
    height: auto;
    position: initial; }

  .tour-left {
    width: 100vw;
    max-width: 100vw;
    height: auto; }

  .login-left {
    width: 100vw;
    max-width: 100vw;
    height: auto; }

  .tour-logo {
    max-width: 100px; }

  .tour-left i {
    display: none; }

  .tour-left h5 {
    float: right;
    line-height: 80px;
    margin: 0px;
    font-weight: 600; }

  .tour-right {
    width: 100vw;
    position: initial;
    height: auto;
    padding-top: 15px;
    max-width: none; }

  .login-right {
    width: 100vw;
    position: initial;
    height: auto;
    padding-top: 15px;
    max-width: none; }

  .tour-content {
    padding: 0 30px; }

  .tour-warehouse {
    display: none; }

  .tour-container .select2-container--default {
    margin-top: 0px; }

  .tour-container .select2-container--default .select2-selection--single {
    background-color: transparent;
    height: 30px; }

  .tour-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px; }

  .tour-padding {
    padding: 15px; }

  .tour-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    margin-top: 7px; }

  .tour-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -7px; }

  .tour-nav {
    right: 15px; }

  .tour-step {
    padding-right: 15px; } }
/* CONTACT */
.contact-map {
  width: 100%;
  height: 300px; }

textarea {
  max-width: 100%; }

@media (max-width: 700px) {
  h1 {
    font-size: 35px; }

  .feature-table.hide-550 {
    display: none !important; }

  .feature-table.show-550 {
    display: block !important; }

  .hp-stat {
    font-size: 40px; } }
/* FOOTER */
footer {
  background-color: transparent;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #272E36;
  padding: 40px 0;
  color: #9E9EA6; }

footer a {
  color: #9E9EA6;
  text-decoration: none; }

footer a:hover {
  color: #8C8C94;
  text-decoration: underline; }

footer li {
  list-style: none;
  margin-bottom: 0.5rem; }

.foot-end {
  height: 60px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05); }

.foot-end img {
  margin-top: 10px;
  height: 40px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.3s; }

.foot-end img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  cursor: pointer; }

.footer-social {
  width: 100%;
  text-align: center; }

.footer-social img {
  width: 25px;
  margin-right: 10px;
  opacity: 0.6; }

.footer-social img:hover {
  opacity: 1; }

.social-footer {
  padding: 10px 0;
  background-color: #3A3E45; }

.social-footer p {
  color: #9E9EA6; }

.social-footer a {
  color: #9E9EA6;
  text-decoration: none;
  margin: 0px 10px; }

.social-footer a:hover {
  text-decoration: underline; }

.social-icons img {
  height: 20px;
  margin-right: 10px;
  opacity: 0.6;
  -webkit-transition: all 500ms;
  transition: all 500ms; }

.social-icons img:hover {
  opacity: 1; }

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

.award-icons img {
  height: 30px;
  margin-right: 10px; }

.x-notch {
  display: none; }

.dash-mobile-nav {
  display: none; }

.dash-widget-container::-webkit-scrollbar {
  width: 5px;
  background: transparent; }

.dash-widget-container::-webkit-scrollbar-thumb {
  background-color: #333333; }

.dash-camera {
  display: none; }

.dash-mobile-border {
  height: 100%; }

/* MEDIA QUERIES */
@media (max-width: 1200px) {
  .intro-cta input {
    width: 100%;
    margin-bottom: 10px;
    max-width: 400px; }

  .intro-cta button {
    width: auto; }

  .intro-cta {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    text-align: center; }

  .home-hero h1 {
    font-size: 3.5rem; }

  .intro-cta input {
    text-align: left; }

  .intro-cta input {
    width: 100%;
    margin-bottom: 10px; }

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

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

  .logo img {
    margin-left: 10px; } }
@media (max-width: 900px) {
  .home-hero {
    height: auto;
    max-height: initial; }

  .card {
    width: 100%; }

  .plan {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 3px; }

  .pricing-hero {
    overflow: initial; }

  .pricing-plans {
    background-color: transparent;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); }

  .pricing-plans hr {
    clear: both; }

  .plan-featured {
    z-index: 0;
    background: #ffffff;
    background-color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 25px 0px 10px 0px;
    border-radius: 3px;
    z-index: 20;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); }

  .pricing-btn {
    position: initial;
    width: 100%; }

  .hero90 {
    height: auto;
    padding: 80px 0px;
    width: 100%; }

  .pp-mobile {
    width: 50%;
    float: left; }

  .plan-name h5 {
    line-height: 80px; }

  .feature-list {
    clear: both; }

  .mob-right-border {
    border-right: 1px solid #E1E1E1; }

  .mob-hide9 {
    display: none !important; }

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

  .full-width9 {
    width: 100% !important;
    margin: 0; }

  .home-hero-content-alignment {
    display: inline; }

  .hrhalf {
    display: none; }

  .featured-btn {
    top: 0px;
    margin-bottom: 1rem; }

  .featured-hr {
    top: 0px; }

  .partner-cta-card {
    position: initial;
    -webkit-transform: none;
    transform: none;
    top: auto;
    left: auto;
    border: none;
    border-radius: 0px;
    background-color: #ffffff;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
    width: auto;
    padding: 10px 0 0px;
    max-width: none; }

  .social-box {
    width: 100%;
    padding: 0;
    margin: 0; }

  .social-container {
    padding: 20px; }

  .social-title {
    padding: 10px 20px; }

  .workflow-table {
    padding: 0px 20px; }

  .social-table-container {
    padding: 0px 20px; }

  .social-box {
    overflow-x: scroll; }

  #window-menu {
    display: inline-block; }

  .product-hero {
    background-image: url(../images/pictures/PRODUCT-UI-MOBILE.png); }

  .page-title {
    font-size: 28px; } }
@media (max-width: 820px) {
  ul.navbar-list {
    display: none; }

  #hamburger {
    display: inline-block; }

  footer {
    position: static;
    height: auto; }

  #body {
    margin-bottom: 0px; }

  .dash-container {
    border-radius: 40px 40px 0 0; }

  .dash-container .window-button {
    display: none; }

  .dash-container .browser-top {
    height: 42px;
    border-radius: 30px 30px 0 0;
    box-shadow: none;
    padding: 0;
    text-align: center; }

  .dash-container-aside {
    border-radius: 40px 40px 0 0; }

  .dash-container-aside .window-button {
    display: none; }

  .dash-container-aside .browser-top {
    height: 42px;
    border-radius: 30px 30px 0 0;
    box-shadow: none;
    padding: 0;
    text-align: center; }

  .dash-sidebar {
    display: none; }

  .dash-title-container {
    display: none; }

  .dash-widget-container {
    width: calc(100% - 30px);
    border-left: 15px solid #e3e7f7;
    border-right: 15px solid #e3e7f7;
    overflow: hidden;
    height: calc(100% - 106px);
    background-color: #ffffff; }

  .dash-widget-container::-webkit-scrollbar {
    width: 0px;
    background: transparent; }

  .dash-widget {
    margin-bottom: 15px; }

  .dash-mobile-nav {
    display: block;
    height: 60px;
    width: calc(100% - 30px);
    border-left: 15px solid #e3e7f7;
    border-right: 15px solid #e3e7f7;
    background-color: #4ca3ff; }

  .mobile-dash-logo {
    width: 60px;
    margin-top: 20px;
    margin-left: 15px; }

  .dash-ham {
    float: right;
    margin-top: 15px;
    margin-right: 15px; }

  .dash-camera {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c4c7d6;
    margin-top: 16px;
    display: inline-block; }

  .dash-mobile-border {
    border: 4px solid white;
    border-radius: 33px 33px 0 0; } }
/* MOBILE QUERIES */
@media (min-width: 700px) {
  .mob-show {
    display: none !important; } }
@media (max-width: 700px) {
  .angle-right {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

  .angle-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

  .mob-hide {
    display: none !important; }

  .mob-show {
    display: inline-block; }

  #browser-links li {
    padding: 10px; }

  #browser-slider-cta-lg {
    display: none; }

  #browser-slider-cta-sm {
    display: inline-block; }

  #browser-images img {
    width: 100%; }

  .browser-slider-img-small {
    display: inline-block; }

  .footer-social {
    text-align: right;
    margin-top: calc(25% - 31px); }

  .vertical-center {
    display: inline-block;
    align-items: initial; }

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

  .right-border {
    border-right: none; }

  #testi-wrapper li img {
    width: 60px; }

  #testi-wrapper .active img {
    width: 60px; }

  .dots-wrap {
    height: auto !important; }

  .ml50 {
    margin-left: 0px; }

  .right-thin-border {
    border-right: none; }

  .mob-mb20 {
    margin-bottom: 20px; }

  .page-title {
    font-size: 26px; }

  .ep-inputs {
    width: 100%; }

  .partner-view-change {
    float: none;
    text-align: center;
    margin-top: -20px; }

  .filter-area {
    float: none;
    text-align: center;
    margin-left: 0; }

  .app-page-box {
    display: block;
    margin: 0 auto; }

  .app-page-hero-plus {
    margin: 10px 0; }

  .app-page-hero-plug {
    margin: 10px 0; }

  .modal-frame {
    overflow-y: scroll;
    display: block; }

  .modal-inset .contact-close {
    color: #35383f; }

  .contact-modal-map {
    height: 55%; }

  .mobile-rounding-dash {
    border-radius: 10px 10px 0 0;
    height: calc(100% - -38px); }

  .four-widget-area {
    border-radius: 10px 10px 0 0;
    background-color: white; }

  .two-widget-area {
    background-color: white; }

  .dash-mob-hide {
    display: none; } }
@media (max-width: 500px) {
  .intro-logos img {
    width: 100%; }

  .row .feature-table.show-550 #sticky.stick .feature-row-header {
    font-size: 15px; }

  .dash-widget-container {
    height: calc(100% - 79px);
    border-left: 10px solid #e3e7f7;
    border-right: 10px solid #e3e7f7;
    width: calc(100% - 20px); }

  .dash-container {
    border-radius: 40px 40px 0 0;
    background-color: #e3e7f7; }

  .dash-container-aside {
    border-radius: 40px 40px 0 0;
    background-color: #e3e7f7; }

  .browser-top {
    display: none; }

  .dash-mobile-nav {
    display: block;
    height: 60px;
    width: calc(100% - 20px);
    border-left: 10px solid #e3e7f7;
    border-right: 10px solid #e3e7f7;
    background-color: #4ca3ff;
    border-radius: 40px 40px 0 0;
    margin-top: 15px; }

  .x-notch {
    display: block;
    position: absolute;
    width: 156px;
    height: 31px;
    background-color: #e3e7f7;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 6px 6px;
    text-align: center; }

  .dash-camera {
    margin-top: 12px;
    margin-left: 6px; }

  .dash-speaker {
    height: 6px;
    width: 50px;
    border-radius: 15px;
    background-color: #c4c7d6;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px; } }
@media (max-width: 400px) {
  .row .feature-table.show-550 #sticky.stick .feature-row-header {
    font-size: 11px; }

  .ep-app {
    width: 28%;
    margin-right: 4%; } }
/* Disable zooming on mobile devices when inputs are selected */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 15px; } }
