@charset "UTF-8";
/* Basic Stuff */
/* Colors */
/* Lemonade grid overrides */
/* Layout */
/* Forms */
/* Header */
/* Buttons */
/* Slider */
/* Typography */
/* Bourbon Mixin Library */
/* normalize.css v3.0.1 | 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,
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: 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;
}

/* Normalize HTML */
/* Custom Mixins */
/**
 * Generic components
 */
.frame {
  margin: 0 auto;
  max-width: 1050px;
}
.frame:after {
  content: "";
  display: table;
  clear: both;
}

[class*=bit-] {
  float: left;
  padding: 19px;
}

.bit-1 {
  width: 100%;
}

.bit-2 {
  width: 50%;
}

.bit-3 {
  width: 33.3333333333%;
}

.bit-4 {
  width: 25%;
}

.bit-5 {
  width: 20%;
}

.bit-6 {
  width: 16.6666666667%;
}

.bit-7 {
  width: 14.2857142857%;
}

.bit-8 {
  width: 12.5%;
}

.bit-9 {
  width: 11.1111111111%;
}

.bit-10 {
  width: 10%;
}

.bit-11 {
  width: 9.0909090909%;
}

.bit-12 {
  width: 8.3333333333%;
}

.bit-25 {
  width: 25%;
}
@media (max-width: 55em) {
  .bit-25 {
    width: 100%;
  }
}

.bit-30 {
  width: 30%;
}
@media (max-width: 55em) {
  .bit-30 {
    width: 100%;
  }
}

.bit-40 {
  width: 40%;
}
@media (max-width: 55em) {
  .bit-40 {
    width: 100%;
  }
}

.bit-60 {
  width: 60%;
}
@media (max-width: 55em) {
  .bit-60 {
    width: 100%;
  }
}

.bit-70 {
  width: 70%;
}
@media (max-width: 55em) {
  .bit-70 {
    width: 100%;
  }
}

.bit-75 {
  width: 75%;
}
@media (max-width: 55em) {
  .bit-75 {
    width: 100%;
  }
}

@media (max-width: 30em) {
  .bit-1 {
    width: 100%;
  }

  .bit-2 {
    width: 100%;
  }

  .bit-3 {
    width: 100%;
  }

  .bit-4 {
    width: 100%;
  }

  .bit-5 {
    width: 100%;
  }

  .bit-6 {
    width: 100%;
  }

  .bit-7 {
    width: 100%;
  }

  .bit-8 {
    width: 100%;
  }

  .bit-9 {
    width: 100%;
  }

  .bit-10 {
    width: 100%;
  }

  .bit-11 {
    width: 100%;
  }

  .bit-12 {
    width: 100%;
  }
}
@media (min-width: 30em) and (max-width: 40em) {
  .bit-4,
.bit-6,
.bit-8,
.bit-10,
.bit-12 {
    width: 50%;
  }

  .bit-1,
.bit-2,
.bit-3,
.bit-5,
.bit-7,
.bit-9,
.bit-11 {
    width: 100%;
  }
}
@media (min-width: 40em) and (max-width: 55em) {
  .bit-2,
.bit-7 {
    width: 100%;
  }

  .bit-4,
.bit-8,
.bit-10,
.bit-12 {
    width: 50%;
  }
}
/**
 * Base
 */
html, body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
@media (max-width: 900px) {
  html, body {
    font-size: 16px;
  }
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

h4 {
  margin-bottom: 0;
}

dt {
  font-size: 25px;
  padding: 15px 0 5px 10px;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  color: #333333;
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 40em) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 40em) {
  h2 {
    font-size: 20px;
  }
}

/**
 * Links
 */
a {
  text-decoration: underline;
  color: #85bc00;
}

/**
 * Paragraphs
 */
p {
  margin-bottom: 30px;
  margin-top: 0;
}

.slim-paragraph {
  margin-left: auto;
  margin-right: auto;
  max-width: 570px;
}

.large-paragraph, .front-page .sub-headline {
  font-size: 20px;
  line-height: 28px;
}

.numbered {
  counter-reset: sec_a;
}
.numbered > section > header {
  font-size: 22px;
}
.numbered section {
  margin-bottom: 40px;
}
.numbered section header {
  margin-bottom: 10px;
}
.numbered > section {
  counter-increment: sec_a;
  counter-reset: sec_b;
}
.numbered > section > ol {
  list-style: none;
  counter-reset: l_a;
}
.numbered > section > ol > li {
  margin-top: 10px;
}
.numbered > section > ol > li header {
  font-weight: bold;
  font-size: 18px;
  font-variant: small-caps;
  display: inline;
  padding-right: 10px;
}
.numbered > section > ol > li:before {
  content: counter(sec_a) "." counter(l_a) " ";
  counter-increment: l_a;
}
.numbered > section > ol > li > ol > li {
  list-style-type: lower-roman;
}
.numbered > section > header:before {
  content: counter(sec_a) ". ";
}
.numbered > section > section {
  counter-increment: sec_b;
  counter-reset: sec_c;
}
.numbered > section > section > header:before {
  content: "(" counter(sec_b) ") ";
}
.numbered > section > section > section {
  counter-increment: sec_c;
}
.numbered > section > section > section > header:before {
  text-transform: none;
  content: "(" counter(sec_c, lower-roman) ") ";
}

p.simple {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 30px;
}

::-moz-selection {
  background-color: #85bc00;
  color: #fff;
}

::selection {
  background-color: #85bc00;
  color: #fff;
}

/* Font sizes, weights, etc. */
button.button,
a.button,
input[type=submit],
input[type=button] {
  background: #85bc00;
  color: #fff;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 18px;
  border: 0;
  padding: 12px 40px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
button.button:hover,
a.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: #242424;
  text-decoration: none;
}
button.button:visited,
a.button:visited,
input[type=submit]:visited,
input[type=button]:visited {
  color: #fff;
}
button.button:focus,
a.button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: 0;
  outline-width: 0;
}
@media (30em) {
  button.button,
a.button,
input[type=submit],
input[type=button] {
    font-size: 16px;
    padding: 12px 12px;
  }
}
button.button.dark,
a.button.dark,
input[type=submit].dark,
input[type=button].dark {
  background: #1b1b1b;
  color: #fff;
}
button.button.light,
a.button.light,
input[type=submit].light,
input[type=button].light {
  background: #fff;
  color: #1b1b1b;
}
button.button.block,
a.button.block,
input[type=submit].block,
input[type=button].block {
  display: block;
  width: 100%;
}
button.button.large,
a.button.large,
input[type=submit].large,
input[type=button].large {
  padding-top: 18px;
  padding-bottom: 18px;
}

