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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/**
 * 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; }

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

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

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

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

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

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

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  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; }

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; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 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 */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s linear;
  -moz-transition: -moz-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  transition: transform 2s linear; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s linear;
  -moz-transition: -moz-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  transition: transform 2s linear;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: arial;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

.odometer {
  vertical-align: initial !important; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-ease {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-ease .odometer-digit {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-ease .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-ease .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-ease .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-ease .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-ease .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-ease .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-ease.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-ease.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-ease.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-ease.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-ease {
  font-family: arial;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-ease .odometer-value {
  text-align: center; }

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width: 601px) {
  .container {
    width: 85%; } }
@media only screen and (min-width: 993px) {
  .container {
    width: 70%; } }
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.pull-s1 {
      right: 8.33333%; }
    .row .col.push-s1 {
      left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.pull-s2 {
      right: 16.66667%; }
    .row .col.push-s2 {
      left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.pull-s4 {
      right: 33.33333%; }
    .row .col.push-s4 {
      left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.pull-s5 {
      right: 41.66667%; }
    .row .col.push-s5 {
      left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.pull-s7 {
      right: 58.33333%; }
    .row .col.push-s7 {
      left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.pull-s8 {
      right: 66.66667%; }
    .row .col.push-s8 {
      left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.pull-s10 {
      right: 83.33333%; }
    .row .col.push-s10 {
      left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.pull-s11 {
      right: 91.66667%; }
    .row .col.push-s11 {
      left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.33333%; }
      .row .col.pull-m1 {
        right: 8.33333%; }
      .row .col.push-m1 {
        left: 8.33333%; }
      .row .col.offset-m2 {
        margin-left: 16.66667%; }
      .row .col.pull-m2 {
        right: 16.66667%; }
      .row .col.push-m2 {
        left: 16.66667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.33333%; }
      .row .col.pull-m4 {
        right: 33.33333%; }
      .row .col.push-m4 {
        left: 33.33333%; }
      .row .col.offset-m5 {
        margin-left: 41.66667%; }
      .row .col.pull-m5 {
        right: 41.66667%; }
      .row .col.push-m5 {
        left: 41.66667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.33333%; }
      .row .col.pull-m7 {
        right: 58.33333%; }
      .row .col.push-m7 {
        left: 58.33333%; }
      .row .col.offset-m8 {
        margin-left: 66.66667%; }
      .row .col.pull-m8 {
        right: 66.66667%; }
      .row .col.push-m8 {
        left: 66.66667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.33333%; }
      .row .col.pull-m10 {
        right: 83.33333%; }
      .row .col.push-m10 {
        left: 83.33333%; }
      .row .col.offset-m11 {
        margin-left: 91.66667%; }
      .row .col.pull-m11 {
        right: 91.66667%; }
      .row .col.push-m11 {
        left: 91.66667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.33333%; }
      .row .col.pull-l1 {
        right: 8.33333%; }
      .row .col.push-l1 {
        left: 8.33333%; }
      .row .col.offset-l2 {
        margin-left: 16.66667%; }
      .row .col.pull-l2 {
        right: 16.66667%; }
      .row .col.push-l2 {
        left: 16.66667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.33333%; }
      .row .col.pull-l4 {
        right: 33.33333%; }
      .row .col.push-l4 {
        left: 33.33333%; }
      .row .col.offset-l5 {
        margin-left: 41.66667%; }
      .row .col.pull-l5 {
        right: 41.66667%; }
      .row .col.push-l5 {
        left: 41.66667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.33333%; }
      .row .col.pull-l7 {
        right: 58.33333%; }
      .row .col.push-l7 {
        left: 58.33333%; }
      .row .col.offset-l8 {
        margin-left: 66.66667%; }
      .row .col.pull-l8 {
        right: 66.66667%; }
      .row .col.push-l8 {
        left: 66.66667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.33333%; }
      .row .col.pull-l10 {
        right: 83.33333%; }
      .row .col.push-l10 {
        left: 83.33333%; }
      .row .col.offset-l11 {
        margin-left: 91.66667%; }
      .row .col.pull-l11 {
        right: 91.66667%; }
      .row .col.push-l11 {
        left: 91.66667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.33333%; }
      .row .col.pull-xl1 {
        right: 8.33333%; }
      .row .col.push-xl1 {
        left: 8.33333%; }
      .row .col.offset-xl2 {
        margin-left: 16.66667%; }
      .row .col.pull-xl2 {
        right: 16.66667%; }
      .row .col.push-xl2 {
        left: 16.66667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.33333%; }
      .row .col.pull-xl4 {
        right: 33.33333%; }
      .row .col.push-xl4 {
        left: 33.33333%; }
      .row .col.offset-xl5 {
        margin-left: 41.66667%; }
      .row .col.pull-xl5 {
        right: 41.66667%; }
      .row .col.push-xl5 {
        left: 41.66667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.33333%; }
      .row .col.pull-xl7 {
        right: 58.33333%; }
      .row .col.push-xl7 {
        left: 58.33333%; }
      .row .col.offset-xl8 {
        margin-left: 66.66667%; }
      .row .col.pull-xl8 {
        right: 66.66667%; }
      .row .col.push-xl8 {
        left: 66.66667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.33333%; }
      .row .col.pull-xl10 {
        right: 83.33333%; }
      .row .col.push-xl10 {
        left: 83.33333%; }
      .row .col.offset-xl11 {
        margin-left: 91.66667%; }
      .row .col.pull-xl11 {
        right: 91.66667%; }
      .row .col.push-xl11 {
        left: 91.66667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

section {
  padding: 20px;
  width: calc(100% - 40px);
  padding-top: 50px;
  padding-bottom: 50px; }
  section .inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
  section:first-of-type {
    margin-top: 100px; }

section.white .bigbutton:not(.no-button-recolor), section.light .bigbutton:not(.no-button-recolor) {
  border-color: #20b7e8;
  background: #20b7e8;
  color: white; }
  section.white .bigbutton:not(.no-button-recolor):hover, section.light .bigbutton:not(.no-button-recolor):hover {
    cursor: pointer;
    background: #37beea;
    border-color: #37beea;
    color: white; }

section.blue {
  background: #20b7e8;
  color: white; }
  section.blue h1, section.blue h2, section.blue h3, section.blue h4, section.blue h5 {
    color: white; }

section.dark {
  background: #00337f;
  color: #aed6f1; }
  section.dark h1, section.dark h2, section.dark h3, section.dark h4, section.dark h5 {
    color: white; }

section.light {
  background: #e2f8ff;
  color: #3498db; }
  section.light h1, section.light h2, section.light h3, section.light h4, section.light h5 {
    color: #335199; }

section.white {
  background: white;
  color: #33cdff; }
  section.white h1, section.white h2, section.white h3, section.white h4, section.white h5 {
    color: #0066d4; }

section .left, section .right {
  display: inline-block;
  width: 45%;
  margin: 0;
  vertical-align: top; }
section .right {
  margin-left: 8%; }

.section-graphic-left {
  float: left;
  height: 300px;
  margin-right: 50px; }

.downloads {
  margin: 50px 0; }

.download {
  font-family: Poppins, arial, sans-serif;
  position: relative;
  color: white;
  text-align: center;
  padding: 20px 0;
  transition: transform 1s ease; }
  .download .alert {
    max-width: 500px; }
  .download h3 {
    position: absolute;
    display: inline-block;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: white !important; }
  .download a {
    position: relative;
    display: inline-block;
    width: 100px;
    padding: 15px;
    color: white;
    opacity: 0.9;
    text-align: center; }
    .download a img {
      width: 50px; }
    .download a .architecture {
      position: absolute;
      width: 25px;
      bottom: 62px;
      right: 25px; }
    .download a:hover, .download a:visited {
      opacity: 1;
      color: white !important; }
    .download a span {
      display: block; }
  .download p {
    position: absolute;
    width: 185px;
    margin: 0;
    padding: 0;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: inline-block; }
    .download p span {
      display: block;
      margin-bottom: 20px; }
    .download p .bigbutton {
      padding: 10px;
      font-size: 16px; }
      .download p .bigbutton:hover {
        color: black !important; }
  .download p a {
    display: inline;
    padding: 0; }
  .download.edition-basic {
    background: #2ecc71; }
  .download.edition-pro {
    background: #9b59b6; }
  .download.edition-enterprise {
    background: #20b7e8; }

.editions {
  text-align: center; }
  .editions h1 {
    margin-bottom: 50px; }
  .editions [class^=edition-box-] {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    width: 285px; }
    .editions [class^=edition-box-] .colored-box {
      position: relative;
      height: 450px; }
      .editions [class^=edition-box-] .colored-box h2 {
        display: inline-block;
        color: white;
        padding: 20px 0;
        width: 80%;
        border-bottom: 1px solid white; }
      .editions [class^=edition-box-] .colored-box h3 {
        font-size: 2.5em;
        color: white;
        font-weight: lighter; }
      .editions [class^=edition-box-] .colored-box p {
        margin: 20px;
        color: white;
        font-size: 15px;
        line-height: 25px;
        text-align: left; }
      .editions [class^=edition-box-] .colored-box .bottom {
        position: absolute;
        width: 100%;
        bottom: 20px; }
        .editions [class^=edition-box-] .colored-box .bottom .bigbutton {
          font-family: Poppins;
          font-size: 14px;
          font-weight: bold; }
    .editions [class^=edition-box-] .edition-info {
      margin-top: 40px;
      text-align: left; }
      .editions [class^=edition-box-] .edition-info .colored-title {
        font-weight: lighter;
        font-size: 20px; }
      .editions [class^=edition-box-] .edition-info ul li {
        font-size: 15px;
        list-style-type: square;
        color: #335199; }
  .editions .edition-box-basic .colored-box {
    background: #2ecc71; }
  .editions .edition-box-basic .colored-title {
    color: #2ecc71; }
  .editions .edition-box-pro .colored-box {
    background: #9b59b6; }
  .editions .edition-box-pro .colored-title {
    color: #9b59b6; }
  .editions .edition-box-enterprise .colored-box {
    background: #20b7e8; }
  .editions .edition-box-enterprise .colored-title {
    color: #20b7e8; }

.compare-editions-table tr td:nth-child(n+2), .compare-editions-table th {
  text-align: center; }
.compare-editions-table th {
  border-color: #3498db; }
.compare-editions-table tr {
  border: none; }
  .compare-editions-table tr td {
    border: none; }
  .compare-editions-table tr td:nth-child(1) {
    border-left: 40px solid transparent;
    font-weight: 500; }
  .compare-editions-table tr td:nth-child(n-1) {
    border-right: 40px solid transparent; }
  .compare-editions-table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05); }
  .compare-editions-table tr .ssVersionColumnHeader {
    background: #3498db;
    color: white; }

label.hamburger {
  position: absolute;
  z-index: 501;
  left: 0;
  display: none;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

label.hamburger span {
  top: 30px;
  left: 20px;
  display: block;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

label.hamburger span:before,
label.hamburger span,
label.hamburger span:after {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  content: ' ';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

label.hamburger span:before {
  top: -8px; }

label.hamburger span:after {
  bottom: -6px; }

label.hamburger.h-open {
  /*left: 200px;*/ }

label.hamburger.h-open span {
  background: transparent; }

label.hamburger.h-open span:before {
  top: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

label.hamburger.h-open span:after {
  top: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

section.hero {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 18px;
  position: relative;
  background: transparent;
  pointer-events: none; }
  section.hero h1 {
    font-size: 275%;
    letter-spacing: -2px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    pointer-events: none; }
  section.hero h2 {
    color: #00337f;
    text-transform: none; }

section.stats p {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500; }
section.stats h1 {
  font-size: 4em;
  margin-bottom: 0;
  font-weight: 400; }
section.stats .ball {
  background: #00337f;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  display: inline-block; }

section.customers {
  text-align: center;
  padding-bottom: 30px;
  overflow-x: hidden; }
  section.customers p {
    text-align: center; }
  section.customers img {
    vertical-align: middle;
    margin-bottom: 20px; }

section.use-cases .use-case-container {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
section.use-cases .use-case {
  margin: 40px;
  position: relative;
  text-align: left; }
  section.use-cases .use-case p {
    text-align: left; }
  section.use-cases .use-case h3 {
    margin-top: 0; }
    section.use-cases .use-case h3 a {
      color: white; }
  section.use-cases .use-case img {
    width: 50px;
    vertical-align: top;
    margin-right: 20px; }
  section.use-cases .use-case div {
    display: inline-block;
    width: 300px; }
  section.use-cases .use-case a {
    color: rgba(255, 255, 255, 0.8); }
    section.use-cases .use-case a:hover {
      color: white; }

section.contact {
  margin-bottom: 0;
  padding-bottom: 100px; }
  section.contact p {
    text-align: center; }
  section.contact .inner {
    max-width: 800px; }
  section.contact form {
    display: inline;
    position: relative; }
    section.contact form input {
      width: 100%;
      width: calc(100% - 20px); }
    section.contact form textarea {
      width: calc(100% - 20px); }
  section.contact .bigbutton {
    margin-top: 30px;
    margin-bottom: 20px;
    width: calc(80% + 30px); }
  section.contact.blue {
    background: #20b7e8;
    color: white; }
    section.contact.blue .bigbutton {
      background: transparent;
      border-color: white; }
      section.contact.blue .bigbutton:hover {
        background: white;
        color: black; }
    section.contact.blue a {
      color: rgba(255, 255, 255, 0.8); }
      section.contact.blue a:hover {
        color: white; }

section.whys {
  text-align: center; }
  section.whys h1 {
    font-family: Arial; }
  section.whys h3 {
    text-transform: none; }
  section.whys .why {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    min-height: 1px;
    margin-left: auto;
    padding: 0px 35px 0px 35px;
    left: auto;
    right: auto; }
    section.whys .why p {
      max-width: 25rem; }

section.works {
  text-align: center; }
  section.works h1 {
    font-family: Arial; }
  section.works h3 {
    text-transform: none; }
  section.works .work {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    min-height: 1px;
    margin-left: auto;
    padding: 0px 35px 0px 35px;
    left: auto;
    right: auto; }
    section.works .work p {
      max-width: 25rem; }
  section.works .work_icon {
    display: block;
    width: 100%;
    height: 95px;
    vertical-align: bottom; }

section.how div.inner, section.about div.inner {
  max-width: 1200px;
  margin: 0 auto; }
section.how .bigbutton.dark, section.about .bigbutton.dark {
  border-color: #444;
  color: #444; }
  section.how .bigbutton.dark:hover, section.about .bigbutton.dark:hover {
    background: #444;
    color: white;
    border-color: #444; }

section.content {
  background: rgba(255, 255, 255, 0.94);
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 80vh;
  padding-top: 70px; }
  section.content div.content {
    max-width: 1000px;
    margin: 0 auto; }

.data-view {
  display: inline-block;
  margin-left: 100px;
  position: relative;
  width: 32%; }
  .data-view img {
    border-radius: 5px;
    width: 100%;
    max-width: 586px; }

.data-view-text {
  display: inline-block;
  vertical-align: top;
  margin-left: 100px;
  font-size: 18px;
  max-width: 40%; }
  .data-view-text h2 {
    letter-spacing: -1px;
    line-height: 50px;
    font-weight: 500; }
  .data-view-text .buttonc {
    text-align: center;
    margin-top: 100px; }

#web {
  position: absolute;
  width: 100%;
  left: 0;
  top: 140px;
  height: 330px; }
  #web canvas {
    z-index: 0; }

section.stats {
  text-align: center; }
  section.stats h1 {
    font-family: Arial; }
  section.stats .stat {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
    margin-left: auto;
    left: auto;
    right: auto; }
    section.stats .stat p {
      max-width: 25rem; }

.services-visual {
  margin-top: 50px; }
  .services-visual div {
    margin-bottom: 20px; }
    .services-visual div h3 {
      margin: 0; }
    .services-visual div p {
      margin: 0;
      padding: 0; }
    .services-visual div .left {
      width: 40%; }
    .services-visual div .right {
      width: 58%;
      margin-left: 0 !important; }
    .services-visual div .span {
      display: inline-block;
      width: 75px;
      text-align: center;
      margin: 10px 25px; }
      .services-visual div .span img {
        display: inline-block;
        width: 75px; }
      .services-visual div .span span {
        margin: 0;
        margin-top: 10px; }

.services-cta {
  float: left;
  margin-right: 100px;
  margin-bottom: 20px; }

.people {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .people .person {
    display: inline-block;
    align-self: center;
    width: 200px;
    margin-top: 50px; }
    .people .person img {
      border-radius: 100%;
      filter: grayscale(100%);
      object-fit: cover;
      width: 140px;
      height: 140px; }
    .people .person h4 {
      font-size: 20px;
      margin-top: 15px;
      margin-bottom: 0;
      font-weight: normal; }
    .people .person p {
      margin-top: 0;
      font-family: Poppins, arial, sans-serif; }

@media (max-width: 1074px) {
  .people .person {
    width: 25%;
    margin-left: 12px;
    min-width: 200px; }
    .people .person:nth-child(2) {
      margin-right: 12px;
      margin-left: 0; } }
.solution-example p {
  width: 80%; }

.no-upcase {
  text-transform: unset; }

.large-section-label, .section-label-q::before, .section-label-a::before {
  position: absolute;
  font-size: 150px;
  font-family: "Segoe UI", arial, sans-serif;
  top: 0;
  margin-top: -110px;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic; }
  @media screen and (max-width: 500px) {
    .large-section-label, .section-label-q::before, .section-label-a::before {
      display: none; } }

.section-label-q::before {
  content: "Q."; }

.section-label-a::before {
  content: "A.";
  color: #94dcf4;
  margin-top: -70px; }

.push-right {
  color: #00337f;
  margin-left: 160px; }
  @media screen and (max-width: 500px) {
    .push-right {
      margin-left: initial; } }

.header-q {
  color: white; }

.faq-listing {
  font-size: 23px; }
  .faq-listing ul li {
    list-style-type: none;
    margin-bottom: 30px; }
    .faq-listing ul li::before {
      content: ">";
      font-family: Consolas;
      font-weight: bold;
      font-size: 25px;
      margin-right: 10px;
      vertical-align: 1px;
      color: #1497c1; }
  .faq-listing a:link, .faq-listing a:visited {
    color: #00337f; }
  .faq-listing a:hover {
    color: #20b7e8; }

html, body {
  margin: 0;
  padding: 0; }

body {
  background: #20b7e8;
  font-family: Raleway;
  color: white;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden; }

.wrapper {
  width: 100%;
  overflow-x: hidden; }

p {
  line-height: 26px;
  font-size: 18px;
  text-align: justify; }

ul li {
  margin-bottom: 10px;
  line-height: 25px; }

a, a:visited {
  text-decoration: none;
  color: #20b7e8; }
  a:hover, a:visited:hover {
    color: #37beea; }

p > a {
  border-bottom: 1px dotted #20b7e8; }
  p > a:hover {
    color: #37beea; }

.bigbutton.cta, .cta {
  background: #FF901B; }
  .bigbutton.cta:hover, .cta:hover {
    background: #ff9c35;
    color: white; }

.mobile-only {
  display: none !important; }

header {
  background: #20b7e8;
  padding: 10px;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000; }
  header .cta {
    position: absolute;
    right: 40px;
    top: 0;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 13px; }
  header .phone {
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: Poppins;
    font-weight: 400; }
    header .phone img {
      vertical-align: middle; }
  header .inner {
    max-width: 1000px;
    margin: 0 auto; }
  header .logo {
    font-family: Raleway;
    font-size: 35px;
    display: inline-block;
    margin: 0; }
    header .logo a, header .logo a:visited, header .logo a:hover {
      color: white; }
    header .logo img {
      height: 64px;
      margin-top: -10px;
      margin-right: 10px;
      vertical-align: -24px; }
  header nav {
    float: right;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0;
    right: 250px;
    position: absolute;
    top: 12px;
    margin-right: 20px; }
    header nav ul {
      margin: 0; }
      header nav ul li {
        padding: 0;
        display: inline-block; }
    header nav a, header nav a:visited {
      display: inline-block;
      margin-left: 30px;
      color: rgba(255, 255, 255, 0.8); }
      header nav a:hover, header nav a:visited:hover {
        color: white;
        text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: Poppins;
  font-weight: 500; }

h1 {
  font-size: 2.5em; }

section h1 {
  text-transform: uppercase; }

h2 {
  font-size: 1.8em;
  text-transform: uppercase; }

h3 {
  font-size: 1.8em;
  font-weight: 500; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5); }

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5); }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5); }

form {
  text-align: left;
  margin-bottom: 50px; }
  form input, form textarea {
    font-family: Raleway;
    font-size: 18px;
    color: #444;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
    min-height: 20px;
    padding: 15px; }
    form input:focus, form textarea:focus {
      outline: none;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.23); }
  form textarea {
    width: 100%;
    height: 100px;
    resize: none; }

.center {
  text-align: center; }

.bigbutton, .bigbutton:visited {
  color: white;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 2px solid white;
  padding: 10px 20px;
  letter-spacing: 1px; }
  .bigbutton:hover, .bigbutton:visited:hover {
    background: white;
    color: black; }
  .bigbutton.notsobig, .bigbutton:visited.notsobig {
    padding: 10px 20px;
    font-size: 16px; }

footer {
  background: #e2f8ff;
  color: #3498db;
  width: calc(100% - 40px);
  padding: 20px; }
  footer .inner {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: Poppins; }
    footer .inner .center {
      text-align: center;
      width: 500px;
      margin: 10px auto; }
      footer .inner .center ul {
        display: inline;
        padding: 0; }
        footer .inner .center ul li {
          display: inline-block;
          padding: 0 5px; }
    footer .inner .left {
      float: left; }
    footer .inner .right {
      float: right; }
  footer .footer-logo {
    display: block;
    opacity: 0.15;
    width: 50px;
    margin: 0 auto;
    filter: invert(100%); }

.alert {
  text-align: left;
  width: 100%;
  width: calc(100% - 40px);
  margin: 20px auto;
  padding: 10px 20px; }
  .alert.warning {
    background: #f39c12;
    color: white; }

.whos-using-page {
  text-align: center; }
  .whos-using-page div {
    width: 300px;
    display: inline-block;
    height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    background-color: white; }

.top-right-accent {
  position: absolute;
  right: 20px;
  top: 20px; }

img.top-right-accent {
  max-width: 200px; }

p.sep {
  text-align: center;
  font-size: 20px;
  letter-spacing: 10px;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 100px; }

form .row {
  margin-bottom: 0; }

section > .inner > .row {
  margin-bottom: -20px; }

@media (max-width: 1490px) {
  header .logo {
    left: 200px;
    position: absolute; }

  nav {
    right: 250px;
    position: absolute; } }
@media (max-width: 1300px) {
  header .cta {
    display: none !important; }

  nav {
    right: 50px !important; } }
@media (max-width: 650px) {
  .mobile-only {
    display: initial !important; }

  .no-mobile {
    display: none; }

  .services-cta {
    margin: 0;
    float: none;
    margin-bottom: 50px; }

  p {
    text-align: justify; }

  .ph {
    text-align: center; }

  .hero p {
    text-align: center; }

  h1, h2, h3, h4, h5 {
    text-align: center; }

  section > p, .inner > p {
    padding: 0 20px; }

  .section-graphic-left {
    float: none;
    display: block;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 40px; }

  .no-phone {
    display: none; }

  label.hamburger {
    left: 0 !important; }

  section.hero {
    margin-bottom: 0 !important; }

  .data-view-text h2 {
    font-size: 1.3em; }

  .use-case {
    text-align: center !important; }

  form {
    text-align: center; }
    form .col {
      margin-left: auto !important;
      float: none !important;
      margin-right: auto !important;
      text-align: left;
      width: 80% !important;
      position: static !important;
      margin-top: 0 !important; }

  .logo {
    font-size: 25px !important; } }
@media (max-width: 1090px) {
  header {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .data-view-text h2 {
    text-align: left;
    letter-spacing: normal;
    line-height: normal; }

  .no-tablet {
    display: none; }

  .services-visual {
    text-align: center; }
    .services-visual .left, .services-visual .right {
      width: 80% !important; }
    .services-visual .right {
      text-align: center; }

  footer .inner {
    text-align: center; }
    footer .inner .left, footer .inner .right {
      float: none !important;
      text-align: center !important;
      width: auto !important;
      margin-bottom: 15px; }

  header .cta {
    display: none !important; }

  header {
    text-align: center;
    overflow: hidden;
    max-height: 50px;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    header .logo {
      position: static;
      display: block; }
    header .phone {
      position: static;
      display: inline-block;
      margin-top: 20px; }
    header nav {
      position: static !important;
      float: none;
      padding: 20px; }
      header nav ul {
        display: block;
        text-align: left;
        margin-top: 15px; }
        header nav ul li {
          display: block;
          margin-top: 10px; }
          header nav ul li a {
            padding: 10px;
            margin-left: 0 !important; }
    header label.hamburger {
      display: block;
      position: absolute;
      top: 5px;
      left: 10px; }
    header.header-open {
      max-height: 500px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

  .data-view {
    display: none; }

  .headline {
    text-align: center;
    margin-top: 0; }

  .data-view-text {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    max-width: 80%; }

  section.how, section.about {
    text-align: center; }

  .left, .right, section.left, section.right, div.left, div.right {
    text-align: left;
    width: 100%;
    margin-left: 0 !important; }

  .center {
    width: auto !important; }

  section.hero {
    margin-top: 88px;
    margin-bottom: 60px; }
    section.hero h1 {
      font-size: 2em; }

  #web {
    top: 100px;
    height: 150px; }

  .use-case {
    margin: 20px; }
    .use-case h3 {
      margin-bottom: 0; }
    .use-case p {
      margin: 0; }

  #download .inner {
    padding: 0; }

  .download {
    width: 100%; }
    .download h3 {
      position: static;
      display: block;
      margin: 0;
      margin-top: 20px;
      padding: 0; }
    .download > p {
      position: static;
      display: block;
      text-align: center;
      width: 100%;
      margin-top: 40px;
      margin-bottom: -20px; }
      .download > p span {
        width: 100%;
        text-align: center; } }