button:focus {
  outline: 0;
  outline-width: 0;
}

form {
  margin: 0;
}

input[type=email],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  padding: 11px 12px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #898989;
}
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #898989;
}
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #898989;
}
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #898989;
}
input[type=email]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #898989;
  outline: 0;
}

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

textarea {
  min-height: 65px;
  height: 150px;
  padding-top: 6px;
  display: block;
  padding-bottom: 6px;
  resize: none;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

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

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

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

/**
 * Checkboxes
 */
.checkbox {
  margin-bottom: 20px;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  width: 300px;
}
.checkbox input[type=checkbox] {
  margin-right: 10px;
  display: inline-block;
}
.custom-checkboxes .checkbox {
  margin-bottom: 20px;
}
.custom-checkboxes .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #898989;
}
.custom-checkboxes .checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #898989;
  border-radius: 3px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.custom-checkboxes .checkbox input[type=checkbox] {
  display: none;
}
.custom-checkboxes .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  font-size: 18px;
  line-height: 17px;
  color: #242424;
}
.custom-checkboxes .checkbox input[type=checkbox]:disabled + label:before {
  background: #595959;
  border-color: #595959;
}
.custom-checkboxes-small .checkbox label {
  line-height: 20px;
  padding-left: 30px;
}
.custom-checkboxes-small .checkbox label:before {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}

/**
 * Form Errors
 */
.formfield-wrapper {
  margin-bottom: 20px;
}
.formfield-wrapper.formfield-wrapper-error input[type=email],
.formfield-wrapper.formfield-wrapper-error input[type=search],
.formfield-wrapper.formfield-wrapper-error input[type=text],
.formfield-wrapper.formfield-wrapper-error input[type=tel],
.formfield-wrapper.formfield-wrapper-error input[type=url],
.formfield-wrapper.formfield-wrapper-error input[type=password],
.formfield-wrapper.formfield-wrapper-error textarea,
.formfield-wrapper.formfield-wrapper-error select {
  border-color: #ff0000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.formfield-wrapper.formfield-wrapper-error .formfield-error {
  background: #ff0000;
  color: #fff;
  padding: 1px 12px;
  font-size: 14px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/** disabled form */
fieldset:disabled {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/**
 * Generic form
 */
.generic-form .required-note {
  margin-bottom: 25px;
  text-align: right;
  color: #898989;
  line-height: 18px;
}
.generic-form .formfield-wrapper + .required-note {
  margin-top: -10px;
}

/* Anti spam field */
.the-url-field {
  display: none;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/icons/iconfont.eot?717610f88795b30bea4721c2fa0eac4c");
  src: url("../fonts/icons/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/iconfont.woff?717610f88795b30bea4721c2fa0eac4c") format("woff"), url("../fonts/icons/iconfont.ttf?717610f88795b30bea4721c2fa0eac4c") format("truetype"), url("../fonts/icons/iconfont.svg?717610f88795b30bea4721c2fa0eac4c#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before,
.icon,
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow {
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before, .selectboxit-container .selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow:before {
  content: "\f103";
}

.icon-facebook:before {
  content: "\f104";
}

.icon-instagram:before {
  content: "\f105";
}

.icon-linkedin:before {
  content: "\f106";
}

.icon-twitter:before {
  content: "\f10d";
}

.icon-youtube:before {
  content: "\f108";
}

/* Icons - Don't edit this file */
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 500px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section.section-gray {
  background: #f5f5f5;
}
.section.section--green {
  background: #85bc00;
}
.section.section--green h1, .section.section--green h2, .section.section--green h3, .section.section--green h4, .section.section--green h5, .section.section--green h6 {
  color: #fff;
}
.section.section--green a, .section.section--green p, .section.section--green ul {
  color: #fff;
}
.section.section--green a {
  text-decoration: underline;
}
.section.section--green a:hover {
  text-decoration: none;
}
.section.section--divider {
  border-bottom: 1px solid #898989;
}
.section.section-large {
  padding-top: 104px;
  padding-bottom: 104px;
}
@media (max-width: 800px) {
  .section.section-large {
    padding-top: 91px;
    padding-bottom: 91px;
  }
}
@media (max-width: 500px) {
  .section.section-large {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
.section.section-small {
  padding-top: 53.3333333333px;
  padding-bottom: 53.3333333333px;
}
@media (max-width: 800px) {
  .section.section-small {
    padding-top: 46.6666666667px;
    padding-bottom: 46.6666666667px;
  }
}
@media (max-width: 500px) {
  .section.section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.divider {
  width: 100px;
  height: 1px;
  background: #85bc00;
  margin: 23px auto 23px auto;
}
.divider.divider-white {
  background: #fff;
}

.header-banner {
  background: #85bc00;
  text-align: center;
  padding: 20px 0;
}
.header-banner * {
  color: #fff;
}
.header-banner .headline {
  color: #fff;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.header-image-banner {
  background-position: center center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
.header-image-banner * {
  color: #fff;
}
.header-image-banner .tagline {
  margin: 0;
  font-size: 24px;
  max-width: 600px;
  line-height: 30px;
}
@media (min-width: 500px) {
  .header-image-banner {
    padding-bottom: 160px;
  }
  .header-image-banner .tagline {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 900px) {
  .header-image-banner {
    padding-bottom: 320px;
  }
  .header-image-banner .tagline {
    font-size: 32px;
    line-height: 40px;
  }
}

/* Clearfix */
.clearfix:after, .pricing-plan-list:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix, html[xmlns] .pricing-plan-list {
  display: block;
}

* html .clearfix, * html .pricing-plan-list {
  height: 1%;
}

a {
  text-decoration: none;
  color: #85bc00;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #85bc00;
}

.selectboxit-container {
  width: 100%;
}
.selectboxit-container * {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.selectboxit-container span {
  height: 40px;
  line-height: 40px;
}
.selectboxit-container .selectboxit {
  width: 100% !important;
  border-radius: 5px;
  padding-left: 12px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.selectboxit-container .selectboxit:hover .selectboxit-arrow-container, .selectboxit-container .selectboxit.selectboxit-open .selectboxit-arrow-container {
  background: #242424;
}
.selectboxit-container .selectboxit-text {
  text-indent: 0;
}
.selectboxit-container .selectboxit-options {
  width: 100% !important;
  min-width: 0 !important;
  border-radius: 5px;
}
.selectboxit-container .selectboxit-options a {
  height: auto;
}
.selectboxit-container .selectboxit-option-icon-container {
  display: none !important;
}
.selectboxit-container .selectboxit-list .selectboxit-option {
  border-bottom: 1px solid #e5e5e5;
  text-indent: 0;
}
.selectboxit-container .selectboxit-list .selectboxit-option:last-child {
  border: 0;
}
.selectboxit-container .selectboxit-list .selectboxit-option-anchor {
  padding: 3px 12px;
  display: block;
}
.selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #fff;
  color: #242424;
}
.selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor:hover {
  background: #e5e5e5;
}
.selectboxit-container .selectboxit-btn {
  background: #fff;
  box-shadow: 0;
  border: 1px solid #c2c2c2;
}
.selectboxit-container .selectboxit-btn.selectboxit-enabled:focus {
  background-color: #fff;
}
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container {
  text-align: left;
  background: #85bc00;
  padding: 0 10px;
  width: auto;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container .selectboxit-arrow {
  top: initial;
  left: initial;
}
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow {
  border: 0;
  color: #fff;
  left: 0;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
}
.selectboxit-container .selectboxit-btn .selectboxit-arrow-container .selectboxit-default-arrow:before {
  font-size: 14px;
  line-height: 56px;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
  background: #fdfdfd;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader {
  position: fixed;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background-image: url(../images/venobox/preload-circle.png);
  text-indent: -100px;
  overflow: hidden;
  -webkit-animation: playload 1.4s steps(18) infinite;
  -moz-animation: playload 1.4s steps(18) infinite;
  -ms-animation: playload 1.4s steps(18) infinite;
  -o-animation: playload 1.4s steps(18) infinite;
  animation: playload 1.4s steps(18) infinite;
}

@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-moz-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-ms-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-o-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
/* IOS preloader */
/*.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:32px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../images/venobox/preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:11px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../images/venobox/preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed; 
    width:32px; 
    height:10px;
    left:50%; 
    top:50%; 
    margin-left:-16px; 
    margin-top:-16px;
    background-image: url(../images/venobox/preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 46px;
  height: 40px;
  padding: 10px 20px 10px 0;
  display: block;
  background: url(../images/venobox/close.gif) no-repeat #161617;
  background-position: 10px center;
  color: #fff;
  text-indent: -100px;
  overflow: hidden;
}

.vbox-next, .vbox-prev {
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 170px;
  margin-top: -85px;
  text-indent: -100px;
  border: solid transparent;
  /* Using border instead of padding to keep bg image in place */
  overflow: hidden;
}

.vbox-prev {
  left: 0;
  border-width: 0 30px 0 10px;
  background: url(../images/venobox/prev.gif) center center no-repeat;
}

.vbox-next {
  right: 0;
  border-width: 0 10px 0 30px;
  background: url(../images/venobox/next.gif) center center no-repeat;
}

.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 6px 40px;
  overflow: hidden;
  background: #161617;
  position: fixed;
  display: none;
  top: -1px;
  left: 0;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  top: -1px;
  left: 0;
  height: 40px;
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  background: #161617;
  display: none;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  padding: 10px;
  background: #fff;
  text-align: left;
  margin: 0 auto;
  overflow: auto;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  border: none;
  width: 960px;
  height: 720px;
}

@media (max-width: 992px) {
  .venoframe {
    width: 640px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .venoframe {
    width: 420px;
    height: 315px;
  }
}
@media (max-width: 460px) {
  .vbox-inline {
    width: 100%;
  }

  .venoframe {
    width: 100%;
    height: 260px;
  }
}
/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: relative;
  background: #000;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.team-images {
  text-align: center;
}
.team-images ul {
  padding: 0;
  list-style: none;
}
.team-images li {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}
.team-images li:last-child {
  margin-right: 0;
}
.team-images li img {
  max-width: 100%;
}

table {
  width: 100%;
  background: transparent;
  border-collapse: separate;
  border-spacing: 0px 3px;
}
table tr td, table tr th {
  background: #fff;
  padding: 10px 0;
  padding-right: 20px;
}
table tr td:first-child, table tr th:first-child {
  padding-left: 20px;
}
table tr.transparent-row td, table tr.transparent-row th {
  background: transparent;
}

.swiper-pagination-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  margin: 0;
  margin-left: 10px;
}
.swiper-pagination-button.swiper-pagination-button-prev {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-left: initial;
  margin-right: 10px;
}
.swiper-pagination-button svg {
  display: block;
  height: 18px;
}

.swiper-container .swiper-pagination {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  width: auto;
  border: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #3d4d0b;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  margin: 0 5px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3d4d0b;
}

/**
 * Base styles
 */
body {
  background: #fff;
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

[class*=bit-] {
  padding-top: 0;
  padding-bottom: 0;
}

.frame {
  padding-left: 3px;
  padding-right: 3px;
}
.frame.frame-slim {
  max-width: 760px;
}

@media (max-width: 40em) {
  .bit-60 {
    width: 100%;
  }

  .bit-75 {
    width: 100%;
  }
}
.large-icon {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 18px;
  color: #fff;
}

/* Transparent header config */
.header-transparent .content-wrapper {
  padding-top: 0;
}

/**
 * Lists
 */
ul, ol {
  margin-top: 0;
  margin-bottom: 30px;
}

/**
 * Helper Classes
 */
.nmb {
  margin-bottom: 0;
}

.pr {
  position: relative;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hidden {
  display: none;
}

.last-no-margin > :last-child {
  margin-bottom: 0;
}

/**
 * Responsive helper classes
 */
.small-up {
  display: none;
}
@media (min-width: 500px) {
  .small-up {
    display: block;
  }
}

/* Override Colors */
.white {
  color: #fff;
}

.gray {
  color: #898989;
}

/* Make images responsive */
img {
  max-width: 100%;
  height: auto;
}

/**
 * Layout parts
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  height: 60px;
  overflow: visible;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.header .button {
  padding: 8px 10px;
  font-size: 16px;
}
.header .header-inner {
  position: relative;
}
.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.header .logo {
  height: 60px;
  width: 90px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  transition: all, 0.3s;
  float: left;
}
.header .logo .piece-part {
  fill: #85bc00;
}
.header li {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header li:last-child {
  margin-right: 0;
}
@media (max-width: 30em) {
  .header li {
    margin-right: 15px;
  }
}
.header li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
}
.header li a.active {
  color: #85bc00 !important;
}
.header li a:not(.button) {
  line-height: 60px;
}
.header li a:not(.button):hover {
  color: #85bc00 !important;
}
.header li .button {
  color: #fff;
}
@media (max-width: 530px) {
  .header li {
    margin-right: 15px;
  }
}
.header-transparent:not(.header-scrolled) .header {
  background-color: rgba(0, 0, 0, 0.45);
  border: 0;
}
.header-transparent:not(.header-scrolled) .header li a {
  color: #fff;
}
.header-transparent:not(.header-scrolled) .header .logo {
  fill: #fff;
}
.header-transparent:not(.header-scrolled) .header .logo .piece-part {
  fill: #fff;
}
@media (max-width: 1000px) {
  .header li {
    margin-right: 20px;
  }
  .header li a {
    font-size: 14px;
  }
}
@media (max-width: 930px) {
  .header.header-nav-open.header-transparent {
    background: #242424;
  }
  .header.header-nav-open nav.main {
    display: block;
  }
  .header nav.main {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
  }
  .header ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
  }
  .header ul li {
    text-align: center;
    display: block;
    margin: 0;
    height: auto;
    width: 100%;
    float: none;
  }
  .header ul li a {
    top: 0;
    position: static;
    display: block;
    margin: 0;
    line-height: 1.5 !important;
    padding: 10px 5px;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    color: #333333 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header ul li .button {
    border-radius: 0;
    font-size: 14px;
    background: #85bc00;
  }
  .header.header-transparent nav.main {
    background: #242424;
  }
  .header.header-transparent .mobile-nav-button svg .st0 {
    fill: #fff;
  }
}
.header .mobile-nav-button {
  border: 0;
  display: none;
  margin-right: 0;
  position: absolute;
  right: 22px;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 60px;
  padding: 0;
}
.header .mobile-nav-button svg {
  display: inline-block;
  height: 18px;
  position: relative;
  top: 2px;
}
.header .mobile-nav-button svg .st0 {
  fill: #333333;
}
@media (max-width: 930px) {
  .header .mobile-nav-button {
    display: inline-block;
  }
}

.content-wrapper {
  padding-top: 60px;
}

.footer {
  text-align: center;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 30px;
  background: #242424;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #fff;
}
.footer .links {
  margin-bottom: 100px;
  text-transform: uppercase;
}
.footer .links .link-list {
  margin-bottom: 12px;
  padding: 0;
}
.footer .links .link-list li {
  display: inline-block;
  line-height: 28px;
  font-size: 22px;
  margin-right: 40px;
}
.footer .links .link-list li a:hover {
  text-decoration: none;
  color: #85bc00;
}
@media (max-width: 770px) {
  .footer .links .link-list li {
    text-align: center;
    width: 50%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.footer .links .link-list li:last-child {
  margin-right: 0;
}
.footer .apps {
  margin-bottom: 80px;
}
.footer .apps .heading {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: -5px;
  text-transform: none;
  color: #fff;
}
.footer .apps .apps-logo {
  position: relative;
  top: 29px;
  width: 117px;
  margin-left: -20px;
  z-index: 0;
}
.footer .apps ul {
  padding: 0;
}
.footer .apps li {
  display: inline-block;
  z-index: 100;
  position: relative;
}
.footer .apps li:first-child {
  margin-right: 24px;
}
@media (max-width: 30em) {
  .footer .apps li:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 30em) {
  .footer .apps li {
    font-size: 12px;
  }
}
.footer .apps li .circle {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}
.footer .apps li .circle.right {
  margin-right: 10px;
}
.footer .apps li .circle.left {
  margin-left: 10px;
}
@media (max-width: 30em) {
  .footer .apps li .circle.right {
    margin-right: 5px;
  }
  .footer .apps li .circle.left {
    margin-left: 5px;
  }
}
.footer .apps li .circle:before {
  color: #85bc00;
  font-size: 14px;
  vertical-align: middle;
  line-height: 68.75px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .apps li a {
  display: block;
}
.footer .apps li a:hover {
  text-decoration: none;
}
.footer .apps li a:hover .circle,
.footer .apps li a:hover .circle:before {
  color: #242424 !important;
}
.footer .apps li .label {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.footer .bottom {
  font-size: 14px;
  text-align: left;
  color: #595959;
  text-transform: none;
  padding: 20px 0;
  border-top: 1px solid #595959;
}
.footer .bottom .social-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.footer .bottom .social-list li {
  margin-right: 10px;
  display: inline-block;
}
.footer .bottom .social-list li a {
  display: block;
}
.footer .bottom .social-list li a:before {
  font-size: 12px;
}
.footer .bottom .social-list li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .bottom .copy-notice {
  margin-right: 10px;
  display: inline-block;
}
.footer .bottom .partner-link {
  text-decoration: underline;
}
.footer .bottom .partner-link:hover {
  text-decoration: underline;
}
.footer .bottom a {
  color: #595959;
}
.footer .bottom .bottom-right {
  text-align: right;
}
@media (max-width: 55em) {
  .footer .bottom .bottom-right {
    margin-top: 10px;
    text-align: left;
  }
}
.footer .bottom .link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .bottom .link-list li {
  display: inline-block;
  margin-right: 20px;
}
.footer .bottom .link-list li:last-child {
  margin-right: 0;
}
.footer .bottom .link-list a {
  text-decoration: underline;
}
.footer a {
  color: #fff;
}
.footer a.button {
  color: #1b1b1b;
}

.section-call-to-action .logo {
  max-width: 145px;
  margin-bottom: 30px;
}
.section-call-to-action .slim-paragraph {
  margin-bottom: 50px;
}
.section-call-to-action .pricing {
  text-align: center;
  margin-top: 50px;
}

.pricing-plan-list-section .headline {
  text-align: center;
  margin-bottom: 40px;
}
.pricing-plan-list-section .contact-us-note {
  text-align: center;
  margin-bottom: 0;
}

.pricing-plan-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

@media (max-width: 45em) {
  .pricing-plan-wrapper {
    width: 100% !important;
  }
  .pricing-plan-wrapper .pricing-plan-box {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.pricing-plan-wrapper .pricing-plan-box {
  background: #fff;
  padding: 40px 10px;
  padding-left: 22%;
  display: block;
  position: relative;
}
.pricing-plan-wrapper .pricing-plan-box p {
  color: #333333;
}
.pricing-plan-wrapper .pricing-plan-special-offer {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.pricing-plan-wrapper .pricing-plan-special-offer p {
  position: relative;
  color: white;
  text-align: center;
  width: 50px;
  right: 10px;
  top: 10px;
  margin: 0 auto;
}
.pricing-plan-wrapper .pricing-plan-special-offer:before {
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-width: 0 120px 120px 0;
  border-color: transparent #fb3218 transparent transparent;
}
.pricing-plan-wrapper .pricing-plan-title {
  color: #85bc00;
  font-size: 22px;
  display: block;
}
.pricing-plan-wrapper .pricing-plan-price {
  font-size: 32px;
}
.pricing-plan-wrapper .pricing-plan-period {
  font-size: 14px;
  color: #898989;
}
.pricing-plan-wrapper .pricing-plan-more {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}
.pricing-plan-wrapper p:last-child {
  margin-bottom: 0;
}

.splash-section {
  text-align: center;
  background: #333;
  color: #fff;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.splash-section h1, .splash-section h2, .splash-section h3, .splash-section h4, .splash-section h5, .splash-section h6 {
  color: #fff;
}
.splash-section .log-in {
  color: #fff;
}
.splash-section:before {
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.splash-section .content {
  padding: 140px 0;
  position: relative;
}
@media (min-width: 700px) {
  .splash-section {
    background-position: center center;
  }
}
@media (min-width: 55em) {
  .splash-section {
    height: 100vh;
  }
  .splash-section .content {
    padding: 80px 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.splash-section .tagline {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (min-width: 40em) {
  .splash-section .tagline {
    font-size: 30px;
  }
}
@media (min-width: 55em) {
  .splash-section .tagline {
    font-size: 36px;
  }
}
.splash-section .sub-paragraph {
  max-width: 600px;
  margin: 0 auto;
  font-size: 12px;
}
@media (min-width: 40em) {
  .splash-section .sub-paragraph {
    font-size: 14px;
  }
}
@media (min-width: 55em) {
  .splash-section .sub-paragraph {
    font-size: 16px;
  }
}
.splash-section .learn-more {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.splash-section .learn-more i {
  font-size: 16px;
  line-height: 40px;
}

.splash-devices {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  padding-top: 28px;
}
@media (min-width: 1400px) {
  .splash-devices {
    background-position: center -50px;
  }
}
@media (min-width: 1800px) {
  .splash-devices {
    background-position: center -100px;
  }
}
.splash-devices .splash-inner {
  height: 500px;
  position: relative;
  z-index: 1;
}
.splash-devices .title {
  text-transform: uppercase;
  color: #242424;
  font-size: 30px;
}
.splash-devices .subheadline {
  max-width: 400px;
  font-size: 22px;
}
@media (max-width: 800px) {
  .splash-devices .subheadline {
    font-size: 18px;
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .splash-devices .subheadline {
    max-width: 230px;
  }
}
.splash-devices .devices-image {
  position: absolute;
  right: -50px;
  bottom: -80px;
  max-width: 500px;
}
@media (max-width: 800px) {
  .splash-devices .splash-inner {
    height: auto;
    padding-bottom: 200px;
  }
  .splash-devices .devices-image {
    max-width: 400px;
    bottom: -50px;
    right: -20px;
  }
  .splash-devices .title {
    color: #fff;
  }
  .splash-devices:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: block;
  }
}
@media (max-width: 700px) {
  .splash-devices .splash-inner {
    padding-bottom: 140px;
  }
  .splash-devices .devices-image {
    max-width: 280px;
    bottom: -40px;
    right: -20px;
  }
}

.triple-images .sports-image {
  background-position: center center;
  background-size: cover;
  height: 300px;
  width: 33.33%;
}
@media (max-width: 55em) {
  .triple-images .sports-image {
    height: 180px;
  }
}
@media (max-width: 40em) {
  .triple-images .sports-image {
    height: 150px;
  }
}

.section-connect {
  background-size: cover;
  background-position: left bottom;
  position: relative;
  padding-top: 260px;
  padding-bottom: 120px;
}
.section-connect .text-container {
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.section-connect .text-container p:last-child {
  margin-bottom: 0;
}
@media (max-width: 55em) {
  .section-connect {
    padding-bottom: 100px;
    padding-top: 80px;
    color: #fff;
  }
  .section-connect .text-container {
    margin-right: 0;
  }
  .section-connect:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .section-connect h1, .section-connect h2, .section-connect h3, .section-connect h4, .section-connect h5, .section-connect h6 {
    color: #fff;
  }
}
@media (max-width: 640px) {
  .section-connect .text-container {
    max-width: none;
  }
}

.section-collaborate .text-container {
  max-width: 350px;
  padding-top: 60px;
}
.section-collaborate p:last-child {
  margin: 0;
}
.section-collaborate img {
  margin-bottom: -350px;
  position: relative;
  z-index: 20;
}
@media (max-width: 1030px) {
  .section-collaborate img {
    margin-bottom: -300px;
  }
}
@media (max-width: 55em) {
  .section-collaborate .bit-2 {
    width: 50%;
  }
  .section-collaborate .text-container {
    max-width: none;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .section-collaborate img {
    margin-bottom: 0;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}
@media (max-width: 40em) {
  .section-collaborate .bit-2 {
    width: 100%;
  }
}

.section-macro {
  text-align: center;
}
.section-macro .macro-slider {
  margin: 40px 0;
}
.section-macro .macro-slider .swiper-wrapper {
  margin-bottom: 20px;
}
.section-macro .macro-slider .swiper-slide p {
  color: #3d4d0b;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}
.section-macro .macro-slider-pagination .swiper-pagination-bullet {
  border: 1px solid #3d4d0b;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
}
.section-macro .macro-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3d4d0b;
}
.section-macro .swiper-pagination-button .arrow {
  fill: #3d4d0b;
}
@media (max-width: 40em) {
  .section-macro .macro-slider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.section-tracking {
  text-align: right;
}
.section-tracking .graph-container {
  padding: 10px;
  border-radius: 2px;
  background: #fff;
  width: 100%;
  position: relative;
  margin-top: -200px;
  z-index: 20;
}
.section-tracking .graph-container img {
  width: 100%;
}
.section-tracking .text-container {
  max-width: 350px;
  text-align: left;
  display: inline-block;
}
@media (max-width: 55em) {
  .section-tracking .bit-2 {
    width: 50%;
  }
  .section-tracking .graph-container {
    margin-top: -140px;
  }
}
@media (max-width: 740px) {
  .section-tracking .graph-container {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .section-tracking .bit-2 {
    width: 100%;
  }
  .section-tracking img {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
  }
  .section-tracking .text-container {
    max-width: none;
  }
}

.tracking-image {
  background-size: cover;
  background-image: url(../images/front/tracking.jpg);
  background-position: center center;
  height: 360px;
  position: relative;
}
.tracking-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 55em) {
  .tracking-image {
    background-position: right center;
    height: 300px;
  }
}
@media (max-width: 40em) {
  .tracking-image {
    height: 250px;
    background-position: center center;
  }
}
@media (max-width: 600px) {
  .tracking-image {
    background-position: right center;
  }
}
@media (max-width: 400px) {
  .tracking-image {
    height: 200px;
    background-position: center center;
  }
}

.section-micro .top {
  text-align: center;
  margin-bottom: 50px;
}
.section-micro .text-container {
  max-width: none;
}
.section-micro img {
  width: 800px;
  max-width: none;
}
.section-micro .micro-slider {
  width: 800px;
}
@media (max-width: 55em) {
  .section-micro .micro-slider {
    width: 100%;
  }
}
.section-micro .micro-slider .swiper-wrapper {
  margin-bottom: 15px;
}
.section-micro .micro-slider-pagination .swiper-pagination-bullet {
  border: 1px solid #242424;
}
.section-micro .micro-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #242424;
}
@media (min-width: 1300px) {
  .section-micro .pagination-wrapper {
    text-align: center;
  }
}
@media (max-width: 1300px) {
  .section-micro .pagination-wrapper {
    text-align: left;
  }
  .section-micro .swiper-pagination-button-prev {
    margin-left: 200px;
  }
}
@media (max-width: 55em) {
  .section-micro .swiper-pagination-button-prev {
    margin-left: 0;
  }
  .section-micro .pagination-wrapper {
    text-align: center;
  }
}
@media (max-width: 55em) {
  .section-micro .top {
    margin-bottom: 0;
  }
  .section-micro img {
    width: 100%;
  }
  .section-micro .text-container {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 40em) {
  .section-micro .text-container {
    max-width: none;
    text-align: left;
  }
}

.section-image-left {
  padding-top: 100px;
}
.section-image-left .top {
  text-align: center;
  margin-bottom: 95px;
}
@media (max-width: 500px) {
  .section-image-left {
    padding-top: 80px;
  }
  .section-image-left .top {
    margin-bottom: 60px;
  }
  .section-image-left .image {
    margin-bottom: 20px;
  }
}

.section-testimonials {
  text-align: center;
  color: #fff;
  background: url(../images/private-trainers/chess-piece.jpg);
  background-position: top center;
  background-size: cover;
}
.section-testimonials .title {
  margin-bottom: 20px;
  color: white;
}
.section-testimonials h1, .section-testimonials h2, .section-testimonials h3, .section-testimonials h4, .section-testimonials h5, .section-testimonials h6 {
  color: #fff;
}
.section-testimonials blockquote {
  font-size: 20px;
  line-height: 1.2;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section-testimonials blockquote p {
  margin-bottom: 10px;
}
.section-testimonials blockquote p:before, .section-testimonials blockquote p:after {
  content: '"';
  display: inline;
}
.section-testimonials blockquote cite {
  font-style: normal;
  font-size: 16px;
}
.section-testimonials blockquote cite:before {
  content: "-";
  margin-right: 2px;
}
.section-testimonials .logos {
  list-style: none;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
}
.section-testimonials .logos li {
  display: inline-block;
  margin-right: 30px;
}
.section-testimonials .logos li:last-child {
  margin-right: 0;
}
.section-testimonials .logos li img {
  height: 70px;
  width: auto;
}
@media (max-width: 700px) {
  .section-testimonials .logos li {
    width: 33%;
    margin-right: 0;
  }
}
.section-testimonials .logos button {
  cursor: initial;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.section-testimonials .many-more {
  font-size: 16px;
  text-align: center;
  margin-top: 14px;
}

.section-intro {
  text-align: center;
}
.section-intro .top {
  margin-bottom: 80px;
}
@media (max-width: 40em) {
  .section-intro .top {
    margin-bottom: 40px;
  }
}
.section-intro .bottom {
  text-align: right;
}
.section-intro .bottom .left-text-container {
  display: inline-block;
  padding-right: 20px;
}
.section-intro .bottom .right-text-container {
  padding-left: 20px;
}
.section-intro .bottom p {
  text-align: left;
  max-width: 380px;
}
.section-intro .bottom .bit-2 {
  width: 50%;
}
@media (max-width: 40em) {
  .section-intro .bottom p {
    max-width: none;
  }
}
@media (max-width: 630px) {
  .section-intro .bottom .bit-2 {
    width: 100%;
  }
  .section-intro .bottom .left-text-container,
.section-intro .bottom .right-text-container {
    padding: 0;
  }
  .section-intro .bottom .right-text-container p {
    margin-bottom: 0;
  }
}
.section-intro .headline {
  text-align: center;
  color: #85bc00;
  margin-bottom: 20px;
}
.section-intro .sub-headline {
  text-align: center;
}
.section-intro .logo-list {
  list-style: none;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 0;
  padding: 0;
}
.section-intro .logo-list li {
  display: inline-block;
  margin-right: 80px;
  vertical-align: top;
}
.section-intro .logo-list li:last-child {
  margin-right: 0;
}
.section-intro .logo-list li img {
  height: 80px;
  width: auto;
}
.section-intro .logo-list li .name {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  z-index: 10;
}
@media (max-width: 860px) {
  .section-intro .logo-list {
    margin-bottom: 40px;
  }
  .section-intro .logo-list li {
    width: 33%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-intro .logo-list li img {
    height: 70px;
  }
}
.section-intro .many-more {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

/**
 * Page specific styles
 */
.front-page {
  color: #898989;
}
.front-page .call-to-action .button {
  margin-bottom: 15px;
}
.front-page .call-to-action .log-in {
  font-weight: bold;
  color: #333333;
}
.front-page .section h1 {
  margin-bottom: 40px;
}
.front-page .section .headline-with-sub {
  margin-bottom: 15px;
}
@media (max-width: 40em) {
  .front-page .sub-headline {
    font-size: 18px;
    line-height: 1.5;
  }
}
.front-page #pricing .headline {
  text-align: center;
}

/**
 * ABOUT Page
 */
.about-page .header-image-banner {
  background-image: url(../images/header-push-up.jpg);
}
.about-page .investors-list {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 55em) {
  .about-page .investors-list .top-row {
    margin-bottom: 60px;
  }
}
.about-page .investors-list img {
  max-width: 250px;
}
@media (max-width: 55em) {
  .about-page .investors-list img {
    margin-bottom: 30px;
  }
}

:root {
  --pricing-ratio: calc(3 / 500);
}

.no-js .pricing-page .requires-js {
  display: none;
}

.pricing-page {
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
  how to remove the virtical space around the range input in IE*/
}
.pricing-page input[type=range] {
  width: 100%;
  margin: 9.5px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
.pricing-page input[type=range]:focus {
  outline: none;
}
.pricing-page input[type=range]::-webkit-slider-runnable-track {
  background: #82ba28;
  border: 0;
  border-radius: 1px;
  width: 100%;
  height: 6px;
  cursor: pointer;
}
.pricing-page input[type=range]::-webkit-slider-thumb {
  width: 23px;
  height: 23px;
  background: #ffffff;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin-top: -8.5px;
  -webkit-appearance: none;
}
.pricing-page input[type=range]:focus::-webkit-slider-runnable-track {
  background: #91cf2c;
}
.pricing-page input[type=range]::-moz-range-track {
  background: #82ba28;
  border: 0;
  border-radius: 1px;
  width: 100%;
  height: 6px;
  cursor: pointer;
}
.pricing-page input[type=range]::-moz-range-thumb {
  width: 23px;
  height: 23px;
  background: #ffffff;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.pricing-page input[type=range]::-ms-track {
  background: #82ba28;
  border: 0;
  border-radius: 1px;
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 14.6px 0;
  color: transparent;
}
.pricing-page input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0;
  border-radius: 2px;
}
.pricing-page input[type=range]::-ms-fill-upper {
  background: #82ba28;
  border: 0;
  border-radius: 2px;
}
.pricing-page input[type=range]::-ms-thumb {
  width: 23px;
  height: 23px;
  background: #ffffff;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.pricing-page input[type=range]:focus::-ms-fill-lower {
  background: #82ba28;
}
.pricing-page input[type=range]:focus::-ms-fill-upper {
  background: #91cf2c;
}
@supports (-ms-ime-align: auto) {
  .pricing-page {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .pricing-page input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.pricing-page .slider-widget {
  margin: 1rem 0 3rem;
}
.pricing-page .seats-label-wrapper {
  position: relative;
}
@supports (position: var(--position)) {
  .pricing-page #seats-label {
    position: absolute;
    left: calc(var(--pricing-ratio) * 100% + 12px - var(--pricing-ratio) * 24px);
    transform: translateX(-50%);
    bottom: 0.5rem;
    white-space: nowrap;
  }
}
.pricing-page .add-on {
  margin-bottom: 1rem;
}
.pricing-page .add-on label {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 0;
}
.pricing-page .add-on label input {
  margin-right: 1ch;
  width: 20px;
}
.pricing-page .add-on label input[disabled] {
  visibility: hidden;
}
.pricing-page .feature-price {
  margin: 0 1ch;
}
.pricing-page .add-on-descr {
  color: #595959;
  font-size: 14px;
  margin-left: 28px;
  margin-left: calc(20px + 1ch);
}
.pricing-page .pricing-more-seats {
  display: none;
}
.pricing-page .pricing-more-seats--visible {
  display: block;
}
.pricing-page .pricing-currency {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.pricing-page .pricing-currency label {
  margin: 0 1ch;
  font-size: 14px;
}
.pricing-page .pricing-currency input {
  margin-right: 0.25ch;
}
.pricing-page .light-box-section {
  background: #fff;
  padding: 20px 10px;
  margin: 20px 0;
}
.pricing-page .contact-us-note {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}
.pricing-page .feature-list {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.pricing-page .feature-list svg {
  display: inline-block;
  width: 40px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}
.pricing-page .feature-list svg:before {
  font-size: 18px;
  color: #595959;
  line-height: 16px;
}
@media (max-width: 840px) and (min-width: 40em) {
  .pricing-page .feature-list svg {
    width: 30px;
  }
}
.pricing-page .feature-list li {
  font-size: 16px;
  margin-bottom: 20px;
  vertical-align: top;
}
.pricing-page .plans .headline, .pricing-page .plans .sub-headline {
  text-align: center;
}
.pricing-page .plans .pricing-details {
  margin: 0 auto 2rem;
  display: block;
  max-width: 650px;
}
.pricing-page .plans .pricing-details--toggle {
  text-decoration: underline;
  cursor: pointer;
}
.pricing-page .plans .pricing-details[open] .pricing-details--toggle {
  display: none;
}
.pricing-page .plans .pricing-table {
  margin-top: 2rem;
}
.pricing-page .pricing-cta {
  margin-top: 2rem;
}
@media (max-width: 840px) {
  .pricing-page .frame {
    display: flex;
    flex-direction: column;
  }
  .pricing-page .pricing-intro {
    order: 0;
  }
  .pricing-page .pricing-features {
    order: 1;
  }
  .pricing-page .slider-widget {
    order: 2;
    margin-top: 4rem;
  }
  .pricing-page .pricing-plan-wrapper {
    order: 3;
  }
  .pricing-page .pricing-add-ons {
    order: 4;
    margin-top: 1rem;
  }
  .pricing-page .pricing-cta {
    order: 5;
  }
}

.partner-program-page .header-image-banner {
  background-image: url(../images/header-swimmer.jpg);
}
.partner-program-page .step-2 {
  display: none;
}

.requirements ul header {
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 5px;
}
.requirements ul li {
  margin-left: 25px;
}
.requirements #mobile-native {
  padding: 1em;
  background-color: #eee;
}

.contact-page .contact-form .step-1 {
  float: none;
}
.contact-page .contact-form .step-2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 2s ease;
  -moz-transition: max-height 2s ease;
  transition: max-height 2s ease;
}
.contact-page .contact-form .step-2::after {
  clear: both;
  content: "";
  display: table;
}
.contact-page .contact-form .step-2.visible {
  max-height: 1000px;
}
.contact-page .contact-form.contact-form-errors .step-2 {
  max-height: 1000px;
}
.contact-page .email-contact h3 {
  margin-bottom: 8px;
}
.contact-page .email-contact a {
  color: #333333;
}

.trial-page .intro-headline {
  color: #333333;
  text-transform: none;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
}
.trial-page .left-column {
  padding-right: 90px;
}
@media (max-width: 55em) {
  .trial-page .left-column {
    padding-right: 0;
  }
}
.trial-page .trial-form .checkbox {
  margin: 0;
  line-height: 18px;
}
.trial-page .trial-form .checkbox label {
  margin: 0;
}
.trial-page .trial-form .newsletter-small {
  margin-bottom: 30px;
  display: block;
  color: #898989;
}

.private-trainer-page {
  color: #898989;
}
.private-trainer-page .splash-devices {
  background-image: url(../images/private-trainers/athlete-2.jpg);
}
.private-trainer-page h1, .private-trainer-page h2, .private-trainer-page h3, .private-trainer-page h4, .private-trainer-page h5, .private-trainer-page h6 {
  text-transform: none;
  color: #333333;
  line-height: 1.2;
}
.private-trainer-page h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 40em) {
  .private-trainer-page h1 {
    font-size: 26px;
  }
}
.private-trainer-page h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 40em) {
  .private-trainer-page h2 {
    font-size: 20px;
  }
}
.private-trainer-page img.arrow {
  width: 40px;
}
.private-trainer-page .button.light {
  color: #85bc00;
}
.private-trainer-page #intro {
  padding-top: 100px;
}
.private-trainer-page #intro .top {
  text-align: center;
  margin-bottom: 95px;
}
@media (max-width: 500px) {
  .private-trainer-page #intro {
    padding-top: 80px;
  }
  .private-trainer-page #intro .top {
    margin-bottom: 60px;
  }
  .private-trainer-page #intro .image {
    margin-bottom: 20px;
  }
}
.private-trainer-page #workout-plans {
  text-align: center;
}
.private-trainer-page #workout-plans .top {
  margin-bottom: 80px;
}
.private-trainer-page #workout-plans img {
  margin-bottom: 30px;
  height: 150px;
}
.private-trainer-page #workout-plans p {
  margin-bottom: 0;
}
@media (max-width: 40em) {
  .private-trainer-page #workout-plans .column {
    margin-top: 40px;
  }
  .private-trainer-page #workout-plans .column:first-child {
    margin-top: 0;
  }
  .private-trainer-page #workout-plans img {
    height: 120px;
    margin-bottom: 10px;
  }
  .private-trainer-page #workout-plans img.step-1 {
    height: 80px;
  }
}
@media (max-width: 40em) {
  .private-trainer-page #feedback img {
    margin-bottom: 20px;
  }
}
.private-trainer-page #call-to-action-1 {
  margin-left: 80px;
  margin-right: 80px;
}
@media (max-width: 1260px) {
  .private-trainer-page #call-to-action-1 {
    margin: 0;
  }
}
.private-trainer-page #communication {
  padding-bottom: 0;
}
.private-trainer-page #communication img {
  max-width: 240px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 40em) {
  .private-trainer-page #communication img {
    max-width: 200px;
    margin-top: 40px;
  }
}
.private-trainer-page #adaption {
  text-align: center;
}
.private-trainer-page #adaption .images-container {
  margin-bottom: 50px;
  margin-top: 80px;
}
.private-trainer-page #adaption img {
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
}
.private-trainer-page #adaption .arrow {
  margin-right: 50px;
  margin-left: 50px;
}
@media (max-width: 680px) {
  .private-trainer-page #adaption img {
    display: block;
    margin: 0 auto;
  }
  .private-trainer-page #adaption .arrow {
    margin: 40px auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.page-404 .section {
  text-align: center;
}
.page-404 .error-image {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
.page-404 .headline {
  margin-bottom: 30px;
  color: #898989;
}

.faq ol, .faq ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.faq p {
  margin-bottom: 15px;
}

.tennis-page .splash-devices {
  background-image: url(../images/tennis/header.jpg);
  background-position: center bottom;
}
.tennis-page .splash-devices h1, .tennis-page .splash-devices h2, .tennis-page .splash-devices h3, .tennis-page .splash-devices h4, .tennis-page .splash-devices h5, .tennis-page .splash-devices h6 {
  color: white;
}
.tennis-page .splash-devices .splash-inner {
  padding-top: 20px;
}
@media (max-width: 800px) {
  .tennis-page .splash-devices .splash-inner {
    padding-top: 0;
  }
}
.tennis-page .splash-devices .title {
  margin-bottom: 10px;
}
.tennis-page .section-logo {
  background: url(../images/tennis/tennis-player.jpg) center center;
  background-size: cover;
  padding: 200px 0;
  position: relative;
}
.tennis-page .section-logo img {
  width: 80px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.tennis-page .section-image-left {
  border-bottom: 0;
}
.tennis-page .section-tracking {
  border-bottom: 0;
}
.tennis-page .section-collaborate img {
  margin-bottom: 0;
}
.tennis-page .section-connect {
  color: white;
}
.tennis-page .section-connect h1, .tennis-page .section-connect h2, .tennis-page .section-connect h3, .tennis-page .section-connect h4, .tennis-page .section-connect h5, .tennis-page .section-connect h6 {
  color: white;
}
.tennis-page .section-connect:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 55em) {
  .tennis-page .section-connect:before {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 55em) {
  .tennis-page .section-connect {
    background-position: -100px center;
  }
}

.yourbrand-page .section-micro .text-slide .sub {
  font-size: 14px;
  margin-top: -0.5em;
  margin-bottom: 10px;
  color: grey;
}
.yourbrand-page .section-micro ul.join-up {
  margin-top: -1em;
}
.yourbrand-page .section-micro img.border {
  border: 1px solid #ccc;
  border-radius: 14px;
}

.frame .terms #preamble {
  margin-top: 1em;
}
.frame .terms .sect1 {
  margin-top: 1.5em;
}
.frame .terms .sect2 {
  margin-top: 1em;
}
.frame .terms dt {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 0;
}
.frame .terms dd li p {
  margin-top: 0;
  margin-bottom: 0;
}
.frame .terms dd p {
  margin-bottom: 6px;
}
.frame .terms dd:last-child {
  margin-bottom: 2em;
}
.frame .terms ul {
  margin-bottom: 0px;
}
.frame .terms p {
  margin-top: 6px;
  margin-bottom: 0;
}
.frame .terms .paragraph .title {
  margin-top: 16px;
  font-weight: bold;
}