@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * Prevent iOS text size adjust after orientation change, without disabling
 * user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

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

/**
 * 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 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, video {
  border: 0;
  max-width: 100%;
  height: auto;
  min-height: 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: 1.5em 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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 */
  /* 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; }

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

td,
th {
  padding: 0; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Space Scale
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Radiuses
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Animation/Effects
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.float-left {
  float: left; }

.float-right {
  float: right; }

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.unit.percent::after {
  content: "%"; }

.unit.dollars::before {
  content: "$"; }

.unit.plus::before {
  content: "+"; }

.unit.libs::after {
  content: " lbs"; }

.split {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%; }

ul.split {
  list-style: none;
  margin: 0;
  padding: 0; }

.split-item, ul.split > li {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  margin-bottom: 0; }

.split.split-center .split-item, ul.split.split-center > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.split.xs-1 .split-item, ul.split.xs-1 > li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.split.xs-2 .split-item, ul.split.xs-2 > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.split.xs-3 .split-item, ul.split.xs-3 > li {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%; }

.split.xs-4 .split-item, ul.split.xs-4 > li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

@media (min-width: 550px) {
  .split.sm-1 .split-item, ul.split.sm-1 > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .split.sm-2 .split-item, ul.split.sm-2 > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .split.sm-3 .split-item, ul.split.sm-3 > li {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%; }
  .split.sm-4 .split-item, ul.split.sm-4 > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .split.sm-all .split-item, ul.split.sm-all > li {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media (min-width: 750px) {
  .split.md-1 .split-item, ul.split.md-1 > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .split.md-2 .split-item, ul.split.md-2 > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .split.md-3 .split-item, ul.split.md-3 > li {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%; }
  .split.md-4 .split-item, ul.split.md-4 > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .split.md-all .split-item, ul.split.md-all > li {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

@media (min-width: 1000px) {
  .split.lg-1 .split-item, ul.split.lg-1 > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .split.lg-2 .split-item, ul.split.lg-2 > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .split.lg-3 .split-item, ul.split.lg-3 > li {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%; }
  .split.lg-4 .split-item, ul.split.lg-4 > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .split.lg-all .split-item, ul.split.lg-all > li {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; } }

.space-top {
  margin-top: 20px !important; }

.space-top-1 {
  margin-top: 35px !important; }

.space-top-2 {
  margin-top: 50px !important; }

.space-top-3 {
  margin-top: 80px !important; }

.space-top-4 {
  margin-top: 120px !important; }

.space-top-5 {
  margin-top: 180px !important; }

.space-bottom {
  margin-bottom: 20px !important; }

.space-bottom-1 {
  margin-bottom: 35px !important; }

.space-bottom-2 {
  margin-bottom: 50px !important; }

.space-bottom-3 {
  margin-bottom: 80px !important; }

.space-bottom-4 {
  margin-bottom: 120px !important; }

.space-bottom-5 {
  margin-bottom: 180px !important; }

.space-left {
  margin-left: 10px !important; }

.space-left-1 {
  margin-left: 20px !important; }

.space-left-2 {
  margin-left: 35px !important; }

.space-left-3 {
  margin-left: 50px !important; }

.space-left-4 {
  margin-left: 80px !important; }

.space-left-5 {
  margin-left: 120px !important; }

.space-right {
  margin-right: 10px !important; }

.space-right-1 {
  margin-right: 20px !important; }

.space-right-2 {
  margin-right: 35px !important; }

.space-right-3 {
  margin-right: 50px !important; }

.space-right-4 {
  margin-right: 80px !important; }

.space-right-5 {
  margin-right: 120px !important; }

@media (max-width: 400px) {
  .hidden-xs {
    display: none !important; } }

@media (max-width: 550px) {
  .hidden-s {
    display: none !important; } }

@media (max-width: 750px) {
  .hidden-m {
    display: none !important; } }

@media (max-width: 1000px) {
  .hidden-l {
    display: none !important; } }

@media (min-width: 400px) {
  .visible-xs {
    display: none !important; } }

@media (min-width: 550px) {
  .visible-s {
    display: none !important; } }

@media (min-width: 750px) {
  .visible-m {
    display: none !important; } }

@media (min-width: 1000px) {
  .visible-l {
    display: none !important; } }

@media (max-width: 550px) {
  .mobile-row-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

/*
Adapted from http://flexboxgrid.com/
Wish list:
  - Adjustable gutter
  - Proper nesting
*/
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 22px; }
  .container.fluid {
    max-width: 100%; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -11px;
  margin-left: -11px; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col {
  box-sizing: border-box;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 11px;
  padding-left: 11px; }

.col.xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col.xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col.xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col.xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col.xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col.xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col.xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col.xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col.xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col.xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col.xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col.xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col.xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col.xs-offset-1 {
  margin-left: 8.333%; }

.col.xs-offset-2 {
  margin-left: 16.667%; }

.col.xs-offset-3 {
  margin-left: 25%; }

.col.xs-offset-4 {
  margin-left: 33.333%; }

.col.xs-offset-5 {
  margin-left: 41.667%; }

.col.xs-offset-6 {
  margin-left: 50%; }

.col.xs-offset-7 {
  margin-left: 58.333%; }

.col.xs-offset-8 {
  margin-left: 66.667%; }

.col.xs-offset-9 {
  margin-left: 75%; }

.col.xs-offset-10 {
  margin-left: 83.333%; }

.col.xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 550px) {
  .col.sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col.sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col.sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col.sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col.sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col.sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col.sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col.sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col.sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col.sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col.sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col.sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col.sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col.sm-offset-1 {
    margin-left: 8.333%; }
  .col.sm-offset-2 {
    margin-left: 16.667%; }
  .col.sm-offset-3 {
    margin-left: 25%; }
  .col.sm-offset-4 {
    margin-left: 33.333%; }
  .col.sm-offset-5 {
    margin-left: 41.667%; }
  .col.sm-offset-6 {
    margin-left: 50%; }
  .col.sm-offset-7 {
    margin-left: 58.333%; }
  .col.sm-offset-8 {
    margin-left: 66.667%; }
  .col.sm-offset-9 {
    margin-left: 75%; }
  .col.sm-offset-10 {
    margin-left: 83.333%; }
  .col.sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 750px) {
  .col.md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col.md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col.md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col.md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col.md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col.md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col.md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col.md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col.md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col.md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col.md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col.md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col.md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col.md-offset-1 {
    margin-left: 8.333%; }
  .col.md-offset-2 {
    margin-left: 16.667%; }
  .col.md-offset-3 {
    margin-left: 25%; }
  .col.md-offset-4 {
    margin-left: 33.333%; }
  .col.md-offset-5 {
    margin-left: 41.667%; }
  .col.md-offset-6 {
    margin-left: 50%; }
  .col.md-offset-7 {
    margin-left: 58.333%; }
  .col.md-offset-8 {
    margin-left: 66.667%; }
  .col.md-offset-9 {
    margin-left: 75%; }
  .col.md-offset-10 {
    margin-left: 83.333%; }
  .col.md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 1000px) {
  .col.lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col.lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col.lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col.lg-prcnt-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .col.lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col.lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col.lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col.lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col.lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col.lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col.lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col.lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col.lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col.lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col.lg-offset-1 {
    margin-left: 8.333%; }
  .col.lg-offset-2 {
    margin-left: 16.667%; }
  .col.lg-offset-3 {
    margin-left: 25%; }
  .col.lg-offset-4 {
    margin-left: 33.333%; }
  .col.lg-offset-5 {
    margin-left: 41.667%; }
  .col.lg-offset-6 {
    margin-left: 50%; }
  .col.lg-offset-7 {
    margin-left: 58.333%; }
  .col.lg-offset-8 {
    margin-left: 66.667%; }
  .col.lg-offset-9 {
    margin-left: 75%; }
  .col.lg-offset-10 {
    margin-left: 83.333%; }
  .col.lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    order: 1; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.005em; }
  h1 + h1,
  h1 + h2,
  h1 + h3,
  h1 + h4,
  h1 + h5,
  h1 + h6,
  h2 + h1,
  h2 + h2,
  h2 + h3,
  h2 + h4,
  h2 + h5,
  h2 + h6,
  h3 + h1,
  h3 + h2,
  h3 + h3,
  h3 + h4,
  h3 + h5,
  h3 + h6,
  h4 + h1,
  h4 + h2,
  h4 + h3,
  h4 + h4,
  h4 + h5,
  h4 + h6,
  h5 + h1,
  h5 + h2,
  h5 + h3,
  h5 + h4,
  h5 + h5,
  h5 + h6,
  h6 + h1,
  h6 + h2,
  h6 + h3,
  h6 + h4,
  h6 + h5,
  h6 + h6 {
    margin-top: 0; }
  h1.red,
  h2.red,
  h3.red,
  h4.red,
  h5.red,
  h6.red {
    color: #ff5740; }
  h1.blue,
  h2.blue,
  h3.blue,
  h4.blue,
  h5.blue,
  h6.blue {
    color: #4488ee; }
  h1.green,
  h2.green,
  h3.green,
  h4.green,
  h5.green,
  h6.green {
    color: #2ac78a; }
  h1.light,
  h2.light,
  h3.light,
  h4.light,
  h5.light,
  h6.light {
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: 200; }
  h1.normal,
  h2.normal,
  h3.normal,
  h4.normal,
  h5.normal,
  h6.normal {
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: normal; }
  h1.medium,
  h2.medium,
  h3.medium,
  h4.medium,
  h5.medium,
  h6.medium {
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  h1.bold,
  h2.bold,
  h3.bold,
  h4.bold,
  h5.bold,
  h6.bold {
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none; }

h1 {
  font-weight: normal;
  font-size: 5.6rem;
  line-height: 130%; }

h2 {
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 125%; }

h3 {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 130%; }

h4 {
  font-size: 2.8rem;
  line-height: 120%;
  letter-spacing: normal; }

h5 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  word-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

h6 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

html {
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #302f32; }

body {
  -webkit-font-smoothing: antialiased;
  font-size: 1.8rem;
  line-height: 133.333333333%; }

p {
  margin-top: 1.0em;
  margin-bottom: 0;
  line-height: 125%;
  color: #747476; }
  p.sub-title-larger {
    font-size: 2.4rem;
    font-weight: 300;
    color: #646365;
    line-height: 133.333333333%; }

strong {
  font-weight: bold; }

figcaption, .caption {
  font-size: 1.6rem;
  color: #999; }

.mono, pre, code {
  font-family: Nitti; }

pre {
  font-size: 1.6rem;
  overflow: auto;
  white-space: pre-wrap;
  background-color: #f5f3ef;
  border-radius: 1px;
  padding: 35px;
  border-radius: 4px; }

code {
  font-size: 1.6rem;
  word-wrap: break-word;
  color: #67666D; }

.tabular {
  font-feature-settings: "tnum"; }

.extra-small-text,
p.extra-small-text,
.extra-small-text p {
  font-size: 1.3rem;
  line-height: 133%; }

.small-text,
p.small-text,
.small-text p {
  font-size: 1.6rem;
  line-height: 133%; }

.large-text,
p.large-text,
.large-text p {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 133%;
  letter-spacing: -0.005em;
  word-spacing: 0.025em; }

.light-text {
  color: #999; }

.red-text {
  color: #ff5740; }

.blue-text {
  color: #4488ee; }

.green-text {
  color: #2ac78a; }

.black-text {
  color: #302f32; }

.left-text {
  text-align: left; }

.center-text {
  text-align: center; }

.right-text {
  text-align: right; }

.legal-text-lightblue {
  color: #bfd7f9;
  font-size: 1.3rem;
  line-height: 100%; }

.margin-top {
  margin-top: 40px; }

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 4.4rem; }
  h2 {
    font-size: 3.2rem; }
  h3 {
    font-size: 2.0rem; }
  h4 {
    font-size: 2.6rem; }
  h6 {
    font-size: 2.0rem; }
  p.sub-title-larger {
    font-size: 2.2rem; } }

@media only screen and (max-width: 750px) {
  h1 {
    font-size: 3.8rem; }
  h2 {
    font-size: 3.0rem; } }

@media only screen and (max-width: 550px) {
  h4 {
    font-size: 2.4rem; } }

@media only screen and (max-width: 550px) {
  .vertical_spacer {
    padding-top: 80px;
    height: 80px;
    width: auto;
    display: inline; } }

@media only screen and (max-width: 750px) {
  .vertical_spacer {
    padding-top: 0px;
    height: 0px;
    width: auto; } }

@media only screen and (max-width: 1000px) {
  .vertical_spacer {
    padding-top: 0px;
    height: 0px;
    width: auto; } }

.cited_source_container {
  float: left; }

.em_dash {
  float: left;
  width: 40px; }

a,
.link {
  cursor: pointer;
  color: inherit;
  text-decoration: underline; }
  a:hover,
  .link:hover {
    text-decoration: underline; }
  a.link-block,
  .link.link-block {
    display: block;
    text-decoration: none; }
  a.link-blue,
  .link.link-blue {
    color: #4488ee;
    text-decoration: none; }
    a.link-blue:hover,
    .link.link-blue:hover {
      color: #4080e0; }
    a.link-blue:active,
    .link.link-blue:active {
      color: #3c78d1; }
  a.link-red,
  .link.link-red {
    color: #ff5740;
    text-decoration: none; }
    a.link-red:hover,
    .link.link-red:hover {
      color: #f0523c; }
    a.link-red:active,
    .link.link-red:active {
      color: #e04d38; }

nav a {
  cursor: pointer;
  text-decoration: none; }

.link-arrow {
  display: inline-block;
  text-decoration: none;
  font-size: 2.4rem; }
  .link-arrow:after {
    content: "→";
    font-size: 1.3em;
    margin-left: .2em;
    color: inherit;
    position: relative;
    top: .09em;
    font-weight: 200; }
  .link-arrow:hover {
    text-decoration: none; }
  .link-arrow.small {
    font-size: 2.0rem; }
  .link-arrow.large {
    font-size: 3.2rem; }
  .link-arrow.blue:after {
    color: #4488ee; }
  .link-arrow.red:after {
    color: #ff5740; }
  .link-arrow.all-blue {
    color: #4488ee; }
    .link-arrow.all-blue:after {
      color: inherit; }
  .link-arrow.all-red {
    color: #ff5740; }
    .link-arrow.all-red:after {
      color: inherit; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
  display: inline-block;
  padding: 6px 1em 7px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #2a292c;
  background-color: #302f32;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  border-radius: 2px;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f0523c;
    box-shadow: 0 1px 8px 1px rgba(48, 47, 50, 0.08); }
  .button:active,
  button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
    outline: 0;
    background: #e94c36;
    box-shadow: 0 1px 8px 1px rgba(48, 47, 50, 0); }
  .button.button-large,
  button.button-large,
  input[type="submit"].button-large,
  input[type="reset"].button-large,
  input[type="button"].button-large {
    padding: .8em 2em; }
  .button.button-full,
  button.button-full,
  input[type="submit"].button-full,
  input[type="reset"].button-full,
  input[type="button"].button-full {
    display: block;
    width: 100%; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background-color: #ff5740;
  border: 1px solid #e04d38; }
  .button.button-primary:hover,
  button.button-primary:hover,
  input[type="submit"].button-primary:hover,
  input[type="reset"].button-primary:hover,
  input[type="button"].button-primary:hover {
    background-color: #f0523c; }
  .button.button-primary:active,
  button.button-primary:active,
  input[type="submit"].button-primary:active,
  input[type="reset"].button-primary:active,
  input[type="button"].button-primary:active {
    background: #e04d38; }

.button.button-green,
button.button-green,
input[type="submit"].button-green,
input[type="reset"].button-green,
input[type="button"].button-green {
  background-color: #2ac78a;
  border: 1px solid #25af79; }
  .button.button-green:hover,
  button.button-green:hover,
  input[type="submit"].button-green:hover,
  input[type="reset"].button-green:hover,
  input[type="button"].button-green:hover {
    background-color: #27bb82; }
  .button.button-green:active,
  button.button-green:active,
  input[type="submit"].button-green:active,
  input[type="reset"].button-green:active,
  input[type="button"].button-green:active {
    background-color: #25af79; }

.button.button-blue,
button.button-blue,
input[type="submit"].button-blue,
input[type="reset"].button-blue,
input[type="button"].button-blue {
  background-color: #4488ee;
  border: 1px solid #3c78d1; }
  .button.button-blue:hover,
  button.button-blue:hover,
  input[type="submit"].button-blue:hover,
  input[type="reset"].button-blue:hover,
  input[type="button"].button-blue:hover {
    background-color: #4080e0; }
  .button.button-blue:active,
  button.button-blue:active,
  input[type="submit"].button-blue:active,
  input[type="reset"].button-blue:active,
  input[type="button"].button-blue:active {
    background: #3c78d1; }

.button.button-white,
button.button-white,
input[type="submit"].button-white,
input[type="reset"].button-white,
input[type="button"].button-white {
  color: #302f32;
  background-color: #fff;
  border: 1px solid #dddddd; }
  .button.button-white:hover,
  button.button-white:hover,
  input[type="submit"].button-white:hover,
  input[type="reset"].button-white:hover,
  input[type="button"].button-white:hover {
    color: #302f32;
    background-color: #fcfcfc; }
  .button.button-white:active,
  button.button-white:active,
  input[type="submit"].button-white:active,
  input[type="reset"].button-white:active,
  input[type="button"].button-white:active {
    background: whitesmoke; }

.button.button-hollow,
button.button-hollow,
input[type="submit"].button-hollow,
input[type="reset"].button-hollow,
input[type="button"].button-hollow {
  color: inherit;
  background-color: transparent;
  border: 2px solid #2a292c; }
  .button.button-hollow:hover,
  button.button-hollow:hover,
  input[type="submit"].button-hollow:hover,
  input[type="reset"].button-hollow:hover,
  input[type="button"].button-hollow:hover {
    color: #fff;
    background: #302f32; }
  .button.button-hollow:active,
  button.button-hollow:active,
  input[type="submit"].button-hollow:active,
  input[type="reset"].button-hollow:active,
  input[type="button"].button-hollow:active {
    background: #2a292c; }
  .button.button-hollow.button-green,
  button.button-hollow.button-green,
  input[type="submit"].button-hollow.button-green,
  input[type="reset"].button-hollow.button-green,
  input[type="button"].button-hollow.button-green {
    border-color: #2ac78a; }
    .button.button-hollow.button-green:hover,
    button.button-hollow.button-green:hover,
    input[type="submit"].button-hollow.button-green:hover,
    input[type="reset"].button-hollow.button-green:hover,
    input[type="button"].button-hollow.button-green:hover {
      color: #fff;
      background: #2ac78a; }
    .button.button-hollow.button-green:active,
    button.button-hollow.button-green:active,
    input[type="submit"].button-hollow.button-green:active,
    input[type="reset"].button-hollow.button-green:active,
    input[type="button"].button-hollow.button-green:active {
      background: #25af79; }
  .button.button-hollow.button-primary,
  button.button-hollow.button-primary,
  input[type="submit"].button-hollow.button-primary,
  input[type="reset"].button-hollow.button-primary,
  input[type="button"].button-hollow.button-primary {
    border-color: #ff5740; }
    .button.button-hollow.button-primary:hover,
    button.button-hollow.button-primary:hover,
    input[type="submit"].button-hollow.button-primary:hover,
    input[type="reset"].button-hollow.button-primary:hover,
    input[type="button"].button-hollow.button-primary:hover {
      color: #fff;
      background: #ff5740; }
    .button.button-hollow.button-primary:active,
    button.button-hollow.button-primary:active,
    input[type="submit"].button-hollow.button-primary:active,
    input[type="reset"].button-hollow.button-primary:active,
    input[type="button"].button-hollow.button-primary:active {
      background: #e04d38; }
  .button.button-hollow.button-reverse,
  button.button-hollow.button-reverse,
  input[type="submit"].button-hollow.button-reverse,
  input[type="reset"].button-hollow.button-reverse,
  input[type="button"].button-hollow.button-reverse {
    color: #fff; }

.button.button-disabled,
button.button-disabled,
input[type="submit"].button-disabled,
input[type="reset"].button-disabled,
input[type="button"].button-disabled {
  cursor: default;
  background-color: #bbb;
  border: 1px solid #bbb; }
  .button.button-disabled:hover,
  button.button-disabled:hover,
  input[type="submit"].button-disabled:hover,
  input[type="reset"].button-disabled:hover,
  input[type="button"].button-disabled:hover {
    background-color: #bbb; }
  .button.button-disabled:active,
  button.button-disabled:active,
  input[type="submit"].button-disabled:active,
  input[type="reset"].button-disabled:active,
  input[type="button"].button-disabled:active {
    background: #bbb; }

.play-button {
  cursor: pointer;
  z-index: 6;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  width: 4.5em;
  height: 4.5em;
  margin-top: -2.25em;
  margin-left: -2.25em;
  background-color: #fff;
  outline: none;
  border-radius: 2.25em; }
  .play-button:focus {
    box-shadow: 0 0 0 1px #69a0f1; }
  .play-button.active, .play-button.active:hover {
    box-shadow: 0 0 0.5em 1px rgba(48, 47, 50, 0.04); }
    .play-button.active:after, .play-button.active:hover:after {
      border-left-color: #2c2a3e; }
  .play-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.0em 0 0 -0.4375em;
    border-top: 1.0em solid transparent;
    border-bottom: 1.0em solid transparent;
    border-left: 1.375em solid #4488ee; }
  .play-button:hover {
    box-shadow: 0 0 2em 2px rgba(48, 47, 50, 0.08); }
  .play-button.medium {
    font-size: 14.2222222222px; }
  .play-button.small {
    font-size: 12px; }

.simple-tabs.inline li {
  display: inline-block;
  margin-right: .3em; }

.simple-tabs li {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 100px;
  border: 1px solid transparent; }
  .simple-tabs li:hover {
    border-color: #bbb; }

.simple-tabs .active {
  cursor: default;
  border-color: #302f32; }
  .simple-tabs .active:hover {
    border-color: #302f32; }

.simple-tabs-content {
  list-style: none;
  padding: 0; }
  .simple-tabs-content li {
    display: none; }
    .simple-tabs-content li.active {
      display: block; }

li {
  margin-bottom: 1.0em;
  padding-left: 0.75em; }

.list-flat, .simple-tabs, .list-inline, .list-specs, .list-divided, .list-expandable {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-flat > li, .simple-tabs > li, .list-inline > li, .list-specs > li, .list-divided > li, .list-expandable > li {
    display: block;
    line-height: 1.2em; }

.list-inline > li {
  display: inline-block;
  margin-right: 1em; }

.list-specs > div {
  padding: 0.3em 0;
  border-top: 1px solid #eee;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.list-specs dt {
  width: 25%; }

.list-specs dd {
  width: 75%; }

.list-divided > li, .list-expandable > li {
  padding: 0.5em 0;
  border-top: 1px solid #f0f0f0; }
  .list-divided > li:first-of-type, .list-expandable > li:first-of-type {
    border-top: 0; }

.list-expandable > li {
  padding: 0;
  margin-bottom: 0; }
  .list-expandable > li .expandable-header {
    cursor: pointer;
    position: relative;
    padding: 1.0em 0; }
    .list-expandable > li .expandable-header span {
      outline: 0;
      position: absolute;
      right: 1.75em;
      top: 50%;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-color: #4488ee;
      transform: rotate(135deg); }
    .list-expandable > li .expandable-header:hover span {
      margin-top: -4px;
      border-color: #3c78d1; }
    .list-expandable > li .expandable-header:active {
      outline: 0; }
  .list-expandable > li .expandable-content {
    display: none; }
  .list-expandable > li.expand-content .expandable-header span {
    margin-top: 0;
    border-color: #bbb;
    transform: rotate(-45deg); }
    .list-expandable > li.expand-content .expandable-header span:hover {
      border-color: #4488ee; }
  .list-expandable > li.expand-content .expandable-header:hover span {
    margin-top: -1px; }

.list-bullet {
  display: inline-block;
  padding-left: 28px;
  color: #999;
  text-align: left;
  list-style-type: none; }
  .list-bullet:after {
    content: "";
    display: table;
    clear: both; }
  .list-bullet span {
    color: #67666D; }
  .list-bullet li {
    position: relative; }
    .list-bullet li:last-of-type {
      margin-bottom: 0; }
    .list-bullet li:before {
      content: "";
      position: absolute;
      top: 0.75em;
      left: -1.25em;
      margin-top: -3px;
      display: block;
      width: 4px;
      height: 4px;
      background-color: #bbb; }

.list-icon .icon {
  float: left;
  position: relative;
  top: -2px;
  font-size: 28px; }

.list-icon p {
  line-height: 112.5%; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 15px 0.8em 16px 0.8em;
  color: #302f32;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: none; }
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-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: #999; }
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-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: #999; }
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-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: #999; }
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-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: #999; }

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

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border: 2px solid #bbb; }
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="number"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  input[type="url"]:focus::-webkit-input-placeholder,
  input[type="password"]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type="email"]:focus::-moz-placeholder,
  input[type="number"]:focus::-moz-placeholder,
  input[type="search"]:focus::-moz-placeholder,
  input[type="text"]:focus::-moz-placeholder,
  input[type="tel"]:focus::-moz-placeholder,
  input[type="url"]:focus::-moz-placeholder,
  input[type="password"]:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder,
  select:focus::-moz-placeholder {
    color: transparent; }
  input[type="email"]:focus:-moz-placeholder,
  input[type="number"]:focus:-moz-placeholder,
  input[type="search"]:focus:-moz-placeholder,
  input[type="text"]:focus:-moz-placeholder,
  input[type="tel"]:focus:-moz-placeholder,
  input[type="url"]:focus:-moz-placeholder,
  input[type="password"]:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder,
  select:focus:-moz-placeholder {
    color: transparent; }
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="number"]:focus:-ms-input-placeholder,
  input[type="search"]:focus:-ms-input-placeholder,
  input[type="text"]:focus:-ms-input-placeholder,
  input[type="tel"]:focus:-ms-input-placeholder,
  input[type="url"]:focus:-ms-input-placeholder,
  input[type="password"]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder {
    color: transparent; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

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

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

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

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

.dropdown {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #67666D;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 2px;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .dropdown.no-border {
    border: 0; }
    .dropdown.no-border:hover > span {
      color: #302f32;
      background-color: inherit; }
      .dropdown.no-border:hover > span:hover {
        color: #302f32;
        background-color: inherit; }
    .dropdown.no-border ul {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  .dropdown:hover > span {
    color: #999;
    background-color: #f8f8f8; }
    .dropdown:hover > span:hover {
      color: #999;
      background-color: #f8f8f8; }
  .dropdown:hover ul {
    display: block; }
  .dropdown span {
    display: block;
    width: inherit;
    padding: 15px .8em 16px;
    color: inherit;
    background-color: inherit;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .dropdown span:hover {
      color: #fff;
      background-color: #4488ee; }
  .dropdown ul {
    z-index: 50;
    overflow: hidden;
    position: absolute;
    top: calc(100% - 2px);
    left: -2px;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: inherit;
    border-style: solid;
    border-width: 0 2px 2px 2px;
    border-color: #eee;
    width: calc(100% + 4px);
    min-width: 220px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 5px 24px 2px rgba(48, 47, 50, 0.14); }
    .dropdown ul > li {
      width: 100%;
      margin: 0;
      padding: 0;
      white-space: nowrap;
      border-bottom: 2px solid #eee; }
      .dropdown ul > li:last-of-type {
        border-bottom: 0; }
      .dropdown ul > li a {
        display: block;
        width: inherit;
        text-decoration: none; }

.form-group {
  text-align: left;
  margin-bottom: 10px; }
  .form-group input {
    width: 100%; }

.form-inline .form-group {
  display: inline-block; }

#free-trial-page {
  padding-bottom: 80px; }

body#admin-cc-payment form#cc-payment-form {
  margin-top: 35px;
  margin-bottom: 80px; }
  body#admin-cc-payment form#cc-payment-form table {
    width: 100%; }
    body#admin-cc-payment form#cc-payment-form table tr td {
      font-size: 1.8rem; }
      body#admin-cc-payment form#cc-payment-form table tr td input {
        width: 100%; }
  body#admin-cc-payment form#cc-payment-form .stripe-button-el {
    cursor: pointer;
    display: inline-block;
    margin-top: 35px;
    padding: 6px 1em 7px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #e04d38;
    background-image: none;
    background-color: #ff5740;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    border-radius: 2px;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    body#admin-cc-payment form#cc-payment-form .stripe-button-el:hover {
      outline: 0;
      color: #fff;
      text-decoration: none;
      background-color: #f0523c;
      box-shadow: 0 1px 8px 1px rgba(48, 47, 50, 0.12); }
    body#admin-cc-payment form#cc-payment-form .stripe-button-el:active {
      background: #e94c36;
      box-shadow: 0 1px 8px 1px rgba(48, 47, 50, 0); }
    body#admin-cc-payment form#cc-payment-form .stripe-button-el:focus {
      outline: 0; }
    body#admin-cc-payment form#cc-payment-form .stripe-button-el span {
      height: auto;
      min-height: auto !important;
      padding: 0;
      text-shadow: none;
      background: transparent;
      background-image: none;
      box-shadow: 0px 0px 0px 0px transparent; }

#newsletter-signup {
  max-width: 100%;
  margin: 0 auto;
  background-color: #302f32;
  padding: 30px 0px 30px 0px; }
  #newsletter-signup > .container {
    max-width: 1024px;
    width: 50%;
    margin: 0 auto; }
    #newsletter-signup > .container h4 {
      text-align: center;
      color: white;
      padding: 20px 0px 20px 0px; }
    #newsletter-signup > .container button,
    #newsletter-signup > .container .button,
    #newsletter-signup > .container input[type="submit"],
    #newsletter-signup > .container input[type="reset"],
    #newsletter-signup > .container input[type="button"] {
      background-color: #2ac78a; }
    #newsletter-signup > .container button:hover,
    #newsletter-signup > .container .button:hover,
    #newsletter-signup > .container input[type="submit"]:hover,
    #newsletter-signup > .container input[type="reset"]:hover,
    #newsletter-signup > .container input[type="button"]:hover {
      background-color: #4488ee; }
    #newsletter-signup > .container span {
      color: white;
      visibility: hidden; }
    #newsletter-signup > .container .hs_firstname {
      height: 60px; }
  #newsletter-signup .submitted-message {
    color: white !important;
    text-align: center !important; }

#samsara-form {
  position: relative;
  height: auto;
  min-height: 640px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  #samsara-form.green h4 {
    color: #2ac78a; }
  #samsara-form.green #hbspt-form form.hs-form .actions .hs-button,
  #samsara-form.green .hbspt-form form.hs-form .actions .hs-button {
    background-color: #2ac78a;
    border: 1px solid #25af79; }
    #samsara-form.green #hbspt-form form.hs-form .actions .hs-button:hover,
    #samsara-form.green .hbspt-form form.hs-form .actions .hs-button:hover {
      background-color: #27bb82; }
    #samsara-form.green #hbspt-form form.hs-form .actions .hs-button:active,
    #samsara-form.green .hbspt-form form.hs-form .actions .hs-button:active {
      background-color: #25af79; }
  #samsara-form.red h4 {
    color: #ff5740; }
  #samsara-form.red #hbspt-form form.hs-form .actions .hs-button,
  #samsara-form.red .hbspt-form form.hs-form .actions .hs-button {
    background-color: #ff5740;
    border: 1px solid #e04d38; }
    #samsara-form.red #hbspt-form form.hs-form .actions .hs-button:hover,
    #samsara-form.red .hbspt-form form.hs-form .actions .hs-button:hover {
      background-color: #f0523c; }
    #samsara-form.red #hbspt-form form.hs-form .actions .hs-button:active,
    #samsara-form.red .hbspt-form form.hs-form .actions .hs-button:active {
      background-color: #e04d38; }
  #samsara-form.blue h4 {
    color: #4488ee; }
  #samsara-form.blue #hbspt-form form.hs-form .actions .hs-button,
  #samsara-form.blue .hbspt-form form.hs-form .actions .hs-button {
    background-color: #4488ee;
    border: 1px solid #3c78d1; }
    #samsara-form.blue #hbspt-form form.hs-form .actions .hs-button:hover,
    #samsara-form.blue .hbspt-form form.hs-form .actions .hs-button:hover {
      background-color: #4080e0; }
    #samsara-form.blue #hbspt-form form.hs-form .actions .hs-button:active,
    #samsara-form.blue .hbspt-form form.hs-form .actions .hs-button:active {
      background-color: #3c78d1; }
  #samsara-form.dynamic-height {
    height: auto;
    min-height: auto; }
  #samsara-form.floating {
    height: 720px;
    background-color: #67666D; }
    #samsara-form.floating:after {
      content: "";
      display: block;
      z-index: 5;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.44);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(48, 47, 50, 0.2) 33%, rgba(0, 0, 0, 0.16) 66%, rgba(0, 0, 0, 0.44) 100%); }
    #samsara-form.floating #form-wrapper {
      max-width: 536px;
      margin: 0 auto;
      padding: 24px 20px 35px 20px;
      background-color: rgba(255, 255, 255, 0.97);
      border-radius: 2px; }
    #samsara-form.floating #hbspt-form form.hs-form .actions,
    #samsara-form.floating .hbspt-form form.hs-form .actions {
      text-align: center; }
  #samsara-form > .row {
    z-index: 10;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
  #samsara-form h4 {
    margin: 0 auto 2.4rem auto;
    text-align: center; }

#form-wrapper {
  width: 100%;
  padding: 24px 20px 35px 20px;
  background-color: #fff; }

#hbspt-form form.hs-form.form-columns-1 .hs-form-field,
.hbspt-form form.hs-form.form-columns-1 .hs-form-field {
  width: 96%;
  margin: 0 2%; }

#hbspt-form form.hs-form.form-columns-1 .input,
.hbspt-form form.hs-form.form-columns-1 .input {
  margin-right: auto; }

#hbspt-form form.hs-form.form-columns-2 .hs-form-field,
.hbspt-form form.hs-form.form-columns-2 .hs-form-field {
  width: 46%;
  margin: 0 2%; }

#hbspt-form form.hs-form.form-columns-2 .input,
.hbspt-form form.hs-form.form-columns-2 .input {
  margin-right: auto; }

#hbspt-form form.hs-form .hs-form-field > label,
.hbspt-form form.hs-form .hs-form-field > label {
  display: none; }

#hbspt-form form.hs-form .hs-error-msgs,
.hbspt-form form.hs-form .hs-error-msgs {
  display: none !important; }

#hbspt-form form.hs-form input,
#hbspt-form form.hs-form textarea,
#hbspt-form form.hs-form select,
.hbspt-form form.hs-form input,
.hbspt-form form.hs-form textarea,
.hbspt-form form.hs-form select {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.0rem;
  padding: 1.0rem 1.4rem;
  line-height: 2.0rem;
  background-color: #fff;
  border: 2px solid #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  #hbspt-form form.hs-form input::-webkit-input-placeholder,
  #hbspt-form form.hs-form textarea::-webkit-input-placeholder,
  #hbspt-form form.hs-form select::-webkit-input-placeholder,
  .hbspt-form form.hs-form input::-webkit-input-placeholder,
  .hbspt-form form.hs-form textarea::-webkit-input-placeholder,
  .hbspt-form form.hs-form select::-webkit-input-placeholder {
    color: #999; }
  #hbspt-form form.hs-form input::-moz-placeholder,
  #hbspt-form form.hs-form textarea::-moz-placeholder,
  #hbspt-form form.hs-form select::-moz-placeholder,
  .hbspt-form form.hs-form input::-moz-placeholder,
  .hbspt-form form.hs-form textarea::-moz-placeholder,
  .hbspt-form form.hs-form select::-moz-placeholder {
    color: #999; }
  #hbspt-form form.hs-form input:-moz-placeholder,
  #hbspt-form form.hs-form textarea:-moz-placeholder,
  #hbspt-form form.hs-form select:-moz-placeholder,
  .hbspt-form form.hs-form input:-moz-placeholder,
  .hbspt-form form.hs-form textarea:-moz-placeholder,
  .hbspt-form form.hs-form select:-moz-placeholder {
    color: #999; }
  #hbspt-form form.hs-form input:-ms-input-placeholder,
  #hbspt-form form.hs-form textarea:-ms-input-placeholder,
  #hbspt-form form.hs-form select:-ms-input-placeholder,
  .hbspt-form form.hs-form input:-ms-input-placeholder,
  .hbspt-form form.hs-form textarea:-ms-input-placeholder,
  .hbspt-form form.hs-form select:-ms-input-placeholder {
    color: #999; }
  #hbspt-form form.hs-form input:focus,
  #hbspt-form form.hs-form textarea:focus,
  #hbspt-form form.hs-form select:focus,
  .hbspt-form form.hs-form input:focus,
  .hbspt-form form.hs-form textarea:focus,
  .hbspt-form form.hs-form select:focus {
    border-color: #bbb; }
    #hbspt-form form.hs-form input:focus::-webkit-input-placeholder,
    #hbspt-form form.hs-form textarea:focus::-webkit-input-placeholder,
    #hbspt-form form.hs-form select:focus::-webkit-input-placeholder,
    .hbspt-form form.hs-form input:focus::-webkit-input-placeholder,
    .hbspt-form form.hs-form textarea:focus::-webkit-input-placeholder,
    .hbspt-form form.hs-form select:focus::-webkit-input-placeholder {
      color: transparent; }
    #hbspt-form form.hs-form input:focus::-moz-placeholder,
    #hbspt-form form.hs-form textarea:focus::-moz-placeholder,
    #hbspt-form form.hs-form select:focus::-moz-placeholder,
    .hbspt-form form.hs-form input:focus::-moz-placeholder,
    .hbspt-form form.hs-form textarea:focus::-moz-placeholder,
    .hbspt-form form.hs-form select:focus::-moz-placeholder {
      color: transparent; }
    #hbspt-form form.hs-form input:focus:-moz-placeholder,
    #hbspt-form form.hs-form textarea:focus:-moz-placeholder,
    #hbspt-form form.hs-form select:focus:-moz-placeholder,
    .hbspt-form form.hs-form input:focus:-moz-placeholder,
    .hbspt-form form.hs-form textarea:focus:-moz-placeholder,
    .hbspt-form form.hs-form select:focus:-moz-placeholder {
      color: transparent; }
    #hbspt-form form.hs-form input:focus:-ms-input-placeholder,
    #hbspt-form form.hs-form textarea:focus:-ms-input-placeholder,
    #hbspt-form form.hs-form select:focus:-ms-input-placeholder,
    .hbspt-form form.hs-form input:focus:-ms-input-placeholder,
    .hbspt-form form.hs-form textarea:focus:-ms-input-placeholder,
    .hbspt-form form.hs-form select:focus:-ms-input-placeholder {
      color: transparent; }
  #hbspt-form form.hs-form input.invalid, #hbspt-form form.hs-form input.error,
  #hbspt-form form.hs-form textarea.invalid,
  #hbspt-form form.hs-form textarea.error,
  #hbspt-form form.hs-form select.invalid,
  #hbspt-form form.hs-form select.error,
  .hbspt-form form.hs-form input.invalid,
  .hbspt-form form.hs-form input.error,
  .hbspt-form form.hs-form textarea.invalid,
  .hbspt-form form.hs-form textarea.error,
  .hbspt-form form.hs-form select.invalid,
  .hbspt-form form.hs-form select.error {
    color: #ff8170;
    border-color: #ffd5cf; }
    #hbspt-form form.hs-form input.invalid::-webkit-input-placeholder, #hbspt-form form.hs-form input.error::-webkit-input-placeholder,
    #hbspt-form form.hs-form textarea.invalid::-webkit-input-placeholder,
    #hbspt-form form.hs-form textarea.error::-webkit-input-placeholder,
    #hbspt-form form.hs-form select.invalid::-webkit-input-placeholder,
    #hbspt-form form.hs-form select.error::-webkit-input-placeholder,
    .hbspt-form form.hs-form input.invalid::-webkit-input-placeholder,
    .hbspt-form form.hs-form input.error::-webkit-input-placeholder,
    .hbspt-form form.hs-form textarea.invalid::-webkit-input-placeholder,
    .hbspt-form form.hs-form textarea.error::-webkit-input-placeholder,
    .hbspt-form form.hs-form select.invalid::-webkit-input-placeholder,
    .hbspt-form form.hs-form select.error::-webkit-input-placeholder {
      color: #ff8170; }
    #hbspt-form form.hs-form input.invalid::-moz-placeholder, #hbspt-form form.hs-form input.error::-moz-placeholder,
    #hbspt-form form.hs-form textarea.invalid::-moz-placeholder,
    #hbspt-form form.hs-form textarea.error::-moz-placeholder,
    #hbspt-form form.hs-form select.invalid::-moz-placeholder,
    #hbspt-form form.hs-form select.error::-moz-placeholder,
    .hbspt-form form.hs-form input.invalid::-moz-placeholder,
    .hbspt-form form.hs-form input.error::-moz-placeholder,
    .hbspt-form form.hs-form textarea.invalid::-moz-placeholder,
    .hbspt-form form.hs-form textarea.error::-moz-placeholder,
    .hbspt-form form.hs-form select.invalid::-moz-placeholder,
    .hbspt-form form.hs-form select.error::-moz-placeholder {
      color: #ff8170; }
    #hbspt-form form.hs-form input.invalid:-moz-placeholder, #hbspt-form form.hs-form input.error:-moz-placeholder,
    #hbspt-form form.hs-form textarea.invalid:-moz-placeholder,
    #hbspt-form form.hs-form textarea.error:-moz-placeholder,
    #hbspt-form form.hs-form select.invalid:-moz-placeholder,
    #hbspt-form form.hs-form select.error:-moz-placeholder,
    .hbspt-form form.hs-form input.invalid:-moz-placeholder,
    .hbspt-form form.hs-form input.error:-moz-placeholder,
    .hbspt-form form.hs-form textarea.invalid:-moz-placeholder,
    .hbspt-form form.hs-form textarea.error:-moz-placeholder,
    .hbspt-form form.hs-form select.invalid:-moz-placeholder,
    .hbspt-form form.hs-form select.error:-moz-placeholder {
      color: #ff8170; }
    #hbspt-form form.hs-form input.invalid:-ms-input-placeholder, #hbspt-form form.hs-form input.error:-ms-input-placeholder,
    #hbspt-form form.hs-form textarea.invalid:-ms-input-placeholder,
    #hbspt-form form.hs-form textarea.error:-ms-input-placeholder,
    #hbspt-form form.hs-form select.invalid:-ms-input-placeholder,
    #hbspt-form form.hs-form select.error:-ms-input-placeholder,
    .hbspt-form form.hs-form input.invalid:-ms-input-placeholder,
    .hbspt-form form.hs-form input.error:-ms-input-placeholder,
    .hbspt-form form.hs-form textarea.invalid:-ms-input-placeholder,
    .hbspt-form form.hs-form textarea.error:-ms-input-placeholder,
    .hbspt-form form.hs-form select.invalid:-ms-input-placeholder,
    .hbspt-form form.hs-form select.error:-ms-input-placeholder {
      color: #ff8170; }
    #hbspt-form form.hs-form input.invalid:after, #hbspt-form form.hs-form input.error:after,
    #hbspt-form form.hs-form textarea.invalid:after,
    #hbspt-form form.hs-form textarea.error:after,
    #hbspt-form form.hs-form select.invalid:after,
    #hbspt-form form.hs-form select.error:after,
    .hbspt-form form.hs-form input.invalid:after,
    .hbspt-form form.hs-form input.error:after,
    .hbspt-form form.hs-form textarea.invalid:after,
    .hbspt-form form.hs-form textarea.error:after,
    .hbspt-form form.hs-form select.invalid:after,
    .hbspt-form form.hs-form select.error:after {
      border-color: inherit; }

#hbspt-form form.hs-form fieldset,
.hbspt-form form.hs-form fieldset {
  max-width: none; }
  #hbspt-form form.hs-form fieldset .hs_organization_size__c .input,
  #hbspt-form form.hs-form fieldset .hs_industry .input,
  #hbspt-form form.hs-form fieldset .hs_country .input,
  #hbspt-form form.hs-form fieldset .hs_state .input,
  #hbspt-form form.hs-form fieldset .hs_provinces_territories .input,
  .hbspt-form form.hs-form fieldset .hs_organization_size__c .input,
  .hbspt-form form.hs-form fieldset .hs_industry .input,
  .hbspt-form form.hs-form fieldset .hs_country .input,
  .hbspt-form form.hs-form fieldset .hs_state .input,
  .hbspt-form form.hs-form fieldset .hs_provinces_territories .input {
    position: relative; }
    #hbspt-form form.hs-form fieldset .hs_organization_size__c .input:after,
    #hbspt-form form.hs-form fieldset .hs_industry .input:after,
    #hbspt-form form.hs-form fieldset .hs_country .input:after,
    #hbspt-form form.hs-form fieldset .hs_state .input:after,
    #hbspt-form form.hs-form fieldset .hs_provinces_territories .input:after,
    .hbspt-form form.hs-form fieldset .hs_organization_size__c .input:after,
    .hbspt-form form.hs-form fieldset .hs_industry .input:after,
    .hbspt-form form.hs-form fieldset .hs_country .input:after,
    .hbspt-form form.hs-form fieldset .hs_state .input:after,
    .hbspt-form form.hs-form fieldset .hs_provinces_territories .input:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -2px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #bbb; }
  #hbspt-form form.hs-form fieldset .hs_state,
  #hbspt-form form.hs-form fieldset .hs_zip,
  .hbspt-form form.hs-form fieldset .hs_state,
  .hbspt-form form.hs-form fieldset .hs_zip {
    width: 50%; }
  #hbspt-form form.hs-form fieldset .hs_state,
  .hbspt-form form.hs-form fieldset .hs_state {
    float: left; }
  #hbspt-form form.hs-form fieldset .hs_zip,
  .hbspt-form form.hs-form fieldset .hs_zip {
    float: right; }
  #hbspt-form form.hs-form fieldset textarea,
  .hbspt-form form.hs-form fieldset textarea {
    resize: vertical;
    max-height: 100px; }
  #hbspt-form form.hs-form fieldset select,
  .hbspt-form form.hs-form fieldset select {
    position: relative;
    color: #302f32; }

#hbspt-form form.hs-form .actions,
.hbspt-form form.hs-form .actions {
  margin-top: 15px;
  text-align: left; }
  #hbspt-form form.hs-form .actions .hs-button,
  .hbspt-form form.hs-form .actions .hs-button {
    display: inline-block;
    width: auto;
    min-width: 120px;
    background-color: #302f32;
    border-color: #2a292c;
    border-radius: 2px; }
    #hbspt-form form.hs-form .actions .hs-button:hover,
    .hbspt-form form.hs-form .actions .hs-button:hover {
      background-color: #f0523c; }
    #hbspt-form form.hs-form .actions .hs-button:active,
    .hbspt-form form.hs-form .actions .hs-button:active {
      background: #2a292c; }

@media only screen and (max-width: 550px) {
  .form-inline .form-group {
    display: block;
    margin-bottom: 10px; }
    .form-inline .form-group input {
      width: 100%; }
  #samsara-form,
  #samsara-form.floating {
    height: 800px; }
  #hbspt-form form.hs-form input,
  #hbspt-form form.hs-form select,
  #hbspt-form form.hs-form textarea {
    margin-bottom: 1.0rem;
    padding: 0.2rem 1.2rem 0.8rem 1.2rem;
    border-color: transparent transparent #eee transparent;
    border-radius: 0; }
  #hbspt-form form.hs-form input:focus,
  #hbspt-form form.hs-form textarea:focus {
    border-color: transparent transparent #999 transparent; }
  #hbspt-form form.hs-form fieldset {
    padding: 0 24px; }
    #hbspt-form form.hs-form fieldset .hs_organization_size__c .input:after,
    #hbspt-form form.hs-form fieldset .hs_industry .input:after,
    #hbspt-form form.hs-form fieldset .hs_country .input:after,
    #hbspt-form form.hs-form fieldset .hs_state .input:after,
    #hbspt-form form.hs-form fieldset .hs_provinces_territories .input:after {
      right: 14px; }
  #hbspt-form form.hs-form .actions {
    margin-top: 35px; }
    #hbspt-form form.hs-form .actions .hs-button {
      width: 100%;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; } }

.label {
  text-decoration: none; }
  .label:before {
    position: relative;
    top: -2px;
    margin-right: 1.75em;
    padding: 3px 6px 4px 6px;
    font-size: 0.5em;
    color: #4488ee;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #4488ee;
    background: #fff;
    border-radius: 2px; }
  .label:hover {
    text-decoration: none; }
    .label:hover:before {
      background: #4488ee;
      color: #fff; }
  .label.pdf:before {
    content: "PDF"; }

table {
  text-align: left; }
  table th, table tr, table td {
    border: 1px solid #eee;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.55em; }
  table th {
    font-size: 1.3rem; }

a.icon,
span.icon {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  height: 1.0em;
  width: 1.0em;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/icons_NEW.png);
  background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/icons_NEW.svg);
  background-size: 8.625em 8.625em; }
  a.icon.small,
  span.icon.small {
    font-size: 24px; }
  a.icon.large,
  span.icon.large {
    font-size: 64px; }
  a.icon.lighten-050,
  span.icon.lighten-050 {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  a.icon.inline,
  span.icon.inline {
    position: relative;
    top: -0.03125em; }
  a.icon.list-icon,
  span.icon.list-icon {
    margin: 0 0.5em 0 0; }
  a.icon.arrow-ascend,
  span.icon.arrow-ascend {
    background-position: -1.3125em -1.3125em; }
  a.icon.arrow-circle,
  span.icon.arrow-circle {
    background-position: -2.3125em -2.3125em; }
  a.icon.arrow-descend,
  span.icon.arrow-descend {
    background-position: -0.3125em -1.3125em; }
    a.icon.arrow-descend.red,
    span.icon.arrow-descend.red {
      background-position: -1.3125em -5.3125em; }
    a.icon.arrow-descend.blue,
    span.icon.arrow-descend.blue {
      background-position: -1.3125em -6.3125em; }
  a.icon.check,
  span.icon.check {
    background-position: -1.3125em -0.3125em; }
    a.icon.check.blue,
    span.icon.check.blue {
      background-position: -6.3125em -5.3125em; }
  a.icon.clipboard,
  span.icon.clipboard {
    background-position: -2.3125em -0.3125em; }
  a.icon.clipboard-check,
  span.icon.clipboard-check {
    background-position: -1.3125em -2.3125em; }
  a.icon.clock-reverse,
  span.icon.clock-reverse {
    background-position: -0.3125em -0.3125em; }
  a.icon.factory,
  span.icon.factory {
    width: 9.6rem;
    background-position: -0.3125em -4.3125em; }
  a.icon.lock,
  span.icon.lock {
    background-position: -2.3125em -1.3125em; }
    a.icon.lock.blue,
    span.icon.lock.blue {
      background-position: -5.3125em -5.3125em; }
  a.icon.lower-cost,
  span.icon.lower-cost {
    background-position: -3.3125em -2.3125em; }
  a.icon.no-paper,
  span.icon.no-paper {
    background-position: -3.3125em -0.3125em; }
  a.icon.truck,
  span.icon.truck {
    width: 1.21875em;
    margin-left: -0.1875em;
    background-position: -0.09375em -2.3125em; }
    a.icon.truck.red,
    span.icon.truck.red {
      background-position: -0.09375em -5.3125em; }
    a.icon.truck.blue,
    span.icon.truck.blue {
      background-position: -0.09375em -6.3125em; }
  a.icon.truck-trailor,
  span.icon.truck-trailor {
    width: 3em;
    background-position: -0.3125em -3.3125em; }
  a.icon.wrench,
  span.icon.wrench {
    background-position: -3.3125em -1.3125em; }
    a.icon.wrench.red,
    span.icon.wrench.red {
      background-position: -2.3125em -5.3125em; }
    a.icon.wrench.blue,
    span.icon.wrench.blue {
      background-position: -2.3125em -6.3125em; }
  a.icon.antenna,
  span.icon.antenna {
    background-position: -5.3125em -4.3125em; }
    a.icon.antenna.blue,
    span.icon.antenna.blue {
      background-position: -5.3125em -6.3125em; }
  a.icon.arrow-box-down,
  span.icon.arrow-box-down {
    background-position: -6.3125em -4.3125em; }
    a.icon.arrow-box-down.blue,
    span.icon.arrow-box-down.blue {
      background-position: -4.3125em -5.3125em; }
  a.icon.arrow-merge,
  span.icon.arrow-merge {
    background-position: -6.3125em -2.3125em; }
  a.icon.buildings,
  span.icon.buildings {
    background-position: -3.3125em -3.3125em; }
  a.icon.camera,
  span.icon.camera {
    background-position: -7.3125em -2.3125em; }
    a.icon.camera.blue,
    span.icon.camera.blue {
      background-position: -0.3125em -7.3125em; }
  a.icon.caution,
  span.icon.caution {
    background-position: -4.3125em -0.3125em; }
  a.icon.clock,
  span.icon.clock {
    background-position: -6.3125em -3.3125em; }
    a.icon.clock.blue,
    span.icon.clock.blue {
      background-position: -1.3125em -7.3125em; }
  a.icon.cloud,
  span.icon.cloud {
    background-position: -6.3125em -0.3125em; }
  a.icon.dots,
  span.icon.dots {
    background-position: -4.3125em -3.3125em; }
  a.icon.eye,
  span.icon.eye {
    background-position: -6.3125em -1.3125em; }
    a.icon.eye.blue,
    span.icon.eye.blue {
      background-position: -6.3125em -6.3125em; }
  a.icon.graph-activity,
  span.icon.graph-activity {
    background-position: -3.3125em -4.3125em; }
  a.icon.graph-bar,
  span.icon.graph-bar {
    background-position: -5.3125em -1.3125em; }
  a.icon.graph-pie,
  span.icon.graph-pie {
    background-position: -5.3125em -3.3125em; }
  a.icon.lightbulb,
  span.icon.lightbulb {
    background-position: -4.3125em -4.3125em; }
    a.icon.lightbulb.blue,
    span.icon.lightbulb.blue {
      background-position: -3.3125em -6.3125em; }
  a.icon.links,
  span.icon.links {
    background-position: -7.3125em -4.3125em; }
    a.icon.links.blue,
    span.icon.links.blue {
      background-position: -7.3125em -5.3125em; }
  a.icon.location,
  span.icon.location {
    background-position: -5.3125em -0.3125em; }
    a.icon.location.blue,
    span.icon.location.blue {
      background-position: -2.3125em -7.3125em; }
  a.icon.map-pin,
  span.icon.map-pin {
    background-position: -7.3125em -1.3125em; }
    a.icon.map-pin.blue,
    span.icon.map-pin.blue {
      background-position: -3.3125em -7.3125em; }
  a.icon.radar,
  span.icon.radar {
    background-position: -5.3125em -2.3125em; }
  a.icon.signal-cell,
  span.icon.signal-cell {
    background-position: -7.3125em -3.3125em; }
  a.icon.signal-wifi,
  span.icon.signal-wifi {
    background-position: -7.3125em -0.3125em; }
    a.icon.signal-wifi.blue,
    span.icon.signal-wifi.blue {
      background-position: -3.3125em -5.3125em; }
  a.icon.snowflake,
  span.icon.snowflake {
    background-position: -4.3125em -2.3125em; }
    a.icon.snowflake.blue,
    span.icon.snowflake.blue {
      background-position: -4.3125em -6.3125em; }
  a.icon.strike-circle,
  span.icon.strike-circle {
    background-position: -4.3125em -1.3125em; }

a.icon-large,
span.icon-large {
  overflow: hidden;
  display: inline-block;
  font-size: 64px;
  height: 1.0em;
  width: 1.0em;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/icons-large.png);
  background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/icons-large.svg);
  background-size: 7.3125em 1.3125em; }
  a.icon-large.camera,
  span.icon-large.camera {
    background-position: -0.15625em -0.15625em; }
  a.icon-large.clock,
  span.icon-large.clock {
    background-position: -2.15625em -0.15625em; }
  a.icon-large.eye,
  span.icon-large.eye {
    background-position: -6.15625em -0.15625em; }
  a.icon-large.lightbulb,
  span.icon-large.lightbulb {
    background-position: -5.15625em -0.15625em; }
  a.icon-large.location,
  span.icon-large.location {
    background-position: -4.15625em -0.15625em; }
  a.icon-large.map-pin,
  span.icon-large.map-pin {
    background-position: -1.15625em -0.15625em; }
  a.icon-large.snowflake,
  span.icon-large.snowflake {
    background-position: -3.15625em -0.15625em; }

.phone_icon {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background-size: 25px;
  height: 1.6em;
  width: 1.6em;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/blog/undefined/phone_icon_2.png);
  position: absolute;
  left: 35px; }

.popup-note {
  z-index: 2100;
  position: fixed;
  top: 175px;
  left: 50%;
  padding: 4px 12px 4px 10px;
  white-space: nowrap;
  border: 1px solid #f3b743;
  background-color: #f9dba1;
  font-size: 1.6rem;
  line-height: 200%;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  border-radius: 2px;
  transform: translate(-50%, 0);
  box-shadow: 0 1px 8px 2px rgba(48, 47, 50, 0.12); }
  .popup-note .icon {
    top: -0.0625em;
    margin-right: 0.25em;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.lightbox {
  cursor: pointer; }
  .lightbox .lightbox-content {
    z-index: 9999;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: 180ms;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: all;
    -moz-transition-duration: 180ms;
    -moz-transition-timing-function: linear;
    -o-transition-property: all;
    -o-transition-duration: 180ms;
    -o-transition-timing-function: linear;
    transition-property: all;
    transition-duration: 180ms;
    transition-timing-function: linear; }
    .lightbox .lightbox-content img {
      max-height: 80%;
      max-width: 80%;
      box-shadow: 0 0 2px 0 rgba(48, 47, 50, 0.2);
      border-radius: 4px;
      transform: scale(0.5, 0.5);
      -webkit-transition-property: transform;
      -webkit-transition-duration: 300ms;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-property: transform;
      -moz-transition-duration: 300ms;
      -moz-transition-timing-function: ease-in-out;
      -o-transition-property: transform;
      -o-transition-duration: 300ms;
      -o-transition-timing-function: ease-in-out;
      transition-property: transform;
      transition-duration: 300ms;
      transition-timing-function: ease-in-out; }
    .lightbox .lightbox-content.show {
      pointer-events: auto;
      opacity: 1;
      filter: alpha(opacity=100); }
      .lightbox .lightbox-content.show img {
        transform: scale(1, 1); }
  .lightbox.lightbox-video {
    margin: 0 auto;
    display: inline-block; }
    .lightbox.lightbox-video .lightbox-content {
      background-color: rgba(48, 47, 50, 0.92); }
      .lightbox.lightbox-video .lightbox-content .video-container {
        max-height: 80%;
        max-width: 80%;
        background-color: #302f32;
        box-shadow: 0 14px 80px -8px rgba(0, 0, 0, 0.67);
        -webkit-transition-property: transform;
        -webkit-transition-duration: 300ms;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-property: transform;
        -moz-transition-duration: 300ms;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-property: transform;
        -o-transition-duration: 300ms;
        -o-transition-timing-function: ease-in-out;
        transition-property: transform;
        transition-duration: 300ms;
        transition-timing-function: ease-in-out; }
      .lightbox.lightbox-video .lightbox-content video {
        display: block; }
        .lightbox.lightbox-video .lightbox-content video::-internal-media-controls-download-button, .lightbox.lightbox-video .lightbox-content video::-internal-media-controls-fullscreen-button {
          display: none; }
        .lightbox.lightbox-video .lightbox-content video::-webkit-media-controls-enclosure {
          overflow: hidden;
          height: 44px; }
        .lightbox.lightbox-video .lightbox-content video::-webkit-media-controls-panel {
          height: 44px;
          width: calc(100% + 60px);
          font-size: 16px;
          background-color: #000; }

@media only screen and (max-width: 1000px) {
  .lightbox.lightbox-video .lightbox-content .video-container {
    max-width: 90%; }
  .lightbox.lightbox-video .lightbox-content video::-internal-media-controls-fullscreen-button {
    display: none; }
  .lightbox.lightbox-video .lightbox-content video::-webkit-media-controls-panel {
    width: calc(100% + 30px); } }

.table-of-contents ol {
  list-style: none;
  padding: 0; }

.table-of-contents li {
  margin-bottom: .5em; }

@media (min-width: 550px) {
  .table-of-contents {
    position: fixed; } }

body#blog-page > main {
  position: relative; }
  body#blog-page > main > .container > .row:first-of-type .col {
    margin-bottom: 0; }
  body#blog-page > main > .container > .row:first-of-type h1 {
    margin-top: 0;
    margin-bottom: 1.0em; }
  body#blog-page > main > .container > .row .col {
    margin-bottom: 80px; }
    body#blog-page > main > .container > .row .col:nth-child(even) {
      margin-left: 8.333%; }
    body#blog-page > main > .container > .row .col.spacer {
      height: 0 !important;
      padding: 0 !important;
      margin-bottom: 0 !important;
      border: none !important;
      background-color: transparent !important;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }

body#blog-page.blog-detail-page > main {
  padding-top: 50px; }
  body#blog-page.blog-detail-page > main > .container {
    max-width: none;
    padding: 0; }

body#blog-page.case-study .blog-detail .blog-title {
  margin-bottom: 0;
  margin-top: 1em;
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.5em; }

.navbar {
  width: 100%;
  padding: 0;
  background-color: #fff; }
  .navbar .navbar-collapse {
    padding: 20px 50px; }
  .navbar .breadcrumbs {
    padding: 20px 50px; }
    .navbar .breadcrumbs span {
      color: #999; }
      .navbar .breadcrumbs span a {
        color: #4488ee;
        text-decoration: none; }
        .navbar .breadcrumbs span a:hover {
          text-decoration: underline; }
      .navbar .breadcrumbs span:after {
        content: ">";
        display: inline-block;
        margin: 0 4px 0 10px; }
      .navbar .breadcrumbs span:last-of-type:after {
        display: none; }
  .navbar ul.navbar-nav {
    margin: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #eee; }
    .navbar ul.navbar-nav li {
      list-style-type: none;
      display: inline-block;
      margin-right: 1.5em;
      margin-bottom: 0; }
      .navbar ul.navbar-nav li a {
        display: inline-block;
        padding: 20px 8px;
        text-decoration: none;
        color: #4488ee; }
        .navbar ul.navbar-nav li a:hover {
          text-decoration: underline; }
      .navbar ul.navbar-nav li:last-of-type {
        margin-right: 0; }

.blog-details .blog-cover {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 33%;
  border: 1px solid #f0f0f0;
  background-color: #bbb;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .blog-details .blog-cover img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: none; }

.blog-details h4.blog-title a {
  text-decoration: none; }
  .blog-details h4.blog-title a:hover {
    text-decoration: underline; }

.blog-details .blog-post-time {
  margin-bottom: 0.5em;
  color: #999;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

.blog-details p {
  margin-top: 0;
  padding-top: 0; }

.list_menu li {
  display: inline-block;
  padding-right: 30px !important;
  margin-right: 30px !important; }

#social-share {
  z-index: 100;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  position: fixed;
  right: 0;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  opacity: 0.92;
  filter: alpha(opacity=92);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
  #social-share #twitter {
    margin-bottom: 0; }
  #social-share #facebook {
    margin-bottom: 20px; }
  #social-share #linkedin {
    margin-bottom: 20px; }

.blog-detail .author-info {
  z-index: 10;
  position: relative;
  top: 50%;
  transform: translate(0, -50%); }
  .blog-detail .author-info .blog-author-image {
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    width: 72px;
    height: 72px;
    border: 1px solid #f0f0f0;
    background-color: #bbb;
    border-radius: 50%; }
    .blog-detail .author-info .blog-author-image img {
      display: inline-block;
      width: 100; }
  .blog-detail .author-info .byline {
    vertical-align: bottom;
    display: inline-block;
    margin-left: 2px;
    padding-left: 16px;
    padding-bottom: 2px;
    letter-spacing: -0.01em; }
    .blog-detail .author-info .byline a {
      text-decoration: none;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold; }
      .blog-detail .author-info .byline a:hover {
        text-decoration: underline; }

.blog-detail .blog-title {
  font-size: 4.8rem; }

.blog-detail .blog-post-time {
  margin-bottom: 0.5em;
  color: #999;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

.blog-detail .blog-content {
  font-size: 2.0rem; }
  .blog-detail .blog-content h2,
  .blog-detail .blog-content h3,
  .blog-detail .blog-content h4 {
    margin-top: 2em; }
  .blog-detail .blog-content h5 {
    margin-top: -1em;
    margin-bottom: 4em;
    text-align: center;
    font-weight: 300; }
  .blog-detail .blog-content p {
    margin-top: 1.5em; }
  .blog-detail .blog-content a {
    color: #4488ee;
    text-decoration: none; }
  .blog-detail .blog-content img {
    display: block;
    margin: 50px auto;
    width: 100%;
    height: auto;
    border: 0px solid #f0f0f0; }
    .blog-detail .blog-content img.no-border {
      border: 0; }
  .blog-detail .blog-content ul,
  .blog-detail .blog-content ol {
    margin: 35px auto 50px auto; }
  .blog-detail .blog-content blockquote {
    margin: 80px 0;
    padding: 0 50px;
    text-align: center; }
    .blog-detail .blog-content blockquote p {
      margin: 0;
      font-size: 2.8rem;
      font-weight: normal;
      color: #302f32;
      line-height: 133%; }
      .blog-detail .blog-content blockquote p strong {
        font-weight: inherit; }
  .blog-detail .blog-content iframe {
    display: block;
    padding-top: 30px;
    margin: auto; }

.blog-detail #blog-image-title {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: none;
  padding-bottom: 33%;
  border-style: solid;
  border-width: 1px 0;
  border-color: #f0f0f0;
  background-color: #bbb;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .blog-detail #blog-image-title img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: none; }

.blog-detail #blog-date {
  float: right;
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px; }

.blog-detail #blog-title {
  float: left;
  line-height: 1.2em;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px; }

.blog-detail #blog-title-case-study {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2em; }

.blog-detail #download-pdf {
  display: block;
  font-size: 1.8rem;
  line-height: 200%;
  color: #999; }

.blog-detail .blog-container {
  max-width: 740px;
  height: auto;
  margin: auto;
  padding: 0 22px; }
  .blog-detail .blog-container #blog-recommendations {
    margin-top: 120px;
    text-align: center; }
    .blog-detail .blog-container #blog-recommendations h4 {
      margin-bottom: 50px; }
    .blog-detail .blog-container #blog-recommendations h6 a {
      color: #4488ee;
      text-decoration: none; }
      .blog-detail .blog-container #blog-recommendations h6 a:hover {
        text-decoration: underline; }
    .blog-detail .blog-container #blog-recommendations .fancy {
      text-align: center;
      line-height: 0.5; }
      .blog-detail .blog-container #blog-recommendations .fancy span {
        position: relative;
        display: inline-block; }
        .blog-detail .blog-container #blog-recommendations .fancy span:before, .blog-detail .blog-container #blog-recommendations .fancy span:after {
          content: "";
          position: absolute;
          top: 50%;
          height: auto;
          width: 100%;
          margin-top: -1px;
          border-bottom: 2px solid #2ac78a; }
        .blog-detail .blog-container #blog-recommendations .fancy span:before {
          right: 100%;
          margin-right: 15px; }
        .blog-detail .blog-container #blog-recommendations .fancy span:after {
          left: 100%;
          margin-left: 15px; }

@media (max-width: 750px) {
  body#blog-page > main > .container > .row .col:nth-child(even) {
    margin-left: 0; }
  body#blog-page.blog-detail-page > main {
    padding-top: 35px; }
  .navbar .breadcrumbs {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 1.6rem;
    line-height: 120%;
    letter-spacing: -0.01em; }
  #social-share {
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    padding: 20px 0 16px 0;
    text-align: center;
    border-style: solid;
    border-color: #999;
    border-width: 1px 0 0 0;
    border-radius: 0; }
    #social-share #facebook,
    #social-share #twitter,
    #social-share #linkedin {
      display: inline-block;
      vertical-align: top;
      margin-right: 30px;
      margin-bottom: 0; }
    #social-share #twitter {
      vertical-align: bottom;
      margin-right: 0; }
  .blog-detail #blog-image-title {
    height: 280px; }
    .blog-detail #blog-image-title img {
      left: auto;
      right: -50px;
      width: auto;
      height: 280px; }
  .blog-details .blog-cover {
    height: 240px; }
    .blog-details .blog-cover img {
      left: auto;
      right: -50px;
      width: auto;
      height: 240px; } }

body#checkout-page {
  padding-bottom: 180px; }
  body#checkout-page .container {
    min-width: 550px;
    max-width: 750px; }

#checkout-progress ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #checkout-progress ul li {
    display: block;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #checkout-progress ul li a,
    #checkout-progress ul li span {
      cursor: default;
      display: block;
      text-decoration: none; }
      #checkout-progress ul li a.step-number,
      #checkout-progress ul li span.step-number {
        font-family: "Nitti Grotesk", helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 2.0rem;
        line-height: 4.0rem;
        width: 4.2rem;
        height: 4.2rem;
        margin: 0 auto 1.0rem auto;
        color: #999;
        background-color: transparent;
        border: 1px solid #bbb;
        font-family: "Nitti Grotesk", helvetica, sans-serif;
        font-style: normal;
        font-weight: 200;
        border-radius: 50%; }
      #checkout-progress ul li a.step-title,
      #checkout-progress ul li span.step-title {
        color: #999;
        font-size: 1.8rem;
        line-height: 100%;
        letter-spacing: -0.01em; }
    #checkout-progress ul li:hover a.step-number,
    #checkout-progress ul li:hover span.step-number {
      border-color: #999; }
    #checkout-progress ul li:hover a.step-title,
    #checkout-progress ul li:hover span.step-title {
      color: #999; }
    #checkout-progress ul li.step-complete a,
    #checkout-progress ul li.step-complete span {
      cursor: default;
      position: relative; }
      #checkout-progress ul li.step-complete a.step-number,
      #checkout-progress ul li.step-complete span.step-number {
        color: transparent;
        border-color: transparent; }
        #checkout-progress ul li.step-complete a.step-number:after,
        #checkout-progress ul li.step-complete span.step-number:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 1.25em;
          height: 0.5em;
          margin-top: -0.375em;
          margin-left: -0.625em;
          border-style: solid;
          border-color: #4488ee;
          border-width: 0 0 2px 2px;
          transform: rotate(-45deg); }
      #checkout-progress ul li.step-complete a.step-title,
      #checkout-progress ul li.step-complete span.step-title {
        color: #4488ee; }
    #checkout-progress ul li.step-complete a {
      cursor: pointer; }
    #checkout-progress ul li.step-active a.step-number,
    #checkout-progress ul li.step-active span.step-number {
      color: #fff;
      border-color: #4488ee;
      background-color: #4488ee;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold; }
    #checkout-progress ul li.step-active a.step-title,
    #checkout-progress ul li.step-active span.step-title {
      color: #302f32;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold; }

#checkout-title-bar {
  background: #302f32;
  color: #fff; }
  #checkout-title-bar .container {
    height: 60px;
    line-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  #checkout-title-bar span {
    font-size: 2.8rem;
    font-weight: 200; }

#samsara-checkout {
  width: 100%;
  padding: 35px;
  border-top: 2px solid #f0f0f0;
  /* Removes awkward default styles on some inputs for iOS */ }
  #samsara-checkout h4 {
    font-size: 2.4rem;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  #samsara-checkout h6 {
    font-size: 2.0rem;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  #samsara-checkout table {
    width: 100%;
    text-align: right; }
    #samsara-checkout table tr {
      border: 0; }
      #samsara-checkout table tr:last-of-type th,
      #samsara-checkout table tr:last-of-type td {
        border-bottom: 0; }
      #samsara-checkout table tr th,
      #samsara-checkout table tr td {
        padding: 10px;
        font-size: 1.6rem;
        line-height: 125%;
        border-style: solid;
        border-color: #f0f0f0;
        border-width: 0 0 1px 0; }
        #samsara-checkout table tr th:first-of-type,
        #samsara-checkout table tr td:first-of-type {
          text-align: left; }
        #samsara-checkout table tr th.no-border,
        #samsara-checkout table tr td.no-border {
          border-bottom: 0; }
      #samsara-checkout table tr th {
        color: #999;
        font-family: "Nitti Grotesk", helvetica, sans-serif;
        font-style: normal;
        font-weight: bold; }
    #samsara-checkout table .total-text {
      padding-left: 10px;
      text-align: right;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold; }
      #samsara-checkout table .total-text strong {
        font-family: "Nitti Grotesk", helvetica, sans-serif;
        font-style: normal;
        font-weight: bold; }
  #samsara-checkout input[type="text"],
  #samsara-checkout select,
  #samsara-checkout .StripeElement {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1.0rem 1.4rem;
    line-height: 2.0rem;
    color: #302f32;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 2px;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  #samsara-checkout input[type="text"],
  #samsara-checkout select,
  #samsara-checkout .StripeElement {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #samsara-checkout input[type="text"]:focus,
  #samsara-checkout textarea:focus,
  #samsara-checkout .StripeElement--focus {
    border: 2px solid #bbb;
    outline: 0; }
  #samsara-checkout fieldset {
    width: 100%;
    margin: 0;
    padding: 0 11px;
    border: 0; }
    #samsara-checkout fieldset input[type="checkbox"],
    #samsara-checkout fieldset input[type="radio"] {
      float: left;
      display: block;
      margin-top: 4px; }
      #samsara-checkout fieldset input[type="checkbox"] + label,
      #samsara-checkout fieldset input[type="radio"] + label {
        display: block;
        padding-left: 35px; }
  #samsara-checkout #checkout-page {
    margin: 20px auto 50px auto; }
    #samsara-checkout #checkout-page #plan-selection {
      margin-bottom: 50px; }
      #samsara-checkout #checkout-page #plan-selection #plan-toggle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      #samsara-checkout #checkout-page #plan-selection input[type="radio"] {
        display: none; }
      #samsara-checkout #checkout-page #plan-selection input[type="radio"] + div {
        padding: 20px;
        border-radius: 6px;
        background: #f8f8f8; }
      #samsara-checkout #checkout-page #plan-selection input[type="radio"]:checked + div {
        background: #4488ee;
        color: #fff; }
      #samsara-checkout #checkout-page #plan-selection label {
        position: relative;
        width: 49%; }
      #samsara-checkout #checkout-page #plan-selection .button-blue {
        margin-top: 12px; }
      #samsara-checkout #checkout-page #plan-selection h4 {
        margin-top: 0; }
      #samsara-checkout #checkout-page #plan-selection #save-10 {
        position: absolute;
        top: 25px;
        right: 20px; }
    #samsara-checkout #checkout-page.order-summary #order-shipping h5 + p,
    #samsara-checkout #checkout-page.order-summary #order-payment h5 + p {
      margin-top: 1.0em; }
    #samsara-checkout #checkout-page.order-summary #order-shipping p,
    #samsara-checkout #checkout-page.order-summary #order-payment p {
      margin-top: 0;
      line-height: 120%; }
      #samsara-checkout #checkout-page.order-summary #order-shipping p a,
      #samsara-checkout #checkout-page.order-summary #order-payment p a {
        line-height: 200%; }
    #samsara-checkout #checkout-page.order-summary #order-shipping {
      margin-bottom: 50px; }
    #samsara-checkout #checkout-page.order-summary #order-payment {
      margin-top: 50px;
      padding-top: 50px;
      border-top: 2px dashed #bbb; }
      #samsara-checkout #checkout-page.order-summary #order-payment p {
        color: #302f32; }
  #samsara-checkout #checkout-actions {
    text-align: right; }
    #samsara-checkout #checkout-actions button {
      display: inline-block; }
    #samsara-checkout #checkout-actions.place-order {
      padding: 35px 22px;
      border: 1px solid #bbb;
      background-color: #f8f8f8;
      border-radius: 2px; }
  #samsara-checkout input[type="text"] + label,
  #samsara-checkout select + label {
    display: none; }
  #samsara-checkout #billing-address {
    margin-top: 35px; }

#order-agreement {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 200px;
  margin: 50px auto;
  padding: 35px 35px 80px 35px;
  border: 1px solid #bbb;
  background-color: #f8f8f8;
  border-radius: 2px; }
  #order-agreement h6 {
    margin-top: 50px; }

body.order-confirmation {
  height: 100vh;
  max-width: none;
  padding-top: 140px;
  padding-bottom: 0; }
  body.order-confirmation h3 {
    position: relative; }
    body.order-confirmation h3:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 1.25em;
      height: 0.5em;
      margin-top: -1.5em;
      margin-left: -0.625em;
      border-style: solid;
      border-color: #4488ee;
      border-width: 0 0 3px 3px;
      transform: rotate(-45deg); }
  body.order-confirmation #message {
    margin-bottom: 35px; }
    body.order-confirmation #message p {
      width: 55%;
      margin-left: auto;
      margin-right: auto; }
  body.order-confirmation #video > .container {
    padding-top: 35px;
    padding-bottom: 50px; }
  body.order-confirmation #video h5 {
    margin-top: 0;
    margin-bottom: 2px; }
  body.order-confirmation #video h3 {
    font-weight: bold; }
  body.order-confirmation #video a {
    text-decoration: none; }
    body.order-confirmation #video a:hover {
      text-decoration: none; }
  body.order-confirmation #video .video-details {
    padding: 35px 50px;
    background-color: #f0f0f0;
    border-radius: 2px; }
    body.order-confirmation #video .video-details .video-thumb {
      position: relative;
      vertical-align: top;
      display: inline-block;
      width: 168px;
      height: 100px;
      margin-right: 35px;
      background-color: #bbb;
      background-repeat: no-repeat;
      background-position: center top;
      background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/products/fleet-overview-tilted-interface.jpg");
      background-size: 100% auto;
      border-radius: 3px; }
      body.order-confirmation #video .video-details .video-thumb:after {
        content: "";
        z-index: 10;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #999;
        opacity: 0.5;
        filter: alpha(opacity=50); }
      body.order-confirmation #video .video-details .video-thumb .play-button {
        z-index: 20; }
    body.order-confirmation #video .video-details .video-info {
      vertical-align: top;
      display: inline-block;
      padding-top: 20px;
      text-align: left; }

#card-element {
  width: 100%; }
  #card-element + label {
    display: none; }

#card-errors {
  width: 100%; }

.StripeElement:--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement:--invalid {
  border-color: #ff5740; }

@media only screen and (max-width: 750px) {
  body.order-confirmation #message p {
    width: 68%; }
  #checkout-progress {
    padding: 0;
    background-color: #f0f0f0; } }

@media only screen and (max-width: 550px) {
  #samsara-checkout #checkout-form {
    margin: 35px auto; } }

#header {
  z-index: 500;
  height: 90px;
  background-color: #fff; }
  #header > .container {
    height: inherit; }
  #header .logo-white {
    display: none;
    float: left;
    width: 110px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
  #header .logo-black {
    display: block;
    float: left;
    width: 143px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
    #header .logo-black img {
      display: block; }

#main-nav {
  float: right;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-backface-visibility: hidden; }
  #main-nav > ul {
    display: block;
    cursor: default; }
    #main-nav > ul > li {
      color: #302f32;
      margin-left: 20px;
      margin-bottom: 0; }
      #main-nav > ul > li:hover > a:not(.button) {
        color: #000;
        text-decoration: none; }
      #main-nav > ul > li > a:not(.button),
      #main-nav > ul > li > span {
        padding: 16px 0; }
      #main-nav > ul > li > ul > li {
        margin-bottom: 0.7em;
        padding-left: 0; }
        #main-nav > ul > li > ul > li:last-of-type {
          margin-bottom: 0; }
    #main-nav > ul .nav-grouped {
      left: -17px;
      white-space: nowrap;
      padding: 0;
      border: 1px solid #000;
      background-color: #302f32;
      box-shadow: 0 0 13px 2px rgba(48, 47, 50, 0.16); }
      #main-nav > ul .nav-grouped .nav-row {
        padding: 22px 30px 26px 30px; }
        #main-nav > ul .nav-grouped .nav-row > ul {
          display: inline-block;
          vertical-align: text-top;
          margin-right: 25px;
          padding-right: 50px; }
          #main-nav > ul .nav-grouped .nav-row > ul li {
            margin-bottom: 9px;
            padding-left: 0; }
            #main-nav > ul .nav-grouped .nav-row > ul li a {
              color: #eee; }
            #main-nav > ul .nav-grouped .nav-row > ul li:first-of-type {
              margin-bottom: 12px;
              font-weight: bold;
              text-transform: uppercase;
              letter-spacing: 0.04em;
              color: #fff;
              white-space: normal; }
              #main-nav > ul .nav-grouped .nav-row > ul li:first-of-type a:hover {
                text-decoration: none; }
            #main-nav > ul .nav-grouped .nav-row > ul li:last-of-type {
              margin-bottom: 0; }
            #main-nav > ul .nav-grouped .nav-row > ul li span {
              display: inline-block; }
              #main-nav > ul .nav-grouped .nav-row > ul li span.icon {
                margin-bottom: 6px; }
        #main-nav > ul .nav-grouped .nav-row:first-of-type > ul {
          width: 50%;
          border-right: 1px solid #414042; }
          #main-nav > ul .nav-grouped .nav-row:first-of-type > ul:last-of-type {
            margin-right: 0;
            padding-right: 0;
            border-right: 0; }
            #main-nav > ul .nav-grouped .nav-row:first-of-type > ul:last-of-type li {
              color: #fff; }
        #main-nav > ul .nav-grouped .nav-row:last-of-type {
          background-color: #414042;
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px; }
          #main-nav > ul .nav-grouped .nav-row:last-of-type a {
            font-weight: bold;
            letter-spacing: 0.01em; }
            #main-nav > ul .nav-grouped .nav-row:last-of-type a span {
              display: inline-block;
              margin-left: 15px;
              text-decoration: none; }
  #main-nav .active {
    color: #999; }
    #main-nav .active > a:hover {
      text-decoration: none; }

.nav-sign-in {
  color: #ff5740; }

#menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  text-align: center; }
  #menu-icon img {
    margin-top: 37px; }

#mobile-nav {
  z-index: 400;
  position: absolute;
  top: 90px;
  width: 100%;
  padding: 35px 0;
  background: #302f32;
  border-bottom: 1px solid #2a292c;
  box-shadow: 0 12px 16px 0 rgba(48, 47, 50, 0.25); }
  #mobile-nav ul li {
    margin-bottom: 1em; }
    #mobile-nav ul li a {
      display: block;
      font-size: 2.0rem;
      text-align: center;
      color: #eee; }
      #mobile-nav ul li a.nav-sign-in {
        color: #ff5740;
        font-family: "Nitti Grotesk", helvetica, sans-serif;
        font-style: normal;
        font-weight: bold; }
    #mobile-nav ul li:last-of-type {
      margin-top: 2em; }
  #mobile-nav .button-primary {
    width: 50%;
    margin: 0 auto; }

#sub-nav {
  font-size: 1.6rem;
  background-color: #302f32; }
  #sub-nav > .container {
    padding: 0;
    max-width: 100%; }
  #sub-nav ul {
    padding: 14px 22px;
    white-space: nowrap;
    overflow: auto; }
  #sub-nav li {
    margin: 0 1.1rem;
    color: #999; }
    #sub-nav li:first-of-type {
      position: relative;
      top: -1px;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      margin-right: 35px; }
      #sub-nav li:first-of-type a {
        display: inline-block;
        padding: 1px 8px 3px 8px;
        border: 1px solid #919191;
        font-size: 1.4rem;
        border-radius: 2px; }
        #sub-nav li:first-of-type a:hover {
          text-decoration: none; }
  #sub-nav .active a {
    color: #fff; }
    #sub-nav .active a:hover {
      text-decoration: none; }
  #sub-nav.headroom--not-top {
    height: 46px; }
    #sub-nav.headroom--not-top .container {
      position: fixed;
      z-index: 500;
      top: 0;
      width: 100%;
      max-width: 100%;
      padding: 0;
      transform: translateY(0%);
      background-color: #302f32;
      border-bottom: 1px solid #302f32;
      box-shadow: 0 0 14px 2px rgba(48, 47, 50, 0.14); }
    #sub-nav.headroom--not-top.headroom--unpinned .container {
      transform: translateY(0%); }
    #sub-nav.headroom--not-top.headroom--pinned .container {
      transform: translateY(0%); }
      #sub-nav.headroom--not-top.headroom--pinned .container ul {
        background-color: #302f32; }

.nav-pill-tabs {
  cursor: default;
  margin: 15px auto 0 auto;
  padding: 20px 0;
  list-style-type: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: margin;
  -webkit-transition-duration: 180ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: margin;
  -moz-transition-duration: 180ms;
  -moz-transition-timing-function: linear;
  -o-transition-property: margin;
  -o-transition-duration: 180ms;
  -o-transition-timing-function: linear;
  transition-property: margin;
  transition-duration: 180ms;
  transition-timing-function: linear; }
  .nav-pill-tabs.inline {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  .nav-pill-tabs.large li {
    font-size: 2.0rem; }
  .nav-pill-tabs li {
    cursor: pointer;
    display: inline-block;
    margin-left: -1px;
    margin-bottom: 0;
    padding: 1.2rem 2.0rem;
    color: #4488ee;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.0rem;
    letter-spacing: -0.01em;
    border: 1px solid #4488ee;
    background-color: transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .nav-pill-tabs li:first-of-type {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .nav-pill-tabs li:last-of-type {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .nav-pill-tabs li:active {
      outline: 0; }
    .nav-pill-tabs li.active {
      outline: 0;
      color: #fff;
      background-color: #4488ee;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold; }

@media only screen and (max-width: 1000px) {
  #main-nav > ul > li {
    margin-left: 16px;
    letter-spacing: -0.02em; }
  #header .logo-black {
    width: 120px; } }

@media only screen and (max-width: 750px) {
  #header > .container {
    padding: 0 33px; }
  #sub-nav > .container {
    position: relative; }
  #sub-nav ul {
    padding: 20px 120px 20px 22px; }
    #sub-nav ul:after {
      content: "";
      pointer-events: none;
      z-index: 100;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 120px;
      height: 100%;
      background: #302f32;
      background: linear-gradient(90deg, rgba(48, 47, 50, 0) 0%, rgba(48, 47, 50, 0.5) 50%, #302f32 88%); }
  #sub-nav li:first-of-type {
    margin-left: 0;
    margin-right: 18px; } }

@media (min-width: 550px) {
  #main-nav > ul > li {
    position: relative;
    display: inline-block; }
  #main-nav .nav-drop {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 166%;
    left: -7px;
    width: auto;
    min-width: 120px;
    padding: 15px 20px 17px 20px;
    background: #302f32;
    font-size: 1.6rem;
    border: 1px solid #000;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 4px;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 80ms;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: opacity;
    -moz-transition-duration: 80ms;
    -moz-transition-timing-function: linear;
    -o-transition-property: opacity;
    -o-transition-duration: 80ms;
    -o-transition-timing-function: linear;
    transition-property: opacity;
    transition-duration: 80ms;
    transition-timing-function: linear; }
    #main-nav .nav-drop a {
      display: block;
      color: #fff;
      white-space: nowrap; }
  #main-nav > ul > li:hover .nav-drop {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  #mobile-nav {
    display: none; }
  #sub-nav ul {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 550px) {
  .nav-pill-tabs {
    padding: 20px 11px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
        flex-direction: row; }
    .nav-pill-tabs li {
      padding: 1.2rem 2%;
      font-size: 1.7rem;
      letter-spacing: -0.02rem;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

@media only screen and (max-width: 400px) {
  .nav-pill-tabs {
    overflow: scroll;
    display: block;
    padding: 0; }
    .nav-pill-tabs li {
      display: inline-block;
      margin: 0 0.7rem;
      padding: 1.0rem 0 1.6rem 0;
      font-size: 1.6rem;
      border: 0;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold; }
      .nav-pill-tabs li:first-of-type {
        margin-left: 0;
        border-bottom-left-radius: 0; }
      .nav-pill-tabs li:last-of-type {
        margin-right: 0;
        border-bottom-right-radius: 0; }
      .nav-pill-tabs li.active {
        color: #4488ee;
        letter-spacing: -0.03em;
        border-bottom: 3px solid #4488ee;
        background-color: #fff; } }

#home-intro {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding-top: 50px;
  text-align: center; }
  #home-intro img {
    display: block; }
  #home-intro .home-hero {
    overflow: hidden;
    max-width: 1250px;
    margin: 0 auto; }
    #home-intro .home-hero img {
      margin-top: 20px;
      margin-bottom: -100px;
      max-width: 150%;
      margin-left: -20%; }
    #home-intro .home-hero video {
      display: block; }

.announcement-banner {
  cursor: pointer;
  width: 100%;
  padding: 28px 35px;
  color: #fff;
  background-color: #4488ee; }
  .announcement-banner .announcement {
    display: inline-block;
    margin: 0 25px 0 0;
    font-size: 2.2rem;
    line-height: 3.0rem;
    text-align: left;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  .announcement-banner .date-location {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 1.8rem;
    text-align: left; }
  .announcement-banner .logo {
    vertical-align: middle;
    display: inline-block;
    height: 36px;
    width: auto;
    margin: 0 0 0 35px; }

#home-lower .benefit-set {
  padding-top: 35px; }

#home-lower h2 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }
  #home-lower h2 span {
    position: static;
    top: 0;
    float: none;
    display: block;
    width: 100%;
    font-size: 0.5em;
    color: #ff5740;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: uppercase; }

#home-lower .link-arrow {
  display: block;
  white-space: nowrap; }

#feature-product {
  padding-top: 120px;
  padding-bottom: 120px; }

#feature-spotlight {
  padding-top: 140px;
  padding-bottom: 140px; }

#feature-quotes {
  margin: 0;
  padding: 80px 0; }
  #feature-quotes .container {
    position: relative;
    height: 400px; }
  #feature-quotes ul {
    position: relative;
    height: 100%; }
  #feature-quotes li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 20px; }
    #feature-quotes li p {
      text-indent: -0.45em;
      max-width: 60%;
      font-size: 3.4rem;
      color: #302f32; }
    #feature-quotes li h5 {
      margin-top: 2.0em;
      font-size: 1.6rem; }

#feature-spotlight-fmcsa {
  display: inline-block; }
  #feature-spotlight-fmcsa span {
    font-size: 1.8rem;
    vertical-align: super; }

#home-press-block {
  margin: 0 auto;
  background-color: #eee; }
  #home-press-block a {
    position: relative;
    overflow: hidden;
    height: 132px;
    color: #999;
    display: block;
    text-decoration: none;
    -webkit-transition-property: background;
    -webkit-transition-duration: 360ms;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: background;
    -moz-transition-duration: 360ms;
    -moz-transition-timing-function: linear;
    -o-transition-property: background;
    -o-transition-duration: 360ms;
    -o-transition-timing-function: linear;
    transition-property: background;
    transition-duration: 360ms;
    transition-timing-function: linear; }
    #home-press-block a:hover {
      background-color: #f8f8f8; }
      #home-press-block a:hover .press-logo {
        transform: translateY(-150%);
        opacity: 0;
        filter: alpha(opacity=0); }
      #home-press-block a:hover p {
        transform: translateY(-50%);
        opacity: 1;
        filter: alpha(opacity=100); }
    #home-press-block a img {
      display: block;
      margin: 0 auto; }
    #home-press-block a p,
    #home-press-block a .press-logo {
      position: absolute;
      width: 100%;
      top: 50%;
      transition: all .2s .15s; }
    #home-press-block a .press-logo {
      padding: 0;
      transform: translateY(-50%); }
    #home-press-block a p {
      margin: 0;
      padding: 0 35px;
      color: #302f32;
      line-height: 100%;
      transform: translateY(50%);
      opacity: 0;
      filter: alpha(opacity=0); }
      #home-press-block a p:hover {
        text-decoration: underline; }

#hiring-banner {
  padding-top: 180px;
  padding-bottom: 180px; }

@media (max-width: 1000px) {
  .announcement-banner .col {
    position: relative;
    padding: 0; }
  .announcement-banner .announcement {
    display: block;
    margin-right: 0; }
  .announcement-banner .date-location {
    display: block; }
  .announcement-banner .logo {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -18px 0 0 0; }
  #home-press-block > .container {
    padding: 0; }
  #home-press-block a {
    height: 80px;
    border-width: 0;
    border-style: solid;
    border-color: #e2e2e2; }
  #home-press-block li:first-of-type a {
    border-width: 0 1px 1px 0; }
  #home-press-block li:last-of-type a {
    border-width: 1px 0 0 1px; }
  #hiring-banner {
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center top; } }

@media (max-width: 750px) {
  #home-intro .home-hero video {
    position: relative;
    left: -33%;
    width: 133%;
    max-width: none; }
  .announcement-banner {
    padding: 28px 11px; }
    .announcement-banner .announcement {
      font-size: 2.0rem;
      line-height: 2.4rem;
      margin-bottom: 12px; }
    .announcement-banner .date-location {
      font-size: 1.8rem; }
  #feature-spotlight {
    padding-top: 80px;
    padding-bottom: 80px; }
  #home-lower .benefit-set {
    padding-bottom: 50px; }
  #home-press-block a {
    height: 80px;
    border-width: 0 0 1px 0; }
  #home-press-block li:first-of-type a, #home-press-block li:last-of-type a {
    border-width: 0 0 1px 0; }
  #hiring-banner {
    padding-top: 120px;
    padding-bottom: 120px; } }

@media (max-width: 550px) {
  #home-intro .home-hero video {
    left: -25%;
    width: 150%; }
  .announcement-banner .announcement {
    text-align: center; }
  .announcement-banner .date-location {
    text-align: center; }
  .announcement-banner .logo {
    position: relative;
    top: 0;
    right: auto;
    margin: 20px 0 0 0; }
  #hiring-banner {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center top; } }

#model-details-page h1 {
  margin: 0;
  padding-left: 50px;
  font-size: 5.6rem;
  line-height: 1em;
  letter-spacing: -0.02em;
  font-feature-settings: 'tnum'; }

#model-details-page h2 {
  font-size: 4.0rem;
  margin: 0 0 0.3em 0; }

#model-details-page h4 {
  margin-bottom: 1.75em;
  padding-top: 50px;
  border-top: 1px solid #bbb; }

#model-details-page h5 {
  margin-top: 1.0em;
  margin-bottom: 0.25em; }

#model-details-page .large-text {
  color: #302f32; }

#model-details-page img {
  max-width: 101%; }

#model-details-page .model-highlights p {
  margin-bottom: 50px; }

#model-details-page .model-image {
  margin-left: -9.5%;
  margin-bottom: 35px; }

#model-details-page .category {
  margin-top: 50px; }
  #model-details-page .category .section > div {
    padding: 0.25em 0;
    color: #67666D;
    font-size: 1.6rem;
    line-height: 125%;
    border-bottom: 1px solid #f0f0f0; }
    #model-details-page .category .section > div:last-of-type {
      border-bottom: 0; }
    #model-details-page .category .section > div span {
      display: inline-block;
      vertical-align: top; }
      #model-details-page .category .section > div span:first-of-type {
        width: 25%;
        color: #302f32;
        font-family: "Nitti Grotesk", helvetica, sans-serif;
        font-style: normal;
        font-weight: bold; }
      #model-details-page .category .section > div span:last-of-type {
        width: 70%; }

.model-details-fixed {
  pointer-events: none;
  position: fixed;
  top: 300px;
  width: 100%; }

.list-flat > div, .simple-tabs > div, .list-inline > div, .list-specs > div, .list-divided > div, .list-expandable > div {
  padding: 0.4em 0;
  border-bottom: 1px solid #eee;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .list-flat > div:last-of-type, .simple-tabs > div:last-of-type, .list-inline > div:last-of-type, .list-specs > div:last-of-type, .list-divided > div:last-of-type, .list-expandable > div:last-of-type {
    border-bottom: 0; }

.list-flat dt, .simple-tabs dt, .list-inline dt, .list-specs dt, .list-divided dt, .list-expandable dt {
  width: 25%; }

.list-flat dd, .simple-tabs dd, .list-inline dd, .list-specs dd, .list-divided dd, .list-expandable dd {
  width: 75%; }

@media only screen and (max-width: 750px) {
  #model-details-page h1 {
    padding-left: 15px; }
  #model-details-page .model-image {
    margin-bottom: 0; } }

@media only screen and (max-width: 550px) {
  #model-details-page h1 {
    padding-left: 0; }
  .model-details-fixed {
    position: relative;
    top: auto; } }

body#jobs main {
  padding-bottom: 120px; }

body#jobs section h6 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

body#jobs section .large-text {
  margin-top: 0.5em;
  color: #302f32;
  letter-spacing: -0.01em;
  text-shadow: #302f32 0 0.01em 0; }

body#jobs section .image img {
  position: relative;
  display: block;
  width: 100%; }

body#jobs section .link {
  font-size: 2.0rem;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

body#jobs section#jobs-work-values .image img {
  width: 100%;
  height: auto; }

body#jobs section#jobs-headline {
  margin: 120px auto; }
  body#jobs section#jobs-headline .link {
    display: block;
    margin-top: 1em; }

body#jobs section#jobs-banner-2 {
  margin: 120px auto 0 auto; }
  body#jobs section#jobs-banner-2 .col:first-of-type {
    position: relative; }
    body#jobs section#jobs-banner-2 .col:first-of-type > div {
      margin-top: -2.5%;
      position: relative;
      top: 50%;
      transform: translate(0, -50%);
      position: absolute; }
  body#jobs section#jobs-banner-2 p {
    color: #fff;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  body#jobs section#jobs-banner-2 .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 66%;
    background-color: #bbb;
    border-radius: 4px;
    box-shadow: 0 2px 4px 1px rgba(48, 47, 50, 0.8); }
    body#jobs section#jobs-banner-2 .image div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/blog/undefined/samsara_contact_map_1.jpg");
      background-position: center;
      background-size: auto 166%; }

body#jobs section#benefits {
  padding-top: 120px; }
  body#jobs section#benefits .image {
    overflow: hidden;
    position: relative;
    width: 100%; }
    body#jobs section#benefits .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    body#jobs section#benefits .image:first-of-type {
      margin-bottom: 30px;
      padding-bottom: 58%; }
    body#jobs section#benefits .image:last-of-type {
      padding-bottom: 76%; }
  body#jobs section#benefits ul li {
    padding-right: 1.0em;
    line-height: 112.5%; }
  body#jobs section#benefits hr {
    width: 100%;
    height: 1px;
    margin: 120px auto 0 auto;
    border: 0;
    background-color: #e6e6e6; }

body#jobs section#open-roles {
  padding-top: 120px; }
  body#jobs section#open-roles .department {
    margin-top: 35px; }
    body#jobs section#open-roles .department:first-of-type {
      margin-top: 50px; }
    body#jobs section#open-roles .department .role {
      margin: 0;
      padding: 0;
      font-size: 2.2rem;
      line-height: 166%;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold; }
  body#jobs section#open-roles .image div {
    background-color: #bbb; }

@media only screen and (max-width: 750px) {
  body#jobs section#jobs-banner-1 {
    background-position: 25% 0%; }
  body#jobs section#jobs-work-values > .container > .row > .col {
    margin-bottom: 120px; }
    body#jobs section#jobs-work-values > .container > .row > .col:first-of-type {
      margin-bottom: 120px; }
    body#jobs section#jobs-work-values > .container > .row > .col:last-of-type {
      margin-bottom: 0; }
  body#jobs section#jobs-banner-2 {
    height: auto;
    padding: 120px 0; }
    body#jobs section#jobs-banner-2 > .container {
      top: 0;
      transform: translate(0, 0); }
      body#jobs section#jobs-banner-2 > .container > .row > .col:first-of-type {
        top: 0;
        margin-top: 0;
        margin-bottom: 50px;
        transform: translate(0, 0); }
        body#jobs section#jobs-banner-2 > .container > .row > .col:first-of-type div {
          position: relative;
          top: 0;
          transform: translate(0, 0); }
  body#jobs section#benefits > .container > .row > .col:first-of-type {
    margin-bottom: 50px; }
  body#jobs section#benefits .image:first-of-type {
    padding-bottom: 50%; }
  body#jobs section#benefits .image:last-of-type {
    padding-bottom: 50%; }
  body#jobs section#benefits hr {
    margin-top: 80px; }
  body#jobs section#open-roles > .container > .row > .col {
    margin-bottom: 120px; }
    body#jobs section#open-roles > .container > .row > .col:first-of-type {
      margin-bottom: 50px; } }

@media only screen and (max-width: 550px) {
  body#jobs section .large-text {
    font-size: 2.2rem;
    line-height: 125%;
    word-spacing: normal; } }

body#team main {
  padding-top: 80px;
  padding-bottom: 120px; }

body#team .profile {
  margin-top: 20px;
  margin-bottom: 35px; }
  body#team .profile .profile-details {
    margin-top: 5px; }
    body#team .profile .profile-details h3 {
      margin-bottom: 10px;
      font-size: 3.0rem;
      line-height: 112.5%; }
    body#team .profile .profile-details h5 {
      line-height: 112.5%; }

@media only screen and (max-width: 1000px) {
  body#team .profile-details h3 {
    font-size: 2.6rem;
    margin-bottom: 6px; }
  body#team .profile-details h5 {
    font-size: 1.6rem;
    letter-spacing: 0; } }

.api h1 {
  margin-top: 0; }

.api .primary {
  color: #ff5740; }

.api table {
  table-layout: fixed;
  width: 100%; }

.api h3 {
  border-top: 1px solid #302f32;
  padding-top: .5em; }

.fleet-lp input[type="email"], .fleet-lp input[type="number"], .fleet-lp input[type="search"], .fleet-lp input[type="text"], .fleet-lp input[type="tel"], .fleet-lp input[type="url"], .fleet-lp input[type="password"], .fleet-lp textarea {
  padding-top: 0px;
  padding-bottom: 0px; }

.fleet-lp .fleet-lp-header h3 {
  line-height: 1.2em; }

.fleet-lp .fleet-lp-header a {
  font-size: 1.8rem; }

.fleet-lp .fleet-lp-header h5 {
  text-transform: uppercase;
  margin-bottom: 10px; }

.fleet-lp .benefits {
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 50px;
  color: white;
  background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/bus2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .fleet-lp .benefits h2 {
    margin-top: 10px; }
  .fleet-lp .benefits .icon {
    height: 25px; }

.fleet-lp .benefits-b {
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 50px;
  color: white;
  background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/fleet-vans.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .fleet-lp .benefits-b h2 {
    margin-top: 10px; }
  .fleet-lp .benefits-b .icon {
    height: 25px; }

.fleet-lp .link-arrow {
  font-size: 1.8rem; }

.fleet-lp .link-arrow:after {
  content: "+"; }

.fleet-lp #quote {
  padding-top: 60px;
  background-color: #eee;
  margin-bottom: 0; }
  .fleet-lp #quote h5 {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    line-height: 1.3em; }
  .fleet-lp #quote span {
    font-weight: normal; }

.fleet-lp .logos {
  padding-bottom: 60px;
  background-color: #eee;
  margin: 0; }
  .fleet-lp .logos li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 120px; }

.fleet-lp #promo-signup {
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0; }
  .fleet-lp #promo-signup h1 {
    margin-bottom: 0; }
  .fleet-lp #promo-signup input {
    min-height: 50px; }
  .fleet-lp #promo-signup form fieldset {
    max-width: none; }
  .fleet-lp #promo-signup .hs-button {
    background-color: #ff5740; }
    .fleet-lp #promo-signup .hs-button:hover {
      color: #fff;
      background-color: #e94c36; }
  .fleet-lp #promo-signup h5 {
    margin-top: 0;
    margin-bottom: 10px;
    border-top: 1px solid #eee; }

.fleet-lp-1 .fleet-lp-header h3 {
  line-height: 1.2em; }

.fleet-lp-1 .fleet-lp-header a {
  font-size: 1.8rem; }

.fleet-lp-1 .fleet-lp-header h5 {
  text-transform: uppercase;
  margin-bottom: 10px; }

.fleet-lp-1 .benefits {
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 50px;
  color: white;
  background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/bus2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .fleet-lp-1 .benefits h2 {
    margin-top: 10px; }
  .fleet-lp-1 .benefits .icon {
    height: 25px; }

.fleet-lp-1 .benefits-b {
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 50px;
  color: white;
  background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/fleet-vans.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .fleet-lp-1 .benefits-b h2 {
    margin-top: 10px; }
  .fleet-lp-1 .benefits-b .icon {
    height: 25px; }

.fleet-lp-1 .link-arrow {
  font-size: 1.8rem; }

.fleet-lp-1 .link-arrow:after {
  content: "+"; }

.fleet-lp-1 #quote {
  padding-top: 60px;
  background-color: #eee;
  margin-bottom: 0; }
  .fleet-lp-1 #quote h5 {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    line-height: 1.3em; }
  .fleet-lp-1 #quote span {
    font-weight: normal; }

.fleet-lp-1 .logos {
  padding-bottom: 60px;
  background-color: #eee;
  margin: 0; }
  .fleet-lp-1 .logos li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 120px; }

.fleet-lp-1 #promo-signup {
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0; }
  .fleet-lp-1 #promo-signup h1 {
    margin-bottom: 0; }
  .fleet-lp-1 #promo-signup input {
    min-height: 50px; }
  .fleet-lp-1 #promo-signup form fieldset {
    max-width: none; }
  .fleet-lp-1 #promo-signup .hs-button {
    background-color: #ff5740; }
    .fleet-lp-1 #promo-signup .hs-button:hover {
      color: #fff;
      background-color: #e94c36; }
  .fleet-lp-1 #promo-signup h5 {
    margin-top: 0;
    margin-bottom: 10px;
    border-top: 1px solid #eee; }

#products-overview h1 {
  font-size: 4.2rem; }

#products-solutions-list .split > li {
  padding: 50px 35px; }

#analytics img {
  float: right; }

#flexible-architecture img {
  width: 40px;
  margin-bottom: 20px; }

#flexible-architecture h3 {
  font-size: 2.3rem; }

#flexible-architecture #solutions-list .industry {
  padding-bottom: 30px;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

#product-models-page h2 {
  margin: 0; }

#product-models-page h3 {
  margin-top: .5em;
  margin-bottom: .2em; }

#product-models-page h4 {
  margin-top: 0; }

#product-models-page .model {
  margin-bottom: 50px; }
  #product-models-page .model img {
    max-width: 334px; }
  #product-models-page .model p {
    font-size: 1.6rem;
    line-height: 1.35em;
    max-width: 80%; }

#product-models-page section {
  border-bottom: 1px solid #eee;
  padding: 80px 0 50px; }
  #product-models-page section:first-of-type {
    padding-top: 50px; }
  #product-models-page section:last-of-type {
    border: 0; }

#product-models-page .model-beta {
  position: relative;
  background: #eee;
  text-align: center;
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 50px;
  margin-bottom: 20px; }
  #product-models-page .model-beta p {
    font-size: 1.6rem; }
  #product-models-page .model-beta span {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    padding: 3px 15px;
    background: #2ac78a;
    font-size: 1.6rem;
    color: #fff; }

#cloud-hosted, #analytics, #flexible-architecture {
  background-color: #f8f8f8; }

#deploy-in-minutes ul, #cloud-hosted ul {
  list-style: none;
  padding-left: 0; }
  #deploy-in-minutes ul li, #cloud-hosted ul li {
    line-height: 35px; }
  #deploy-in-minutes ul h4, #cloud-hosted ul h4 {
    letter-spacing: 0px;
    font-size: 2.1rem; }
  #deploy-in-minutes ul img, #cloud-hosted ul img {
    width: 25px;
    margin-right: 10px; }
  #deploy-in-minutes ul #orange-icons img, #cloud-hosted ul #orange-icons img {
    width: 30px; }

#real-time {
  padding-bottom: 0; }
  #real-time img {
    display: block; }

#cloud-hosted img {
  width: 100%; }

#cloud-hosted #cloud-hosted-image-block p {
  font-weight: 800; }

@media (min-width: 1000px) {
  #products-overview #deploy-in-minutes {
    position: relative; }
    #products-overview #deploy-in-minutes #vg-laptop {
      z-index: -1;
      position: absolute;
      right: 0;
      bottom: 10%;
      max-width: 850px; } }

.cycle {
  position: relative; }
  .cycle .cycle-item {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all .8s;
    pointer-events: none; }
    .cycle .cycle-item.active {
      opacity: 1;
      pointer-events: auto; }

.cycle-previous, .cycle-next {
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 80px;
  height: 100%;
  cursor: pointer; }
  .cycle-previous:after, .cycle-next:after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 3px solid #bbb;
    border-right: 3px solid #bbb; }
  .cycle-previous:hover:after, .cycle-next:hover:after {
    border-color: #302f32; }
  .cycle-previous:active:after, .cycle-next:active:after {
    border-color: #ff5740; }

.cycle-previous {
  left: 0;
  padding-left: 5px; }
  .cycle-previous:after {
    transform: rotate(-135deg); }

.cycle-next {
  right: 0;
  padding-right: 5px; }
  .cycle-next:after {
    transform: rotate(45deg); }

.spacer_1 {
  width: 100%;
  height: 40px; }

.wrapper {
  width: 70%;
  height: 100%;
  margin: auto;
  background: #4488ee; }

.h_iframe {
  position: relative; }

.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto; }

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.condition-monitoring-dashboard-feature {
  margin-bottom: 20px;
  min-height: 500px;
  padding: 50px 50px;
  background: #f8f8f8; }

#condition-monitoring-how-it-works {
  padding-top: 120px;
  padding-bottom: 0;
  color: #fff;
  background: #3f4045; }
  #condition-monitoring-how-it-works p {
    color: #bbb; }

#benefits-features {
  padding-top: 80px; }
  #benefits-features h2 {
    text-align: center; }
  #benefits-features h3 {
    line-height: normal; }
  #benefits-features h5 {
    color: #999; }
  #benefits-features .cycle .cycle-item {
    right: 0;
    bottom: 0;
    left: 0; }
  #benefits-features .cycle .cycle-next {
    right: -60px; }
  #benefits-features .cycle .cycle-previous {
    left: -60px; }

.banner {
  position: relative;
  height: 460px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #67666D;
  background-size: cover; }
  .banner.tall {
    height: 600px; }
  .banner.dynamic-height {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px; }
    .banner.dynamic-height > .container {
      top: 0;
      bottom: auto;
      transform: translate(0, 0); }
  .banner:after {
    content: "";
    display: block;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .banner.dim-light:after {
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(180deg, rgba(48, 47, 50, 0.4) 0%, rgba(48, 47, 50, 0.52) 25%, rgba(0, 0, 0, 0.4) 66%, rgba(0, 0, 0, 0.6) 100%); }
  .banner.dim-medium:after {
    background: rgba(0, 0, 0, 0.64);
    background: linear-gradient(180deg, rgba(48, 47, 50, 0.52) 0%, rgba(48, 47, 50, 0.64) 25%, rgba(0, 0, 0, 0.52) 66%, rgba(0, 0, 0, 0.64) 100%); }
  .banner.dim-dark:after {
    background: rgba(0, 0, 0, 0.88);
    background: linear-gradient(180deg, rgba(48, 47, 50, 0.76) 0%, rgba(48, 47, 50, 0.88) 25%, rgba(0, 0, 0, 0.76) 66%, rgba(0, 0, 0, 0.88) 100%); }
  .banner[class^="dim-"], .banner[class*=" dim-"] {
    text-shadow: 0 2px 2px rgba(48, 47, 50, 0.67); }
  .banner > .container {
    z-index: 10;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
  .banner h3 {
    margin-bottom: 0;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 2.8rem; }
  .banner .button {
    box-shadow: 0 1px 8px 1px rgba(48, 47, 50, 0.2); }
    .banner .button:hover {
      box-shadow: 0 1px 8px 1px rgba(48, 47, 50, 0.4); }
  .banner .banner-video {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .banner .banner-video video {
      width: 100%;
      max-width: none;
      min-height: 100%;
      position: relative;
      top: 50%;
      transform: translate(0, -50%); }
    .banner .banner-video .banner-footer {
      z-index: 10;
      position: absolute;
      bottom: 14px;
      left: 0;
      width: 100%; }
      .banner .banner-video .banner-footer .recorded-with {
        position: relative;
        margin-left: 28px;
        padding: 2px 8px;
        font-size: 1.4rem;
        letter-spacing: -0.005em;
        color: #f8f8f8;
        background-color: rgba(48, 47, 50, 0.4);
        border-radius: 5px; }
        .banner .banner-video .banner-footer .recorded-with:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: -24px;
          width: 14px;
          height: 14px;
          margin-top: -7px;
          background-color: #ff5740;
          border-radius: 7px; }

.product-banner {
  height: 600px;
  max-width: 1280px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: auto 100%; }
  .product-banner > .container {
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
  .product-banner h1 {
    color: #302f32;
    white-space: nowrap;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.67); }
  .product-banner.bg-right {
    background-position: 520px center; }

.benefit-set {
  margin: 0 auto;
  padding: 50px 22px; }
  .benefit-set > .container {
    padding: 0; }
  .benefit-set.icon-links {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f8f8; }
    .benefit-set.icon-links .icon-set {
      margin: 35px auto; }
      .benefit-set.icon-links .icon-set h6 {
        padding-left: 0;
        margin-bottom: 0; }
  .benefit-set.button-links .button-set {
    margin: 35px auto; }
    .benefit-set.button-links .button-set .button {
      position: relative;
      width: 100%;
      min-width: 250px;
      margin: 0.75em auto;
      padding-left: 1.125em;
      padding-right: 0.5em;
      text-align: left; }
      .benefit-set.button-links .button-set .button:after {
        content: "❯";
        display: block;
        position: absolute;
        top: 50%;
        right: 1.0em;
        margin-top: -0.5em;
        color: #dddddd;
        font-size: 1.0em;
        line-height: 133%; }
      .benefit-set.button-links .button-set .button:hover:after, .benefit-set.button-links .button-set .button:active:after {
        color: #bbb; }
      .benefit-set.button-links .button-set .button span {
        vertical-align: middle; }
        .benefit-set.button-links .button-set .button span.icon {
          margin-right: 0.3125em; }
        .benefit-set.button-links .button-set .button span.title {
          position: relative;
          top: -1px;
          color: #4488ee;
          font-size: 2.2rem; }
  .benefit-set h6 {
    position: relative;
    margin-bottom: 1.4rem;
    padding-left: 80px; }
    .benefit-set h6 .icon {
      position: absolute;
      left: 35px;
      top: 50%;
      margin-top: -1.6rem; }
    .benefit-set h6 + p {
      margin: 0;
      padding-left: 35px;
      color: #999; }

.how-it-works {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff; }
  .how-it-works p {
    margin-top: 0;
    font-weight: normal; }
  .how-it-works .diagram {
    width: 100%;
    max-width: 1125px;
    height: auto;
    margin: 50px auto 0 auto;
    padding: 0 50px; }
    .how-it-works .diagram div {
      width: 100%;
      height: auto;
      padding-bottom: 44%;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto; }
  .how-it-works#solution-diagram {
    background-color: #4488ee; }
    .how-it-works#solution-diagram h5 {
      color: #bfd7f9; }
    .how-it-works#solution-diagram p {
      color: #bfd7f9; }
    .how-it-works#solution-diagram .diagram div {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-solution-vg34.png);
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-solution-vg34.svg); }
  .how-it-works#camera-diagram {
    margin-top: 80px;
    background-color: #4488ee; }
    .how-it-works#camera-diagram h5 {
      color: #bfd7f9; }
    .how-it-works#camera-diagram p {
      color: #bfd7f9; }
    .how-it-works#camera-diagram .diagram div {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-camera-vg34.png);
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-camera-vg34.svg); }
  .how-it-works#wifi-hotspot-diagram {
    margin-top: 80px;
    background-color: #4488ee; }
    .how-it-works#wifi-hotspot-diagram h5 {
      color: #bfd7f9; }
    .how-it-works#wifi-hotspot-diagram p {
      color: #bfd7f9; }
    .how-it-works#wifi-hotspot-diagram .diagram div {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-wifi_hotspot-vg34.png);
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-wifi_hotspot-vg34.svg); }

.feature-set {
  padding-top: 35px; }

.features-panel {
  overflow: hidden; }
  .features-panel .panel-copy {
    height: 100%; }
  .features-panel h4 {
    margin-top: 0;
    font-weight: normal;
    line-height: 150%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
    .features-panel h4 .body-copy,
    .features-panel h4 ul {
      margin-bottom: 0;
      font-size: 1.8rem;
      font-weight: normal;
      line-height: 133.333333333%; }
    .features-panel h4 ul {
      display: inline-block;
      text-align: left; }
  .features-panel .container,
  .features-panel .row {
    height: inherit; }
  .features-panel:nth-child(odd) {
    background-color: #fff; }
  .features-panel:nth-child(even) {
    background-color: #f8f8f8; }
  .features-panel:last-child {
    background: #fcfcfc;
    background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 28%, #fcfcfc 88%); }
    .features-panel:last-child.photo, .features-panel:last-child.product-photo, .features-panel:last-child.illustration {
      height: 640px; }
  .features-panel.hardware-right .hardware > div {
    left: 50%; }
  .features-panel.hardware-left .hardware > div {
    left: 44%; }
  .features-panel:nth-child(odd) + .features-panel.illustration > .container,
  .features-panel:nth-child(odd) + .features-panel.product-photo > .container,
  .features-panel.illustration + .features-panel.illustration > .container,
  .features-panel.illustration + .features-panel.product-photo > .container,
  .features-panel.illustration + .features-panel:nth-child(odd) > .container,
  .features-panel.product-photo + .features-panel.product-photo > .container,
  .features-panel.product-photo + .features-panel.illustration > .container,
  .features-panel.product-photo + .features-panel:nth-child(odd) > .container {
    border-top: 1px solid #eee; }

.features-panel-2 {
  overflow: hidden; }
  .features-panel-2 .panel-copy {
    height: 100%; }
  .features-panel-2 h4 {
    margin-top: 0;
    font-weight: normal;
    line-height: 130%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
    .features-panel-2 h4 .body-copy,
    .features-panel-2 h4 ul {
      margin-bottom: 0;
      font-size: 1.8rem;
      font-weight: normal;
      line-height: 133.333333333%; }
    .features-panel-2 h4 ul {
      display: inline-block;
      text-align: left; }
  .features-panel-2 .container,
  .features-panel-2 .row {
    height: inherit; }
  .features-panel-2:nth-child(odd) {
    background-color: #fff; }
  .features-panel-2:nth-child(even) {
    background-color: #f8f8f8; }
  .features-panel-2:last-child {
    background: #fcfcfc;
    background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 28%, #fcfcfc 88%); }
    .features-panel-2:last-child.photo, .features-panel-2:last-child.product-photo, .features-panel-2:last-child.illustration {
      height: 640px; }
  .features-panel-2.hardware-right .hardware > div {
    left: 50%; }
  .features-panel-2.hardware-left .hardware > div {
    left: 44%; }
  .features-panel-2:nth-child(odd) + .features-panel-2.illustration > .container,
  .features-panel-2:nth-child(odd) + .features-panel-2.product-photo > .container,
  .features-panel-2.illustration + .features-panel-2.illustration > .container,
  .features-panel-2.illustration + .features-panel-2.product-photo > .container,
  .features-panel-2.illustration + .features-panel-2:nth-child(odd) > .container,
  .features-panel-2.product-photo + .features-panel-2.product-photo > .container,
  .features-panel-2.product-photo + .features-panel-2.illustration > .container,
  .features-panel-2.product-photo + .features-panel-2:nth-child(odd) > .container {
    border-top: 1px solid #eee; }

.hardware {
  overflow: visible;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .hardware .screen-content {
    overflow: hidden;
    overflow-x: visible;
    position: absolute;
    background-color: #eee; }
    .hardware .screen-content.video video {
      z-index: 2;
      min-width: 100%; }
    .hardware .screen-content.video img {
      z-index: 3;
      min-width: 100%;
      -webkit-filter: gray;
              filter: gray;
      filter: grayscale(1);
      -webkit-filter: grayscale(1); }
    .hardware .screen-content.video:after {
      content: "";
      display: block;
      z-index: 5;
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: 150%;
      background-color: #eee;
      opacity: 0.84;
      filter: alpha(opacity=84);
      -webkit-transition-property: opacity;
      -webkit-transition-duration: 240ms;
      -webkit-transition-timing-function: linear;
      -moz-transition-property: opacity;
      -moz-transition-duration: 240ms;
      -moz-transition-timing-function: linear;
      -o-transition-property: opacity;
      -o-transition-duration: 240ms;
      -o-transition-timing-function: linear;
      transition-property: opacity;
      transition-duration: 240ms;
      transition-timing-function: linear; }
    .hardware .screen-content.video.active img {
      -webkit-filter: none;
              filter: none;
      filter: grayscale(0);
      -webkit-filter: grayscale(0); }
    .hardware .screen-content.video.active:after {
      opacity: 0;
      filter: alpha(opacity=0); }
  .hardware .iphone {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 240px;
    height: 489px;
    margin-left: -120px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto; }
    .hardware .iphone .screen-content {
      top: 59px;
      left: 16px;
      width: 208px;
      height: 369px;
      border-radius: 2px; }
    .hardware .iphone .play-button {
      margin-top: -3.0em; }
    .hardware .iphone.white {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/hardware/hardware-phone-iphone-white.png); }
    .hardware .iphone.black {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/hardware/hardware-phone-iphone-black.png); }
  .hardware .pixel {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 240px;
    height: 485px;
    margin-left: -120px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto; }
    .hardware .pixel .screen-content {
      top: 48px;
      left: 12px;
      width: 214px;
      height: 380px;
      border-radius: 1px; }
    .hardware .pixel .play-button {
      margin-top: -3.0em; }
    .hardware .pixel.white {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/hardware/hardware-phone-pixel-white.png); }
    .hardware .pixel.black {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/hardware/hardware-phone-pixel-black.png); }
  .hardware .ipad {
    position: absolute;
    top: 145px;
    width: 766px;
    height: 530px;
    margin-left: -383px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto; }
    .hardware .ipad .screen-content {
      top: 34px;
      left: 68px;
      width: 630px;
      height: 473px;
      border-radius: 2px; }
    .hardware .ipad .play-button {
      margin-top: -2.25em; }
    .hardware .ipad.white {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/hardware/hardware-tablet-ipad-white.png); }
    .hardware .ipad.black {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/hardware/hardware-tablet-ipad-black.png); }
  .hardware .galaxy {
    position: absolute;
    top: 145px;
    width: 748px;
    height: 534px;
    margin-left: -374px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto; }
    .hardware .galaxy .screen-content {
      top: 35px;
      left: 65px;
      width: 617px;
      height: 465px;
      border-radius: 2px; }
    .hardware .galaxy .play-button {
      margin-top: -1.875em; }
    .hardware .galaxy.white {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/hardware/hardware-tablet-galaxy_tab-white.png); }
  .hardware .chromebook {
    position: absolute;
    top: 145px;
    width: 1000px;
    height: 633px;
    margin-left: -500px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/eld/hardware-laptop-2.gif);
    background-size: 100% auto; }
    .hardware .chromebook .screen-content {
      top: 45px;
      left: 126px;
      width: 753px;
      height: 428px;
      border-radius: 4px; }
    .hardware .chromebook .play-button {
      margin-top: -6.25em; }
  .hardware .macbook {
    position: absolute;
    top: 152px;
    width: 957px;
    height: 560px;
    margin-left: -479px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/eld/hardware-laptop-1.gif);
    background-size: 100% auto; }
    .hardware .macbook .screen-content {
      top: 41px;
      left: 119px;
      width: 719px;
      height: 449px;
      border-radius: 1px; }
    .hardware .macbook .play-button {
      margin-top: -3.25em; }
  .hardware .image_container {
    position: absolute;
    top: 55px;
    width: 957px;
    height: 560px;
    margin-left: -479px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/blog/undefined/spacer_1.gif);
    background-size: 100% auto; }
    .hardware .image_container .screen-content {
      top: 41px;
      left: 90px;
      width: 777px;
      height: 449px;
      border-radius: 1px; }
    .hardware .image_container .play-button {
      margin-top: -3.25em; }

.phone {
  height: 520px; }
  .phone.phone-zoom-top {
    height: 600px; }
    .phone.phone-zoom-top .hardware > div {
      top: 14%;
      transform-origin: center top;
      transform: scale(1.5, 1.5); }
  .phone.phone-zoom-center {
    height: 640px; }
    .phone.phone-zoom-center .hardware > div {
      top: 22%;
      transform-origin: center center;
      transform: scale(1.33, 1.33); }
  .phone.phone-zoom-bottom {
    height: 600px; }
    .phone.phone-zoom-bottom .hardware > div {
      top: 3%;
      transform-origin: center bottom;
      transform: scale(1.5, 1.5); }
  .phone.hardware-left .hardware {
    margin-left: 4.166666666%;
    -moz-order: 1;
    -ms-flex-order: 1;
        order: 1; }
  .phone.hardware-left .panel-copy {
    margin-left: 4.166666666%;
    -moz-order: 2;
    -ms-flex-order: 2;
        order: 2; }
  .phone.hardware-right .hardware {
    -moz-order: 2;
    -ms-flex-order: 2;
        order: 2; }
  .phone.hardware-right .panel-copy {
    margin: 8.333333333%;
    -moz-order: 1;
    -ms-flex-order: 1;
        order: 1; }

.tablet {
  position: relative;
  height: 640px; }
  .tablet .hardware {
    position: absolute;
    width: 50%;
    height: inherit; }
  .tablet .panel-copy {
    position: relative; }
  .tablet.hardware-left .hardware {
    left: 0;
    bottom: 0; }
  .tablet.hardware-left .panel-copy {
    left: 50%;
    margin-left: 15%; }
  .tablet.hardware-right .hardware {
    right: 0;
    bottom: 0; }
  .tablet.hardware-right .panel-copy {
    left: 3.5%; }

.photo {
  height: 560px;
  background-color: #fff; }
  .photo .photo-image {
    overflow: hidden;
    height: 100%;
    padding: 0; }
    .photo .photo-image.illustration {
      background-color: #fff; }
    .photo .photo-image img {
      display: block;
      width: 100%;
      max-width: none;
      height: auto;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      top: 50%;
      transform: translate(0, -50%); }
  .photo.photo-left .photo-image {
    -moz-order: 1;
    -ms-flex-order: 1;
        order: 1; }
  .photo.photo-left .panel-copy {
    margin-left: 8.333333333%;
    -moz-order: 2;
    -ms-flex-order: 2;
        order: 2; }
  .photo.photo-right .photo-image {
    margin-left: 8.333333333%;
    -moz-order: 2;
    -ms-flex-order: 2;
        order: 2; }
  .photo.photo-right .panel-copy {
    margin-left: 8.333333333%;
    -moz-order: 1;
    -ms-flex-order: 1;
        order: 1; }
  .photo.photo-bleed {
    position: relative; }
    .photo.photo-bleed .photo-image {
      position: absolute;
      top: 0;
      right: 0; }

.illustration:last-child, .illustration:nth-child(odd), .illustration:nth-child(even),
.product-photo:last-child,
.product-photo:nth-child(odd),
.product-photo:nth-child(even) {
  background: #fff; }

.illustration .photo-image,
.product-photo .photo-image {
  background-repeat: no-repeat; }

.app-store-badges {
  margin: 50px 0; }
  .app-store-badges .photo-image {
    height: 460px;
    max-height: none;
    overflow: visible;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/blog/undefined/compliance_managers-no_proprietary_hardware_2.jpg);
    background-size: contain; }
  .app-store-badges .panel-copy {
    position: relative; }
    .app-store-badges .panel-copy h4 {
      top: 42%; }
    .app-store-badges .panel-copy a {
      z-index: 10;
      display: block;
      position: absolute;
      bottom: 30%;
      width: 135px;
      height: 40px;
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: 0 0;
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/eld/app_store_badges.png);
      background-size: 135px 80px; }
      .app-store-badges .panel-copy a.google-play {
        left: 165px;
        background-position: 0 0; }
      .app-store-badges .panel-copy a.app-store {
        left: 10px;
        background-position: 0 -40px; }

@media only screen and (min-width: 1400px) {
  .tablet.hardware-left .hardware > div {
    left: 66%; }
  .tablet.hardware-left .panel-copy {
    margin-left: 20%; }
  .tablet.hardware-right .hardware > div {
    left: 36%; }
  .tablet.hardware-right .panel-copy {
    left: 0; } }

@media (max-width: 1000px) {
  .banner {
    height: 400px; }
    .banner .banner-video video {
      width: 120%;
      left: -10%; }
  .product-banner > .container {
    top: 25%;
    padding-left: 5%; }
  .product-banner.bg-right {
    background-position: 320px bottom; }
  .benefit-set {
    padding-top: 35px;
    padding-bottom: 35px; }
    .benefit-set h3 {
      padding-top: 5px;
      padding-left: 74px; }
      .benefit-set h3 .icon {
        left: 26px; }
      .benefit-set h3 + p {
        padding-left: 26px; }
  .how-it-works .diagram {
    padding: 0 22px; }
  .features-panel > .container {
    padding: 0; }
  .photo {
    height: 460px; }
    .photo.illustration .photo-image {
      -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
      max-width: 46%; }
    .photo.illustration.photo-left .photo-image {
      margin-left: 4%; }
    .photo.illustration.photo-right .photo-image {
      margin-right: 4%; }
    .photo.photo-bleed {
      height: auto;
      padding: 50px 0; }
      .photo.photo-bleed .panel-copy {
        margin-bottom: 50px; }
      .photo.photo-bleed .photo-image {
        position: relative;
        width: 100%;
        height: auto;
        margin-left: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: auto; }
  .tablet {
    height: 800px; }
    .tablet.hardware-left .panel-copy, .tablet.hardware-right .panel-copy {
      -ms-flex: none;
          flex: none;
      display: block;
      left: 0;
      height: 33.333333333%;
      width: 60%;
      max-width: 100%;
      margin: 0 auto;
      padding: 0 22px;
      text-align: center; }
    .tablet.hardware-left .hardware, .tablet.hardware-right .hardware {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 66.666666666%;
      transform-origin: center top;
      transform: scale(0.82, 0.82); }
      .tablet.hardware-left .hardware > div, .tablet.hardware-right .hardware > div {
        top: 0;
        left: 50%; }
  .app-store-badges .photo-image {
    height: 400px; }
  .app-store-badges .panel-copy h4 {
    top: 40%; } }

@media (max-width: 750px) {
  .condition-monitoring-dashboard-feature {
    min-height: 400px;
    padding: 50px 35px; }
  .banner {
    height: 360px; }
    .banner .banner-video video {
      width: 140%;
      left: -20%; }
  .product-banner {
    background-size: 640px auto; }
    .product-banner > .container {
      top: 20%; }
    .product-banner.bg-right {
      background-position: 220px bottom; }
  .benefit-set {
    padding-bottom: 80px; }
    .benefit-set .col {
      margin-bottom: 30px; }
      .benefit-set .col:last-of-type {
        margin-bottom: 0; }
    .benefit-set.button-links .col {
      margin-bottom: 0; }
    .benefit-set.button-links .button-set .button {
      margin: 0.5em auto; }
      .benefit-set.button-links .button-set .button span.icon {
        margin-right: 0.4375em; }
    .benefit-set h3 {
      margin-bottom: 0.4rem;
      padding-left: 80px;
      word-spacing: normal; }
      .benefit-set h3 .icon {
        margin-top: -1.3rem; }
      .benefit-set h3 + p {
        padding-left: 80px;
        padding-right: 50px; }
    .benefit-set.icon-links .icon-set {
      margin-bottom: 0; }
  .how-it-works .diagram {
    padding: 0;
    width: 90%;
    max-height: none; }
    .how-it-works .diagram div {
      padding-bottom: 88%; }
  .how-it-works#solution-diagram .diagram div {
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-solution-narrow-vg34.png);
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-solution-narrow-vg34.svg); }
  .how-it-works#camera-diagram {
    margin: 50px auto; }
    .how-it-works#camera-diagram .diagram {
      width: 86%; }
      .how-it-works#camera-diagram .diagram div {
        padding-bottom: 122%;
        background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-camera-narrow-vg34.png);
        background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-camera-narrow-vg34.svg); }
  .how-it-works#wifi-hotspot-diagram .diagram div {
    padding-bottom: 119%;
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-wifi_hotspot-narrow-vg34.png);
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/illustrations/diagram-wifi_hotspot-narrow-vg34.svg); }
  .feature-set {
    padding-top: 50px;
    padding-bottom: 50px; }
  .features-panel:nth-child(odd), .features-panel:nth-child(even) {
    background: #fff; }
  .features-panel:last-child.photo, .features-panel:last-child.product-photo, .features-panel:last-child.illustration {
    height: auto; }
  .features-panel .row,
  .features-panel .container {
    height: auto; }
    .features-panel .row .col h4,
    .features-panel .container .col h4 {
      top: 0;
      transform: translate(0, 0); }
  .features-panel:nth-child(odd) + .features-panel.illustration > .container,
  .features-panel:nth-child(odd) + .features-panel.product-photo > .container,
  .features-panel.illustration + .features-panel.illustration > .container,
  .features-panel.illustration + .features-panel.product-photo > .container,
  .features-panel.illustration + .features-panel:nth-child(odd) > .container,
  .features-panel.product-photo + .features-panel.product-photo > .container,
  .features-panel.product-photo + .features-panel.illustration > .container,
  .features-panel.product-photo + .features-panel:nth-child(odd) > .container {
    border-top: 0; }
  .photo.photo-left.app-store-badges .panel-copy,
  .photo.photo-right.app-store-badges .panel-copy {
    background-color: #fff; }
    .photo.photo-left.app-store-badges .panel-copy h4,
    .photo.photo-right.app-store-badges .panel-copy h4 {
      padding-top: 20px;
      text-align: center; }
  .photo {
    height: auto;
    margin-bottom: 100px; }
    .photo.photo-left .panel-copy,
    .photo.photo-left .photo-image, .photo.photo-right .panel-copy,
    .photo.photo-right .photo-image {
      margin-left: auto;
      margin-right: auto; }
    .photo.photo-left .panel-copy, .photo.photo-right .panel-copy {
      background-color: #f8f8f8;
      -moz-order: 2;
      -ms-flex-order: 2;
          order: 2; }
      .photo.photo-left .panel-copy h4, .photo.photo-right .panel-copy h4 {
        top: 0;
        padding: 35px 8%;
        text-align: left;
        transform: translate(0, 0); }
    .photo.photo-left .photo-image, .photo.photo-right .photo-image {
      top: 0;
      height: auto;
      margin-bottom: 50px;
      -moz-order: 1;
      -ms-flex-order: 1;
          order: 1;
      transform: translate(0, 0); }
      .photo.photo-left .photo-image img, .photo.photo-right .photo-image img {
        top: 0;
        transform: translate(0, 0); }
    .photo.photo-bleed {
      padding: 0; }
      .photo.photo-bleed .panel-copy {
        margin-bottom: 0;
        -moz-order: 1;
        -ms-flex-order: 1;
            order: 1; }
      .photo.photo-bleed .photo-image {
        max-height: none;
        margin-top: 80px;
        -moz-order: 2;
        -ms-flex-order: 2;
            order: 2; }
        .photo.photo-bleed .photo-image img {
          top: 0; }
    .photo.illustration.photo-left .panel-copy, .photo.illustration.photo-right .panel-copy {
      background: #fff;
      -moz-order: 0;
      -ms-flex-order: 0;
          order: 0; }
      .photo.illustration.photo-left .panel-copy h4, .photo.illustration.photo-right .panel-copy h4 {
        text-align: center;
        padding-bottom: 0; }
    .photo.illustration.photo-left .photo-image, .photo.illustration.photo-right .photo-image {
      margin-top: 35px;
      margin-left: auto;
      margin-right: auto;
      background-position: center top;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
  .tablet {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px; }
    .tablet.hardware-left .panel-copy, .tablet.hardware-right .panel-copy {
      height: auto; }
    .tablet.hardware-left .hardware, .tablet.hardware-right .hardware {
      position: relative;
      bottom: auto;
      width: 80%;
      height: auto;
      margin-top: 25px;
      margin-left: 10%;
      padding-bottom: 50%;
      transform: scale(1, 1); }
      .tablet.hardware-left .hardware > div, .tablet.hardware-right .hardware > div {
        left: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
        background-image: none; }
        .tablet.hardware-left .hardware > div .screen-content, .tablet.hardware-right .hardware > div .screen-content {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 2px solid #eee;
          border-radius: 4px;
          box-shadow: 0 2px 12px 0 rgba(48, 47, 50, 0.04); }
          .tablet.hardware-left .hardware > div .screen-content img,
          .tablet.hardware-left .hardware > div .screen-content video, .tablet.hardware-right .hardware > div .screen-content img,
          .tablet.hardware-right .hardware > div .screen-content video {
            border-radius: 4px; }
        .tablet.hardware-left .hardware > div .play-button, .tablet.hardware-right .hardware > div .play-button {
          margin-top: -2.25em; }
  .phone {
    height: auto;
    margin-bottom: 50px;
    padding-top: 50px; }
    .phone .row {
      display: block;
      padding: 0 22px;
      text-align: center;
      -moz-flex: auto;
      -ms-flex: auto;
      flex: auto; }
    .phone .hardware {
      width: 100%; }
    .phone.phone-zoom-top, .phone.phone-zoom-center, .phone.phone-zoom-bottom {
      height: auto; }
      .phone.phone-zoom-top.hardware-left .hardware > div, .phone.phone-zoom-top.hardware-right .hardware > div, .phone.phone-zoom-center.hardware-left .hardware > div, .phone.phone-zoom-center.hardware-right .hardware > div, .phone.phone-zoom-bottom.hardware-left .hardware > div, .phone.phone-zoom-bottom.hardware-right .hardware > div {
        padding-bottom: 309%;
        transform-origin: center top;
        transform: scale(1.75, 1.75); }
        .phone.phone-zoom-top.hardware-left .hardware > div .play-button, .phone.phone-zoom-top.hardware-right .hardware > div .play-button, .phone.phone-zoom-center.hardware-left .hardware > div .play-button, .phone.phone-zoom-center.hardware-right .hardware > div .play-button, .phone.phone-zoom-bottom.hardware-left .hardware > div .play-button, .phone.phone-zoom-bottom.hardware-right .hardware > div .play-button {
          top: 28%; }
    .phone.hardware-left .panel-copy, .phone.hardware-right .panel-copy {
      display: block;
      width: 60%;
      margin: 0 auto;
      vertical-align: top;
      -moz-flex: auto;
      -ms-flex: auto;
      flex: auto; }
    .phone.hardware-left .hardware, .phone.hardware-right .hardware {
      display: block;
      height: auto;
      width: 33.33333333%;
      margin: 25px auto 0 auto;
      -moz-flex: auto;
      -ms-flex: auto;
      flex: auto; }
      .phone.hardware-left .hardware .iphone,
      .phone.hardware-left .hardware .pixel, .phone.hardware-right .hardware .iphone,
      .phone.hardware-right .hardware .pixel {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin-left: auto;
        padding-bottom: 177%;
        background-image: none; }
        .phone.hardware-left .hardware .iphone .screen-content,
        .phone.hardware-left .hardware .pixel .screen-content, .phone.hardware-right .hardware .iphone .screen-content,
        .phone.hardware-right .hardware .pixel .screen-content {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 2px solid #eee;
          border-radius: 4px;
          box-shadow: 0 2px 12px 0 rgba(48, 47, 50, 0.04); }
          .phone.hardware-left .hardware .iphone .screen-content img,
          .phone.hardware-left .hardware .iphone .screen-content video,
          .phone.hardware-left .hardware .pixel .screen-content img,
          .phone.hardware-left .hardware .pixel .screen-content video, .phone.hardware-right .hardware .iphone .screen-content img,
          .phone.hardware-right .hardware .iphone .screen-content video,
          .phone.hardware-right .hardware .pixel .screen-content img,
          .phone.hardware-right .hardware .pixel .screen-content video {
            border-radius: 4px; }
        .phone.hardware-left .hardware .iphone .play-button,
        .phone.hardware-left .hardware .pixel .play-button, .phone.hardware-right .hardware .iphone .play-button,
        .phone.hardware-right .hardware .pixel .play-button {
          margin-top: -2.25em; }
  .photo.app-store-badges {
    margin: 50px 0 120px 0; }
    .photo.app-store-badges .photo-image {
      height: 400px;
      max-height: none; }
    .photo.app-store-badges .panel-copy {
      padding-bottom: 40px; }
      .photo.app-store-badges .panel-copy a {
        bottom: 0%; }
        .photo.app-store-badges .panel-copy a.google-play {
          left: 50%;
          margin-left: 10px; }
        .photo.app-store-badges .panel-copy a.app-store {
          left: 50%;
          margin-left: -145px; } }

@media (max-width: 550px) {
  .banner {
    height: 340px; }
    .banner > .container {
      top: 197px;
      padding: 0;
      text-align: center;
      transform: none; }
    .banner h3 {
      position: absolute;
      top: 11%;
      width: 100%;
      font-size: 1.8rem;
      color: #bbb; }
      .banner h3 + h1 {
        padding-top: 56px;
        padding-bottom: 39px; }
    .banner h1 {
      margin-bottom: 0;
      padding: 35px 0 40px 0;
      background-color: rgba(48, 47, 50, 0.75); }
    .banner .button {
      margin-top: -20px; }
    .banner .banner-video video {
      width: 180%;
      left: -40%; }
    .banner .banner-video .banner-footer {
      bottom: 150px; }
  .product-banner {
    height: 420px;
    background-size: 500px auto; }
    .product-banner.bg-right {
      background-position: 30px bottom; }
    .product-banner > .container {
      top: 330px;
      padding: 0;
      text-align: center;
      transform: none; }
    .product-banner h1 {
      margin-bottom: 0;
      padding: 35px 0 40px 0;
      color: #fff;
      text-shadow: none;
      background-color: rgba(48, 47, 50, 0.75); }
    .product-banner .button-primary {
      margin-top: -20px;
      padding: 0.7777777777em 1.5em 0.888888888em 1.5em; }
  #benefits-features {
    padding-top: 100px; }
  .benefit-set {
    padding-bottom: 80px; }
    .benefit-set .col {
      padding: 0; }
    .benefit-set.button-links .col {
      margin-bottom: 0; }
    .benefit-set.button-links .button-set .button span.title {
      font-size: 2.0rem; }
    .benefit-set h3 + p {
      padding-right: 35px; }
  .how-it-works {
    padding-bottom: 80px; }
    .how-it-works h2 + p {
      font-size: 2.0rem;
      font-weight: normal; }
    .how-it-works .diagram {
      padding: 0;
      width: 96%; }
  .tablet.hardware-left .panel-copy, .tablet.hardware-right .panel-copy {
    width: 80%; }
  .tablet.hardware-left .hardware, .tablet.hardware-right .hardware {
    height: 60%; }
  .phone.phone-zoom-top.hardware-left .hardware > div, .phone.phone-zoom-top.hardware-right .hardware > div, .phone.phone-zoom-center.hardware-left .hardware > div, .phone.phone-zoom-center.hardware-right .hardware > div, .phone.phone-zoom-bottom.hardware-left .hardware > div, .phone.phone-zoom-bottom.hardware-right .hardware > div {
    padding-bottom: 221%;
    transform-origin: center top;
    transform: scale(1.25, 1.25); }
    .phone.phone-zoom-top.hardware-left .hardware > div .play-button, .phone.phone-zoom-top.hardware-right .hardware > div .play-button, .phone.phone-zoom-center.hardware-left .hardware > div .play-button, .phone.phone-zoom-center.hardware-right .hardware > div .play-button, .phone.phone-zoom-bottom.hardware-left .hardware > div .play-button, .phone.phone-zoom-bottom.hardware-right .hardware > div .play-button {
      top: 38%; }
  .phone.phone-zoom-top.hardware-left .panel-copy, .phone.phone-zoom-center.hardware-left .panel-copy, .phone.phone-zoom-bottom.hardware-left .panel-copy {
    margin-right: auto; }
  .phone.phone-zoom-top.hardware-right .panel-copy, .phone.phone-zoom-center.hardware-right .panel-copy, .phone.phone-zoom-bottom.hardware-right .panel-copy {
    margin-left: auto; }
  .phone.hardware-left .panel-copy, .phone.hardware-right .panel-copy {
    width: 80%;
    margin: 0 auto;
    padding: 0 22px;
    text-align: center; }
  .phone.hardware-left .hardware, .phone.hardware-right .hardware {
    width: 240px;
    margin-top: 25px; }
    .phone.hardware-left .hardware .iphone,
    .phone.hardware-left .hardware .pixel, .phone.hardware-right .hardware .iphone,
    .phone.hardware-right .hardware .pixel {
      padding-bottom: 176%; }
  .photo.photo-bleed .panel-copy {
    background-color: transparent; }
    .photo.photo-bleed .panel-copy h4 {
      text-align: center; }
  .photo.photo-bleed .photo-image {
    max-height: none;
    -moz-order: 2;
    -ms-flex-order: 2;
        order: 2; }
    .photo.photo-bleed .photo-image img {
      top: 0; }
  .photo.app-store-badges .photo-image {
    height: 340px; }
  .feature-set {
    padding-top: 80px;
    padding-bottom: 80px; }
  .features h2 {
    margin-top: 0; } }

@media (max-width: 400px) {
  .banner {
    height: 300px; }
    .banner > .container {
      top: 178px; }
    .banner h3 + h1 {
      padding-top: 54px;
      padding-bottom: 35px; }
    .banner h1 {
      padding: 36px 0 39px 0;
      font-size: 2.6rem; }
    .banner .banner-video video {
      width: 200%;
      left: -50%; }
  .product-banner h1 {
    font-size: 2.6rem; }
  .benefit-set.button-links .button-set .button {
    padding-left: 0.75em; }
    .benefit-set.button-links .button-set .button:after {
      right: 0.75em; }
    .benefit-set.button-links .button-set .button span.icon {
      margin-right: 0.25em; }
  .how-it-works {
    padding-bottom: 80px; }
  .photo.photo-left .panel-copy h4, .photo.photo-right .panel-copy h4 {
    padding: 25px 6%; }
  .tablet.hardware-left .panel-copy, .tablet.hardware-right .panel-copy {
    width: 92%; }
  .tablet.hardware-left .hardware, .tablet.hardware-right .hardware {
    height: 50%; } }

.quadrant_text_box {
  height: 150px; }

.reefer_quadrant_text_box {
  height: 150px; }

.trailer-tracking-dashboard-feature {
  margin-bottom: 20px;
  padding: 50px 50px;
  background: #f8f8f8; }

@media (max-width: 750px) {
  .trailer-tracking-dashboard-feature {
    padding: 50px 35px; } }

@media (max-width: 1075px) {
  .reefer_quadrant_text_box {
    height: 210px; } }

@media (max-width: 960px) {
  .quadrant_text_box {
    height: 200px; } }

@media (max-width: 850px) {
  .reefer_quadrant_text_box {
    height: 190px; } }

@media (max-width: 749px) {
  .quadrant_text_box {
    height: 150px; } }

@media (max-width: 749px) {
  .reefer_quadrant_text_box {
    height: 150px; } }

@media (max-width: 600px) {
  .wrapper {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #4488ee; } }

@media (max-width: 530px) {
  .reefer_quadrant_text_box {
    height: 190px; } }

@media (max-width: 435px) {
  .reefer_quadrant_text_box {
    height: 200px; } }

@media (max-width: 420px) {
  .quadrant_text_box {
    height: 180px; } }

#news-page .row:last-of-type .news-quote {
  border-bottom: 0; }

#news-page .news-source {
  padding-top: 35px;
  padding-bottom: 35px; }
  #news-page .news-source .source-logo {
    width: 160px;
    max-width: 80%;
    margin-top: 8px;
    margin-bottom: 8px; }
    #news-page .news-source .source-logo.techcrunch {
      width: 110px;
      height: auto; }
    #news-page .news-source .source-logo.twitter {
      max-width: 72px;
      height: auto; }
  #news-page .news-source .source-date {
    color: #999; }

#news-page .news-quote {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f0f0f0; }
  #news-page .news-quote .source-quote {
    color: #302f32; }
  #news-page .news-quote .source-link {
    margin-top: 35px; }

#news-page a.twitter {
  color: #4488ee;
  text-decoration: none; }

#news-page iframe {
  width: 100%; }

@media only screen and (max-width: 550px) {
  #news-page .news-source {
    padding-top: 50px;
    padding-bottom: 0; }
  #news-page .news-quote {
    padding-top: 20px;
    padding-bottom: 50px; }
    #news-page .news-quote .source-link {
      margin-top: 20px; } }

.fleet-lp-2 #logo-head {
  padding-top: 10px;
  background-color: #eee;
  height: 5em; }
  .fleet-lp-2 #logo-head img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.fleet-lp-2 #head-background {
  height: 28em;
  background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/jobs/frosty.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white; }

.fleet-lp-2 .fleet-lp-header h3 {
  line-height: 1.2em; }

.fleet-lp-2 .fleet-lp-header a {
  font-size: 1.8rem; }

.fleet-lp-2 .fleet-lp-header h5 {
  text-transform: uppercase;
  margin-bottom: 10px; }

.fleet-lp-2 .benefits {
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 50px;
  color: white;
  background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/bus2.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .fleet-lp-2 .benefits h2 {
    margin-top: 10px; }
  .fleet-lp-2 .benefits .icon {
    height: 25px; }

.fleet-lp-2 .benefits-b {
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 50px;
  color: white;
  background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/fleet-vans.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .fleet-lp-2 .benefits-b h2 {
    margin-top: 10px; }
  .fleet-lp-2 .benefits-b .icon {
    height: 25px; }

.fleet-lp-2 .link-arrow {
  font-size: 1.8rem; }

.fleet-lp-2 .link-arrow:after {
  content: "+"; }

.fleet-lp-2 #quote {
  padding-top: 10px;
  background-color: #eee;
  margin-bottom: 0; }
  .fleet-lp-2 #quote h5 {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    line-height: 1.3em; }
  .fleet-lp-2 #quote span {
    font-weight: normal; }

.fleet-lp-2 .logos {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #eee;
  margin: 0; }
  .fleet-lp-2 .logos li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 30px; }

.fleet-lp-2 #promo-signup {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0; }
  .fleet-lp-2 #promo-signup h1 {
    margin-bottom: 0; }
  .fleet-lp-2 #promo-signup input {
    min-height: 10px; }
  .fleet-lp-2 #promo-signup form fieldset {
    max-width: 500px; }
  .fleet-lp-2 #promo-signup .hs-button {
    background-color: #ff5740; }
    .fleet-lp-2 #promo-signup .hs-button:hover {
      color: #fff;
      background-color: #e94c36; }
  .fleet-lp-2 #promo-signup h5 {
    margin-top: 0;
    margin-bottom: 10px;
    border-top: 1px solid #eee; }
  .fleet-lp-2 #promo-signup .hbspt-form {
    height: 500px;
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: white; }

#roi-calculator {
  min-width: 1100px; }
  #roi-calculator h4 {
    font-size: 2.6rem; }
  #roi-calculator .dimmed {
    color: #999; }
  #roi-calculator .semi-bold {
    color: #302f32;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  #roi-calculator .bold {
    color: #302f32;
    font-weight: bold; }
  #roi-calculator .list-expandable li {
    border-color: #eee; }
  #roi-calculator .form-space-top-1 {
    margin-top: 35px; }
  #roi-calculator .form-space-top-2 {
    margin-top: 50px; }
  #roi-calculator .form-space-top-3 {
    margin-top: 80px; }
  #roi-calculator main {
    background-color: #f8f8f8; }
  #roi-calculator .form-row.detail-group {
    padding-left: 22px; }
  #roi-calculator .form-row > .title {
    position: relative;
    left: -11px;
    margin-bottom: 35px;
    font-weight: bold;
    text-transform: uppercase; }
  #roi-calculator .form-row > .product {
    font-weight: bold;
    line-height: 200%; }
  #roi-calculator .form-row input,
  #roi-calculator .form-row textarea,
  #roi-calculator .form-row select,
  #roi-calculator .form-row .select {
    margin-bottom: 0; }
  #roi-calculator .form-row ul li {
    position: relative;
    padding: 0; }
    #roi-calculator .form-row ul li .more-info {
      left: -11px;
      margin-top: -8.5px; }
      #roi-calculator .form-row ul li .more-info + .title {
        margin-left: 30px; }
    #roi-calculator .form-row ul li .title {
      display: inline-block;
      margin-left: 11px;
      line-height: 235%; }
    #roi-calculator .form-row ul li label {
      vertical-align: top;
      margin-left: 6px; }
    #roi-calculator .form-row ul li .note,
    #roi-calculator .form-row ul li .title {
      position: relative;
      left: -11px;
      font-size: 1.6rem; }
  #roi-calculator .form-row .note {
    margin-left: -11px;
    font-size: 1.6rem; }
  #roi-calculator .form-row .title {
    letter-spacing: -0.01em;
    word-spacing: 0.05em; }
    #roi-calculator .form-row .title + .note {
      margin-top: -30px; }
  #roi-calculator .input-group {
    width: 50%;
    display: inline-block; }
    #roi-calculator .input-group > * {
      display: inline-block;
      margin-bottom: 0; }
    #roi-calculator .input-group > input {
      width: 60%;
      text-align: right; }
    #roi-calculator .input-group.currency {
      position: relative; }
      #roi-calculator .input-group.currency:after {
        pointer-events: none;
        content: "$";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        padding-left: 1.4rem;
        color: #bbb;
        line-height: 230%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
    #roi-calculator .input-group .jqui-input-wrapper {
      position: relative;
      width: 60%; }
      #roi-calculator .input-group .jqui-input-wrapper.jqui-input-focused + label {
        color: #302f32; }
      #roi-calculator .input-group .jqui-input-wrapper input {
        width: 100%;
        text-align: right; }
      #roi-calculator .input-group .jqui-input-wrapper .jqui-input:focus ~ .jqui-input-increase,
      #roi-calculator .input-group .jqui-input-wrapper .jqui-input:focus ~ .jqui-input-decrease {
        display: block; }
      #roi-calculator .input-group .jqui-input-wrapper .jqui-input-increase,
      #roi-calculator .input-group .jqui-input-wrapper .jqui-input-decrease {
        cursor: pointer;
        display: none;
        position: absolute;
        left: -40px;
        width: 32px;
        height: 28px;
        background-color: #4488ee;
        border: 1px solid #3c78d1;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-increase:hover,
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-decrease:hover {
          background-color: #4080e0; }
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-increase:active,
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-decrease:active {
          background: #3c78d1; }
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-increase .ui-icon,
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-decrease .ui-icon {
          display: inline-block;
          width: inherit;
          height: inherit; }
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-increase .ui-button-icon-space,
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-decrease .ui-button-icon-space {
          display: none; }
      #roi-calculator .input-group .jqui-input-wrapper .jqui-input-increase {
        top: -6px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-increase .ui-icon:after {
          content: "";
          position: absolute;
          left: 9px;
          top: 12px;
          display: inline-block;
          width: 12px;
          height: 2px;
          background-color: #fff; }
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-increase .ui-icon:before {
          content: "";
          position: absolute;
          left: 14px;
          top: 7px;
          display: inline-block;
          width: 2px;
          height: 12px;
          background-color: #fff; }
      #roi-calculator .input-group .jqui-input-wrapper .jqui-input-decrease {
        bottom: -6px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
        #roi-calculator .input-group .jqui-input-wrapper .jqui-input-decrease .ui-icon:after {
          content: "";
          position: absolute;
          left: 9px;
          top: 12px;
          display: inline-block;
          width: 12px;
          height: 2px;
          background-color: #fff; }
    #roi-calculator .input-group .select {
      width: 90%; }
    #roi-calculator .input-group label {
      width: 30%; }
  #roi-calculator .total-group {
    margin-top: 10px; }
    #roi-calculator .total-group:first-of-type {
      margin-top: 0; }
    #roi-calculator .total-group > .title {
      font-weight: bold;
      line-height: 150%; }
    #roi-calculator .total-group ul li {
      position: relative;
      margin-bottom: 0;
      padding-left: 0;
      font-size: 1.6rem;
      line-height: 133.333333333%; }
      #roi-calculator .total-group ul li .total {
        float: right;
        text-shadow: 0 0.015em transparent;
        -webkit-transition-property: all;
        -webkit-transition-duration: 200ms;
        -webkit-transition-timing-function: linear;
        -moz-transition-property: all;
        -moz-transition-duration: 200ms;
        -moz-transition-timing-function: linear;
        -o-transition-property: all;
        -o-transition-duration: 200ms;
        -o-transition-timing-function: linear;
        transition-property: all;
        transition-duration: 200ms;
        transition-timing-function: linear; }
        #roi-calculator .total-group ul li .total.flash-text {
          color: #4488ee;
          text-shadow: 0 0.015em #4488ee; }
  #roi-calculator input,
  #roi-calculator textarea,
  #roi-calculator select {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.0rem;
    padding: 1.0rem 1.0rem 1.0rem 1.4rem;
    line-height: 2.0rem;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  #roi-calculator label {
    color: #999;
    font-size: 1.5rem; }
  #roi-calculator input[type="number"] {
    width: 60%;
    text-align: right; }
  #roi-calculator .input {
    position: relative; }
    #roi-calculator .input.small {
      width: 40%; }
      #roi-calculator .input.small input[type="number"] {
        width: 100%; }
        #roi-calculator .input.small input[type="number"]:focus ~ span {
          display: block; }
      #roi-calculator .input.small .add,
      #roi-calculator .input.small .subtract {
        cursor: pointer;
        display: none;
        position: absolute;
        left: -40px;
        width: 32px;
        height: 28px;
        background-color: #4488ee;
        border: 1px solid #3c78d1;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        #roi-calculator .input.small .add:hover,
        #roi-calculator .input.small .subtract:hover {
          background-color: #4080e0; }
        #roi-calculator .input.small .add:active,
        #roi-calculator .input.small .subtract:active {
          background: #3c78d1; }
      #roi-calculator .input.small .add {
        top: -6px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
        #roi-calculator .input.small .add:after {
          content: "";
          position: absolute;
          left: 9px;
          top: 12px;
          display: inline-block;
          width: 12px;
          height: 2px;
          background-color: #fff; }
        #roi-calculator .input.small .add:before {
          content: "";
          position: absolute;
          left: 14px;
          top: 7px;
          display: inline-block;
          width: 2px;
          height: 12px;
          background-color: #fff; }
      #roi-calculator .input.small .subtract {
        bottom: -6px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
        #roi-calculator .input.small .subtract:after {
          content: "";
          position: absolute;
          left: 9px;
          top: 12px;
          display: inline-block;
          width: 12px;
          height: 2px;
          background-color: #fff; }
  #roi-calculator .select {
    position: relative;
    margin-bottom: 1.0rem; }
    #roi-calculator .select select {
      margin-bottom: 0; }
    #roi-calculator .select:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -2px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #bbb; }
  #roi-calculator label {
    letter-spacing: -0.03em;
    line-height: 280%; }
  #roi-calculator .more-info {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    left: 1px;
    width: 17px;
    height: 17px;
    margin-top: -7.5px;
    border: 2px solid #bbb;
    border-radius: 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #roi-calculator .more-info:hover {
      border-color: #67666D; }
      #roi-calculator .more-info:hover div {
        display: block; }
      #roi-calculator .more-info:hover > span {
        color: #67666D; }
    #roi-calculator .more-info span {
      outline: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #bbb;
      font-family: "Verdana", "Helvetica", "Arial", sans-serif;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 13.5px;
      text-align: center; }
    #roi-calculator .more-info div {
      z-index: 100;
      cursor: default;
      display: none;
      position: absolute;
      top: 20px;
      left: -17.5px;
      width: 280px;
      padding: 30px 30px 40px 30px;
      font-size: 1.6rem;
      border: 1px solid #bbb;
      background-color: #fff;
      border-radius: 6px;
      box-shadow: 0px 6px 8px 0px rgba(48, 47, 50, 0.1); }
      #roi-calculator .more-info div p {
        margin-top: 0;
        margin-bottom: 10px;
        color: #302f32;
        line-height: 112.5%; }
        #roi-calculator .more-info div p:last-of-type {
          margin-bottom: 0; }
        #roi-calculator .more-info div p.bold {
          font-size: 2.0rem;
          margin-bottom: 1.0em; }
      #roi-calculator .more-info div:after {
        z-index: 110;
        position: absolute;
        top: -10px;
        left: 12px;
        content: "";
        display: inline-block;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #fff; }
      #roi-calculator .more-info div:before {
        position: absolute;
        top: -11px;
        left: 11px;
        content: "";
        display: inline-block;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 11px solid #bbb; }
  #roi-calculator #roi-details {
    padding: 10px 0 250px 35px;
    background-color: #fff; }
    #roi-calculator #roi-details .total-group {
      padding: 0 90px 0 16px; }
      #roi-calculator #roi-details .total-group ul li .title,
      #roi-calculator #roi-details .total-group ul li .total {
        font-size: 1.6rem;
        line-height: 125%; }
    #roi-calculator #roi-details .expandable-content {
      padding: 0 22px 50px 11px; }
  #roi-calculator #details-investment .select {
    width: 45%;
    display: inline-block; }
  #roi-calculator #details-investment .product-line-item {
    display: none;
    position: relative;
    margin-top: 20px;
    margin-left: 11px; }
    #roi-calculator #details-investment .product-line-item:first-of-type {
      margin-top: 0; }
    #roi-calculator #details-investment .product-line-item.visible {
      display: block; }
      #roi-calculator #details-investment .product-line-item.visible + .actions {
        margin-top: 25px; }
    #roi-calculator #details-investment .product-line-item ul {
      display: inline-block;
      width: 45%; }
      #roi-calculator #details-investment .product-line-item ul li {
        position: relative;
        margin-bottom: 0;
        padding-left: 0;
        line-height: 133.333333333%; }
        #roi-calculator #details-investment .product-line-item ul li .title,
        #roi-calculator #details-investment .product-line-item ul li .total {
          font-size: 1.6rem;
          line-height: 125%; }
        #roi-calculator #details-investment .product-line-item ul li .total {
          float: right; }
    #roi-calculator #details-investment .product-line-item .remove-product {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: -4.0rem;
      display: inline-block;
      width: 4.0rem;
      color: #bbb;
      font-size: 3.6rem;
      line-height: 110%;
      text-align: center;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #roi-calculator #details-investment .product-line-item .remove-product:hover {
        color: #3c78d1; }
  #roi-calculator #details-investment .input-group .jqui-input-wrapper {
    width: 45%;
    margin-left: 20%; }
  #roi-calculator #roi-totals-wrapper {
    position: relative;
    margin-left: 5%;
    padding-right: 35px; }
  #roi-calculator #roi-totals {
    padding-top: 40px;
    background-color: #f8f8f8; }
    #roi-calculator #roi-totals.fixed-top {
      z-index: 0;
      position: fixed;
      top: 0;
      padding-top: 84px; }
    #roi-calculator #roi-totals.fixed-bottom {
      z-index: 0;
      position: absolute;
      top: none !important;
      bottom: 0;
      padding-top: 84px; }
    #roi-calculator #roi-totals h4 {
      margin-top: 20px;
      margin-bottom: 10px;
      font-weight: normal; }
    #roi-calculator #roi-totals .total-group {
      padding-left: 11px; }
      #roi-calculator #roi-totals .total-group ul li {
        padding-left: 30px; }
    #roi-calculator #roi-totals #time-horizon {
      color: #4488ee; }
      #roi-calculator #roi-totals #time-horizon .nav-pill-tabs li {
        font-size: 1.6rem;
        padding: 0.8rem 1.6rem; }
      #roi-calculator #roi-totals #time-horizon > span {
        display: inline-block;
        line-height: 225%;
        font-family: "Nitti Grotesk", helvetica, sans-serif;
        font-style: normal;
        font-weight: bold; }
    #roi-calculator #roi-totals #totals-return hr {
      height: 1px;
      margin: 5px -11px 5px 19px;
      border-style: solid;
      border-color: #e2e2e2;
      border-width: 1px 0 0 0;
      background-color: transparent; }
    #roi-calculator #roi-totals #roi-page-actions {
      padding: 50px 0 50px 11px;
      text-align: right; }
      #roi-calculator #roi-totals #roi-page-actions .button {
        margin-left: 35px; }
  #roi-calculator #details-fleet .form-row:first-of-type > ul li .title {
    margin-left: 0; }
  #roi-calculator #generate_url {
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
    #roi-calculator #generate_url:hover {
      text-decoration: underline; }
  #roi-calculator #copylink .link-blue {
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  #roi-calculator #copylink #copylink_field {
    color: #67666D;
    font-family: "Nitti Grotesk", helvetica, sans-serif;
    font-style: normal;
    font-weight: normal; }
  #roi-calculator .overlay {
    visibility: hidden;
    z-index: 2000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 500msms;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: opacity;
    -moz-transition-duration: 500msms;
    -moz-transition-timing-function: linear;
    -o-transition-property: opacity;
    -o-transition-duration: 500msms;
    -o-transition-timing-function: linear;
    transition-property: opacity;
    transition-duration: 500msms;
    transition-timing-function: linear;
    opacity: 0;
    filter: alpha(opacity=0); }
    #roi-calculator .overlay:target {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
  #roi-calculator .popup {
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding: 35px;
    background: #fff;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 4px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 5sms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: all;
    -moz-transition-duration: 5sms;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-property: all;
    -o-transition-duration: 5sms;
    -o-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 5sms;
    transition-timing-function: ease-in-out; }
    #roi-calculator .popup .close {
      position: absolute;
      top: 20px;
      right: 30px;
      color: #302f32;
      font-size: 30px;
      font-weight: bold;
      text-decoration: none;
      -webkit-transition-property: all;
      -webkit-transition-duration: 200msms;
      -webkit-transition-timing-function: linear;
      -moz-transition-property: all;
      -moz-transition-duration: 200msms;
      -moz-transition-timing-function: linear;
      -o-transition-property: all;
      -o-transition-duration: 200msms;
      -o-transition-timing-function: linear;
      transition-property: all;
      transition-duration: 200msms;
      transition-timing-function: linear; }
      #roi-calculator .popup .close:hover {
        color: #ff5740; }
    #roi-calculator .popup input,
    #roi-calculator .popup textarea {
      float: none;
      width: 100%;
      margin-bottom: 15px; }
    #roi-calculator .popup textarea {
      font-size: 1.6rem; }
    #roi-calculator .popup label {
      font-size: 1.6rem;
      letter-spacing: normal; }
      #roi-calculator .popup label .icon {
        margin-right: 0.25em; }
    #roi-calculator .popup .button {
      margin-top: 15px; }
    #roi-calculator .popup .content {
      overflow: auto;
      max-height: 30%; }

#customers-page {
  background-color: #eee; }
  #customers-page main {
    position: relative;
    top: -17px; }
  #customers-page > section,
  #customers-page > div {
    background-color: inherit; }
  #customers-page #sensor-map {
    position: relative;
    height: 340px;
    padding: 0 22px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 40%;
    background-color: #5e96f0;
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/customers/samsara_sensor_map-usa.gif);
    background-size: 1720px 600px; }
    #customers-page #sensor-map:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(44, 42, 62, 0.24);
      background: linear-gradient(180deg, rgba(44, 42, 62, 0.18) 0, rgba(44, 42, 62, 0) 26%, rgba(44, 42, 62, 0) 64%, rgba(44, 42, 62, 0.24) 100%); }
    #customers-page #sensor-map > div {
      z-index: 10;
      position: relative;
      top: 50%;
      transform: translate(0, -50%); }
    #customers-page #sensor-map h3 {
      text-shadow: 0 1px 1px #2c2a3e; }
    #customers-page #sensor-map h1 {
      font-weight: normal;
      text-shadow: 0 2px 1px rgba(44, 42, 62, 0.67); }
  #customers-page #customer-logos {
    padding: 5.0rem 4.4rem 6.5rem 4.4rem; }
    #customers-page #customer-logos .col {
      height: 108px;
      overflow: hidden; }
      #customers-page #customer-logos .col .logo {
        display: block;
        position: relative;
        width: 100%;
        height: inherit;
        text-decoration: none;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        #customers-page #customer-logos .col .logo span {
          display: block;
          position: relative;
          top: 50%;
          left: 50%;
          color: transparent;
          line-height: 16.0rem;
          transform: translate(-50%, -50%);
          background-size: cover;
          background-repeat: none;
          background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/customers/logos/_logo_sprite-greyscale.png);
          background-size: 370px 260px;
          opacity: 0.5;
          filter: alpha(opacity=50); }
          #customers-page #customer-logos .col .logo span.chobani, #customers-page #customer-logos .col .logo span.acme-smoked-fish, #customers-page #customer-logos .col .logo span.cowgirl-creamery, #customers-page #customer-logos .col .logo span.j-polep-distribution {
            opacity: 0.45;
            filter: alpha(opacity=45); }
          #customers-page #customer-logos .col .logo span.chobani {
            width: 128px;
            height: 20px;
            background-position: 0 -139px; }
          #customers-page #customer-logos .col .logo span.blackpak {
            width: 125px;
            height: 41px;
            margin-left: 1px;
            background-position: -184px 0; }
          #customers-page #customer-logos .col .logo span.tyco-international {
            width: 98px;
            height: 31px;
            margin-top: 2px;
            background-position: 0 -160px; }
          #customers-page #customer-logos .col .logo span.stemcentrx {
            width: 132px;
            height: 21px;
            background-position: -184px -41px; }
          #customers-page #customer-logos .col .logo span.good-eggs {
            width: 66px;
            height: 56px;
            background-position: -304px -139px; }
          #customers-page #customer-logos .col .logo span.ccsf {
            width: 120px;
            height: 43px;
            background-position: -196px -75px; }
          #customers-page #customer-logos .col .logo span.acme-smoked-fish {
            width: 96px;
            height: 75px;
            background-position: 0 0; }
          #customers-page #customer-logos .col .logo span.blue-apron {
            width: 102px;
            height: 47px;
            background-position: 0 -75px; }
          #customers-page #customer-logos .col .logo span.dean-foods {
            width: 72px;
            height: 72px;
            margin-top: -1px;
            background-position: -232px -139px; }
          #customers-page #customer-logos .col .logo span.cash-wa {
            width: 95px;
            height: 46px;
            margin-top: 2px;
            background-position: -193px -211px; }
          #customers-page #customer-logos .col .logo span.cowgirl-creamery {
            width: 104px;
            height: 66px;
            background-position: -128px -139px; }
          #customers-page #customer-logos .col .logo span.procter-gamble {
            width: 83px;
            height: 49px;
            background-position: -110px -211px; }
          #customers-page #customer-logos .col .logo span.bremerton-school-district {
            width: 94px;
            height: 64px;
            background-position: -102px -75px; }
          #customers-page #customer-logos .col .logo span.j-polep-distribution {
            width: 110px;
            height: 48px;
            margin-left: 2px;
            background-position: 0 -211px; }
          #customers-page #customer-logos .col .logo span.bellas-landscaping {
            width: 88px;
            height: 64px;
            margin-left: -1px;
            background-position: -96px 0; }
  #customers-page #customer-quotes {
    margin: 0;
    background-color: #f8f8f8; }
    #customers-page #customer-quotes .container {
      height: 300px; }
    #customers-page #customer-quotes ul {
      position: relative;
      height: 100%; }
    #customers-page #customer-quotes li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0; }
      #customers-page #customer-quotes li p {
        max-width: 72%;
        margin-top: 0.8rem;
        font-size: 3.2rem;
        line-height: 4.4rem; }
    #customers-page #customer-quotes h5 {
      font-size: 1.7rem;
      text-transform: capitalize;
      margin: 0;
      font-weight: normal;
      line-height: 2.0rem; }
      #customers-page #customer-quotes h5 span {
        color: #999; }
  #customers-page #customer-stories {
    margin: 0;
    padding: 80px 0 50px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eee;
    background-color: #f8f8f8; }
    #customers-page #customer-stories header {
      text-align: center;
      margin-bottom: 60px;
      padding: 0 8.333%; }
      #customers-page #customer-stories header h3 {
        margin-bottom: 4.0rem; }
      #customers-page #customer-stories header #dropdown-wrapper.active {
        color: #4488ee;
        border-color: #4488ee;
        font-family: "Nitti Grotesk", helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      #customers-page #customer-stories header #dropdown-wrapper #filter-dropdown-title {
        display: none;
        position: relative;
        padding: 0.8rem 1.6rem;
        outline: none; }
      #customers-page #customer-stories header ul {
        cursor: default;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style-type: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        #customers-page #customer-stories header ul li {
          cursor: pointer;
          display: inline-block;
          margin: 0.5rem 0.4rem;
          padding: 1.1rem 1.6rem;
          color: #747476;
          font-family: "Nitti Grotesk", helvetica, sans-serif;
          font-style: normal;
          font-weight: bold;
          font-size: 1.6rem;
          line-height: 1.4rem;
          letter-spacing: -0.01em;
          background-color: #eee;
          outline: none;
          border-radius: 2px; }
          #customers-page #customer-stories header ul li.active {
            color: #fff;
            background-color: #4488ee; }
            #customers-page #customer-stories header ul li.active:hover {
              background-color: #4488ee; }
            #customers-page #customer-stories header ul li.active:focus {
              box-shadow: 0 0 0 1px #4488ee; }
          #customers-page #customer-stories header ul li:hover, #customers-page #customer-stories header ul li:active {
            color: #fff;
            background-color: #69a0f1; }
          #customers-page #customer-stories header ul li:focus {
            box-shadow: 0 0 0 1px #69a0f1; }
    #customers-page #customer-stories .stories-container {
      -ms-flex-align: left;
          align-items: left;
      -ms-flex-pack: center;
          justify-content: center; }
      #customers-page #customer-stories .stories-container .story,
      #customers-page #customer-stories .stories-container .quote {
        position: relative;
        overflow: hidden;
        display: none;
        margin: 0 22px 80px 22px;
        height: 358px;
        max-width: 80%;
        text-align: left;
        border: 1px solid #eee;
        border-radius: 5px;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        #customers-page #customer-stories .stories-container .story.active-block,
        #customers-page #customer-stories .stories-container .quote.active-block {
          display: block; }
        #customers-page #customer-stories .stories-container .story.spacer,
        #customers-page #customer-stories .stories-container .quote.spacer {
          cursor: default !important;
          display: block !important;
          height: 1px !important;
          margin-bottom: 0 !important;
          border: none !important;
          background-color: transparent !important;
          opacity: 0;
          filter: alpha(opacity=0); }
        #customers-page #customer-stories .stories-container .story .details,
        #customers-page #customer-stories .stories-container .quote .details {
          z-index: 10;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
        #customers-page #customer-stories .stories-container .story .cover,
        #customers-page #customer-stories .stories-container .quote .cover {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          #customers-page #customer-stories .stories-container .story .cover img,
          #customers-page #customer-stories .stories-container .quote .cover img {
            position: relative;
            left: -8%;
            display: block;
            width: auto;
            max-width: none;
            height: 100%;
            opacity: 0.92;
            filter: alpha(opacity=92); }
      #customers-page #customer-stories .stories-container .story {
        cursor: pointer;
        background-color: #bbb; }
        #customers-page #customer-stories .stories-container .story:hover {
          border-color: #bbb; }
          #customers-page #customer-stories .stories-container .story:hover .details {
            background: black;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0, rgba(0, 0, 0, 0.84) 66%, black 96%); }
          #customers-page #customer-stories .stories-container .story:hover .cover img {
            opacity: 1;
            filter: alpha(opacity=100); }
        #customers-page #customer-stories .stories-container .story .details {
          color: #fff;
          padding: 3rem 35px 50px 35px;
          background: rgba(0, 0, 0, 0.96);
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0, rgba(0, 0, 0, 0.8) 66%, rgba(0, 0, 0, 0.96) 96%); }
          #customers-page #customer-stories .stories-container .story .details .story-company {
            margin-bottom: 10px;
            font-family: "Nitti Grotesk", helvetica, sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 2.8rem;
            line-height: 2.4rem;
            text-shadow: 1px 1px 4px #000; }
          #customers-page #customer-stories .stories-container .story .details .story-summary {
            margin-bottom: 1.8rem;
            line-height: 2.0rem;
            text-shadow: 1px 1px 4px #000; }
          #customers-page #customer-stories .stories-container .story .details .story-read-link {
            display: block;
            position: absolute;
            bottom: 3.0rem;
            left: 35px;
            color: #4488ee;
            font-family: "Nitti Grotesk", helvetica, sans-serif;
            font-style: normal;
            font-weight: bold;
            text-decoration: none; }
      #customers-page #customer-stories .stories-container .quote {
        cursor: default;
        background-color: #eee; }
        #customers-page #customer-stories .stories-container .quote:hover .details {
          background: rgba(255, 255, 255, 0.94);
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0, rgba(255, 255, 255, 0.9) 66%, rgba(255, 255, 255, 0.94) 96%); }
        #customers-page #customer-stories .stories-container .quote .details {
          height: 100%;
          color: #302f32;
          padding: 2.4rem 50px 0 50px;
          background: rgba(255, 255, 255, 0.96);
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.94) 66%, rgba(255, 255, 255, 0.96) 96%);
          box-shadow: inset 0 -5px 16px 1px rgba(255, 255, 255, 0.5); }
          #customers-page #customer-stories .stories-container .quote .details .quote-text {
            margin-top: 5.0rem;
            font-size: 2.8rem;
            font-weight: 300;
            line-height: 3.4rem;
            text-indent: -0.4rem;
            letter-spacing: -0.015em;
            word-spacing: 0.05em;
            text-shadow: 0.01em 0.01em 0 #302f32; }
            #customers-page #customer-stories .stories-container .quote .details .quote-text:before {
              content: "“";
              font-weight: 600;
              color: #bbb;
              text-shadow: none;
              display: inline-block;
              position: relative;
              left: -0.4rem;
              top: -0.2rem; }
            #customers-page #customer-stories .stories-container .quote .details .quote-text:after {
              content: "”";
              font-weight: 600;
              color: #bbb;
              text-shadow: none; }
          #customers-page #customer-stories .stories-container .quote .details .quote-contact {
            position: absolute;
            top: 68%;
            left: 50px;
            padding-right: 10%;
            color: #999;
            line-height: 2.0rem; }
            #customers-page #customer-stories .stories-container .quote .details .quote-contact .name {
              display: block;
              font-family: "Nitti Grotesk", helvetica, sans-serif;
              font-style: normal;
              font-weight: bold; }

@media only screen and (max-width: 1000px) {
  #customers-page #sensor-map {
    height: 320px;
    background-position: center 50%;
    background-size: auto 166%; }
  #customers-page #customer-logos {
    padding: 4.4rem 3.5rem 5.6rem 3.5rem; }
    #customers-page #customer-logos .col {
      height: 96px; }
      #customers-page #customer-logos .col .logo {
        transform: scale(0.9, 0.9); }
  #customers-page #customer-stories .stories-container .story,
  #customers-page #customer-stories .stories-container .quote {
    margin-bottom: 4.4rem; }
  #customers-page #customer-stories .stories-container .story .details .story-company {
    font-size: 2.2rem;
    line-height: 2.0rem; }
  #customers-page #customer-stories .stories-container .quote .details .quote-text {
    font-size: 2.2rem;
    line-height: 2.8rem; } }

@media only screen and (max-width: 750px) {
  #customers-page #sensor-map {
    background-size: auto 150%; }
  #customers-page #customer-logos {
    padding: 2.4rem 3.5rem 4.0rem 3.5rem; }
    #customers-page #customer-logos .col {
      height: 80px; }
      #customers-page #customer-logos .col .logo {
        transform: scale(0.8, 0.8); }
  #customers-page #customer-quotes li p {
    font-size: 2.8rem;
    line-height: 3.6rem; }
  #customers-page #customer-stories header {
    padding: 0 2%; }
  #customers-page #customer-stories .stories-container .story,
  #customers-page #customer-stories .stories-container .quote {
    margin-left: 0;
    margin-right: 0; }
  #customers-page #customer-stories .stories-container .quote .details .quote-text {
    margin-top: 4.0rem;
    font-size: 2.6rem;
    line-height: 3.2rem; } }

@media only screen and (max-width: 550px) {
  #customers-page #sensor-map {
    height: 300px;
    padding: 0; }
    #customers-page #sensor-map h1 {
      font-size: 3.6rem;
      line-height: 4.4rem; }
  #customers-page #customer-logos {
    padding: 2.0rem 2.8rem 3.2rem 2.8rem; }
    #customers-page #customer-logos .col {
      height: 64px; }
      #customers-page #customer-logos .col .logo {
        transform: scale(0.68, 0.68); }
  #customers-page #customer-quotes .container {
    height: 400px; }
  #customers-page #customer-stories header {
    padding: 0; }
    #customers-page #customer-stories header #dropdown-wrapper {
      position: relative;
      width: 75%;
      margin: 0 auto;
      border: 1px solid #999;
      border-radius: 3px;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      #customers-page #customer-stories header #dropdown-wrapper.active-filter {
        color: #fff;
        background-color: #4488ee;
        border-color: #4488ee; }
      #customers-page #customer-stories header #dropdown-wrapper #filter-dropdown-title {
        display: block; }
    #customers-page #customer-stories header ul {
      z-index: 100;
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      box-shadow: 0 5px 24px 2px rgba(48, 47, 50, 0.25); }
      #customers-page #customer-stories header ul li {
        width: 100%;
        margin: 0;
        padding: 1.6rem;
        color: #302f32;
        line-height: 1.4rem;
        letter-spacing: normal;
        border-top: 1px solid #f8f8f8;
        border-radius: 0; }
        #customers-page #customer-stories header ul li:first-of-type {
          border-top: none; }
  #customers-page #customer-stories .stories-container .col {
    max-width: 94%; } }

@media only screen and (max-width: 400px) {
  #customers-page #customer-logos {
    padding: 1.6rem 1.6rem 2.8rem 1.6rem; }
    #customers-page #customer-logos .col .logo {
      transform: scale(0.6, 0.6); }
  #customers-page #customer-stories .stories-container .quote .details .quote-text {
    margin-top: 3.0rem;
    font-size: 2.2rem;
    line-height: 2.7rem; } }

body#eld-landing-page #main-nav > ul > li:last-of-type a {
  padding: 0;
  color: #ff5740;
  background-color: transparent; }

#eld {
  padding-top: 0; }
  #eld > section {
    margin: 0 auto;
    padding-top: 80px; }
    #eld > section:last-of-type {
      padding-top: 0; }
  #eld #eld-banner {
    position: relative;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 22px;
    color: #302f32;
    text-align: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/eld/eld_banner.jpg);
    background-position: 100% 6%;
    background-size: 76% auto; }
    #eld #eld-banner > .container {
      padding-left: 5%; }
    #eld #eld-banner:after {
      display: none; }
    #eld #eld-banner:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      background: linear-gradient(104deg, white 31%, rgba(255, 255, 255, 0.88) 44%, rgba(255, 255, 255, 0.74) 52%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0.8) 87%, white 95%); }
    #eld #eld-banner h1 {
      white-space: nowrap; }
  #eld #certification-banner {
    padding: 15px 35px;
    background-color: #4488ee; }
    #eld #certification-banner span {
      display: inline-block;
      line-height: 2.5rem;
      text-align: center;
      color: #fff; }
      #eld #certification-banner span.logo-text {
        margin-right: 25px;
        font-size: 2.1rem;
        font-family: "Nitti Grotesk", helvetica, sans-serif;
        font-style: normal;
        font-weight: bold; }
      #eld #certification-banner span.banner-text {
        font-size: 2.0rem; }
    #eld #certification-banner .logo {
      vertical-align: middle;
      display: inline-block;
      height: 24px;
      width: auto;
      margin: -4px 8px 0 0; }
  #eld #products-hardware {
    z-index: 10;
    position: relative;
    height: 597px;
    margin: 50px auto -13px auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #eld #products-hardware .hardware-laptop {
      top: 0;
      left: 50%;
      margin-left: -510px;
      width: 1020px;
      height: 597px;
      position: absolute;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/eld/hardware-laptop-1.gif);
      background-size: 1020px 597px; }
      #eld #products-hardware .hardware-laptop > .screen-content {
        top: 44px;
        left: 127px;
        width: 766px;
        height: 479px;
        overflow: hidden;
        position: absolute;
        background-color: #eee;
        border-radius: 2px; }
      #eld #products-hardware .hardware-laptop .hardware-vg34 {
        z-index: 30;
        bottom: 30px;
        right: 6%;
        width: 350px;
        height: 80px;
        position: absolute;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/eld/hardware-vg34.png);
        background-size: 350px 80px; }
      #eld #products-hardware .hardware-laptop .hardware-phone {
        z-index: 20;
        bottom: 30px;
        left: 5%;
        width: 200px;
        height: 404px;
        position: absolute;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/eld/hardware-phone-1.png);
        background-size: 200px 406px; }
        #eld #products-hardware .hardware-laptop .hardware-phone .screen-content {
          top: 50px;
          left: 15px;
          width: 171px;
          height: 305px;
          overflow: hidden;
          position: absolute;
          background-color: #eee;
          border-radius: 2px; }
  #eld #products-about {
    padding: 80px 0 95px 0;
    background-color: #f8f8f8; }
    #eld #products-about .row {
      max-width: 1080px;
      margin: 0 auto;
      padding: 0 22px; }
    #eld #products-about h3 {
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 2.2rem; }
    #eld #products-about p {
      color: #999; }
  #eld .features-panel:last-child {
    margin-bottom: 0;
    background: #fcfcfc;
    background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 28%, #fcfcfc 88%); }
  #eld #fleet-managers .features-panel {
    background: #fff; }
  #eld .bf-section {
    padding-top: 120px;
    border-bottom: 1px solid #eee; }
    #eld .bf-section:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    #eld .bf-section .benefit-set {
      padding-bottom: 0; }
    #eld .bf-section .feature-set {
      padding-bottom: 0; }
    #eld .bf-section > h2 {
      margin: 0 0 35px 0;
      color: #4488ee;
      text-align: center; }
  #eld > .container {
    padding: 0 11px; }
  #eld .nav-pill-tabs.fixed {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 20px 22px 28px 22px;
    background-color: #fff;
    border-bottom: 1px solid #f8f8f8; }
  #eld .nav-pill-tabs.hidden {
    opacity: 0;
    filter: alpha(opacity=0); }
  #eld .nav-pill-tabs.off-screen {
    margin: -100px 0 0 0; }
  #eld .text-banner {
    padding: 50px 22px;
    text-align: center;
    background-color: #fff; }
    #eld .text-banner a {
      color: #4488ee;
      font-size: 2.2rem;
      text-decoration: none;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold; }
      #eld .text-banner a:after {
        content: "→";
        font-size: 1.3em;
        margin-left: .2em;
        color: inherit;
        position: relative;
        top: .09em;
        font-weight: 200; }

@media only screen and (max-width: 1200px) {
  #eld #eld-banner {
    background-position: 220px 0;
    background-size: 82% auto; } }

@media only screen and (max-width: 1000px) {
  body#eld-landing-page #header {
    background-color: #fff; }
  body#eld-landing-page #main-nav > ul > li > a {
    text-shadow: none; }
  #eld #eld-banner {
    margin-top: 0;
    background-position: 230% 20%;
    background-size: 92% auto; }
    #eld #eld-banner:before {
      background: rgba(255, 255, 255, 0);
      background: linear-gradient(104deg, white 31%, rgba(255, 255, 255, 0.88) 44%, rgba(255, 255, 255, 0.74) 52%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 0) 95%); }
  #eld #products-hardware .hardware-laptop {
    left: 7%;
    margin-left: 0; }
    #eld #products-hardware .hardware-laptop > .play-button {
      left: 48%; }
    #eld #products-hardware .hardware-laptop .hardware-vg34 {
      right: 12%; }
  #eld #products-about p {
    padding-right: 15px; } }

@media only screen and (max-width: 750px) {
  #eld #eld-banner {
    background-position: -14% 30%;
    background-size: 124% auto; }
    #eld #eld-banner > .container {
      padding-left: 3%;
      top: 30%; }
    #eld #eld-banner:before {
      background: rgba(255, 255, 255, 0);
      background: linear-gradient(110deg, white 33%, rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.74) 54%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 0) 95%); }
  #eld #products-hardware .hardware-laptop {
    left: 4%; }
    #eld #products-hardware .hardware-laptop .hardware-vg34 {
      display: none; }
  #eld #products-about .col {
    margin: 0 auto 20px auto; }
    #eld #products-about .col:last-of-type {
      margin-bottom: 0; }
    #eld #products-about .col p {
      padding-right: 0; }
  #eld .nav-pill-tabs.fixed {
    padding: 14px 11px 4px 11px; }
  #eld .features-panel:last-child {
    background: #fff; }
  #eld .bf-section {
    padding-top: 80px;
    padding-bottom: 80px; }
    #eld .bf-section:first-of-type .benefit-set {
      margin-top: 0; }
  #eld .photo.photo-left .photo-image, #eld .photo.photo-right .photo-image {
    margin-bottom: 0; }
  #eld .text-banner a {
    font-size: 2.0rem; } }

@media only screen and (max-width: 650px) {
  #products-hardware .hardware-laptop {
    left: -70px; }
    #products-hardware .hardware-laptop video {
      display: none; }
    #products-hardware .hardware-laptop .screen-content {
      background-repeat: no-repeat;
      background-position: 0 0; }
    #products-hardware .hardware-laptop > .screen-content {
      background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/eld/hos-laptop-static.png);
      background-size: 766px auto; }
    #products-hardware .hardware-laptop .hardware-phone {
      left: 65px; }
      #products-hardware .hardware-laptop .hardware-phone .screen-content {
        background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/eld/hos-phone-static.png);
        background-size: 171px auto; } }

@media only screen and (max-width: 550px) {
  #eld #certification-banner {
    width: 75%;
    margin: 100px auto -35px auto;
    padding: 35px 0;
    border-radius: 6px; }
    #eld #certification-banner span.logo-text {
      margin-right: 0; }
    #eld #certification-banner span.banner-text {
      margin-top: 10px; }
  #eld > section:not(#samsara-form) {
    padding-top: 50px; }
  #eld #eld-banner {
    padding: 0;
    background-position: 78% 36%;
    background-size: 158% auto; }
    #eld #eld-banner > .container {
      padding-left: 0;
      top: 197px; }
    #eld #eld-banner:before {
      display: none; }
    #eld #eld-banner h3 {
      font-size: 1.8rem; }
    #eld #eld-banner h1 {
      color: #fff; }
  #eld section#products-panel {
    padding-top: 80px; }
  #eld #products-hardware .hardware-laptop {
    left: -70px; }
    #eld #products-hardware .hardware-laptop .hardware-phone {
      left: 65px; }
  #eld #benefits-features {
    padding-top: 120px; }
  #eld .bf-section h2 {
    margin-bottom: 20px;
    padding-top: 50px; }
  #eld > .container {
    padding: 0; }
    #eld > .container h2 {
      padding: 0 11px; }
  #eld #form-wrapper h3 {
    margin-bottom: 2.0rem; } }

@media only screen and (max-width: 400px) {
  #eld #eld-banner {
    background-position: 75% 32%;
    background-size: 184% auto; }
    #eld #eld-banner > .container {
      top: 178px; }
  #eld .nav-pill-tabs.fixed {
    padding: 1.2rem 11px 0 11px;
    border-bottom: 1px solid #eee; } }

#fleet-banner {
  position: relative;
  height: 600px;
  padding-top: 100px; }
  #fleet-banner > .container {
    z-index: 10;
    top: 0;
    transform: none; }
    #fleet-banner > .container .col:first-of-type {
      margin-bottom: 80px; }
  #fleet-banner h1 {
    margin-bottom: 20px;
    text-shadow: 0 3px 1px #302f32; }
  #fleet-banner p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 2px 1px #302f32; }
    #fleet-banner p span {
      padding: 0 20px;
      border-right: 1px solid #fff;
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold; }
      #fleet-banner p span:first-of-type {
        padding-left: 0; }
      #fleet-banner p span:last-of-type {
        border-right: 0;
        padding-right: 0; }
  #fleet-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 47, 50, 0.84);
    background: linear-gradient(0deg, rgba(48, 47, 50, 0.78) 0%, rgba(48, 47, 50, 0.3) 44%, rgba(48, 47, 50, 0.68) 86%, rgba(48, 47, 50, 0.84) 100%); }

#fleet-tilted-interface {
  position: relative;
  min-width: 1058px;
  min-height: 423px;
  padding-bottom: 40%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 1%); }
  #fleet-tilted-interface #interface {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: auto;
    padding-bottom: 74.074074074%;
    transform-origin: top center;
    transform: perspective(660px) rotatex(33deg) scale(0.74, 0.46) translate3d(-10px, 0, 0); }
    #fleet-tilted-interface #interface .interface {
      z-index: 5;
      position: absolute;
      width: inherit;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/products/fleet-overview-tilted-interface.jpg");
      background-size: contain;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 26px;
      border-bottom-right-radius: 26px;
      border-style: solid;
      border-color: #d6d5d6;
      border-width: 1px 1px 5px 1px; }
    #fleet-tilted-interface #interface .shadow {
      display: block;
      position: absolute;
      top: 0;
      left: 5%;
      width: 90%;
      height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      border-radius: 10%;
      box-shadow: 0 10px 90px 0 #59595b; }
  #fleet-tilted-interface #interface-popups {
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate3d(-10px, 0, 660px); }
    #fleet-tilted-interface #interface-popups > div {
      position: absolute;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0); }
      #fleet-tilted-interface #interface-popups > div:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 90%;
        height: 50%;
        border-radius: 10%;
        box-shadow: 0 7px 32px 0 #8b8b8c; }
      #fleet-tilted-interface #interface-popups > div#popup-cell {
        top: -3.546099291%;
        left: 46.03024575%; }
      #fleet-tilted-interface #interface-popups > div#popup-speed {
        top: 3.78250591%;
        left: 70.41587902%; }
      #fleet-tilted-interface #interface-popups > div#popup-engine-fuel {
        top: 25.53191489%;
        left: 79.7731569%; }
        #fleet-tilted-interface #interface-popups > div#popup-engine-fuel .fuel-meter {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 70px;
          height: 6px;
          margin-left: 8px;
          margin-bottom: 2px;
          background-color: #fff;
          border: 1px solid #bbb;
          border-radius: 3px; }
          #fleet-tilted-interface #interface-popups > div#popup-engine-fuel .fuel-meter:after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 83%;
            height: 4px;
            background-color: #2ac78a;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px; }
      #fleet-tilted-interface #interface-popups > div#popup-engine-fault {
        top: 56.26477541%;
        left: 62.47637051%; }
      #fleet-tilted-interface #interface-popups > div#popup-dash-cam {
        top: 19.14893617%;
        left: 54.72589792%; }
      #fleet-tilted-interface #interface-popups > div#popup-dispatch {
        top: 54.37352246%;
        left: 42.06049149%; }
        #fleet-tilted-interface #interface-popups > div#popup-dispatch .popup-content {
          padding-bottom: 42px; }
          #fleet-tilted-interface #interface-popups > div#popup-dispatch .popup-content:after {
            border-top-color: #eee; }
        #fleet-tilted-interface #interface-popups > div#popup-dispatch .status {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          padding: 7px 12px;
          text-transform: uppercase;
          color: #2ac78a;
          font-size: 1.4rem;
          background-color: #eee;
          font-family: "Nitti Grotesk", helvetica, sans-serif;
          font-style: normal;
          font-weight: bold; }
      #fleet-tilted-interface #interface-popups > div#popup-temperature {
        top: 28.36879433%;
        left: 30.62381853%; }
      #fleet-tilted-interface #interface-popups > div .popup-content {
        position: relative;
        display: block;
        min-width: 112px;
        max-width: 172px;
        padding: 11px 12px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #bbb;
        border-radius: 3px; }
        #fleet-tilted-interface #interface-popups > div .popup-content:after {
          z-index: 10;
          position: absolute;
          top: 100%;
          left: 12px;
          content: "";
          display: inline-block;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 8px solid #fff; }
        #fleet-tilted-interface #interface-popups > div .popup-content:before {
          position: absolute;
          top: 100%;
          left: 11px;
          content: "";
          display: inline-block;
          border-left: 11px solid transparent;
          border-right: 11px solid transparent;
          border-top: 9px solid #bbb; }
        #fleet-tilted-interface #interface-popups > div .popup-content span:not(.icon) {
          display: block;
          line-height: 100%; }
          #fleet-tilted-interface #interface-popups > div .popup-content span:not(.icon):nth-of-type(3) {
            margin-top: 14px; }
          #fleet-tilted-interface #interface-popups > div .popup-content span:not(.icon).title {
            margin-bottom: 4px;
            font-size: 1.4rem;
            color: #878688;
            text-transform: uppercase; }
          #fleet-tilted-interface #interface-popups > div .popup-content span:not(.icon).info {
            font-size: 1.6rem;
            color: #302f32; }
        #fleet-tilted-interface #interface-popups > div .popup-content img {
          display: block;
          width: 120px;
          height: auto;
          margin-top: 8px;
          margin-bottom: 4px; }

.video-link-banner {
  background-color: #f8f8f8; }
  .video-link-banner > .container {
    padding-top: 120px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e6e6e6; }
  .video-link-banner h5 {
    margin-top: 0;
    margin-bottom: 2px; }
  .video-link-banner h3 {
    font-weight: bold; }
  .video-link-banner a {
    text-decoration: none; }
    .video-link-banner a:hover {
      text-decoration: none; }
  .video-link-banner .video-details .video-thumb {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 168px;
    height: 100px;
    margin-right: 35px;
    background-color: #bbb;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/products/fleet-overview-tilted-interface.jpg");
    background-size: 100% auto;
    border-radius: 3px; }
    .video-link-banner .video-details .video-thumb:after {
      content: "";
      z-index: 10;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #999;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .video-link-banner .video-details .video-thumb .play-button {
      z-index: 20; }
  .video-link-banner .video-details .video-info {
    vertical-align: top;
    display: inline-block;
    padding-top: 20px;
    text-align: left; }

#benefits-features.fleet-benefits-features {
  padding-top: 0;
  background-color: #f8f8f8; }
  #benefits-features.fleet-benefits-features .video-link-banner > .container {
    padding-top: 240px; }

#fleet-software-hardware {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fff;
  border-top: 1px solid #eee; }
  #fleet-software-hardware h2 {
    margin-bottom: 35px; }
  #fleet-software-hardware h3 {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: bold; }
  #fleet-software-hardware p {
    margin: 0;
    color: #999; }
  #fleet-software-hardware .row:not(:first-of-type) .col {
    margin-top: 50px; }
  #fleet-software-hardware .product-photo {
    margin-bottom: 25px; }

@media (max-width: 1000px) {
  #fleet-banner #fleet-tilted-interface {
    left: 12%; }
  #fleet-software-hardware {
    padding-bottom: 100px; }
  #benefits-features.fleet-benefits-features .video-link-banner > .container {
    padding-top: 220px; } }

@media (max-width: 750px) {
  #fleet-banner #fleet-tilted-interface {
    zoom: 0.9;
    left: 20%; }
  .video-link-banner > .container {
    padding-top: 80px; }
  #benefits-features.fleet-benefits-features .video-link-banner > .container {
    padding-top: 170px; }
  #fleet-software-hardware .row:not(:first-of-type) .col {
    margin-top: 80px; }
    #fleet-software-hardware .row:not(:first-of-type) .col:first-of-type {
      margin-top: 50px; } }

@media (max-width: 550px) {
  #fleet-banner {
    padding-top: 80px; }
    #fleet-banner > .container {
      bottom: auto; }
      #fleet-banner > .container h1 {
        padding: 0 35px;
        background-color: transparent; }
    #fleet-banner p span {
      font-size: 1.6rem;
      padding: 0 12px; }
    #fleet-banner #fleet-tilted-interface {
      zoom: 0.8;
      left: 30%; }
  .video-link-banner > .container {
    padding-top: 35px; }
  .video-link-banner h5 {
    margin-bottom: 2px; }
  .video-link-banner .video-details .video-thumb {
    display: block;
    margin: 16px auto; }
  .video-link-banner .video-details .video-info {
    text-align: center; }
  #benefits-features.fleet-benefits-features .video-link-banner > .container {
    padding-top: 150px; }
  #fleet-software-hardware {
    padding-bottom: 80px; } }

@media (max-width: 400px) {
  #fleet-banner {
    height: 520px;
    padding-top: 50px; }
    #fleet-banner > .container .col:first-of-type {
      margin-bottom: 50px; }
    #fleet-banner #fleet-tilted-interface {
      zoom: 0.66; }
    #fleet-banner p {
      display: inline-block; }
      #fleet-banner p span {
        display: block;
        padding: 0;
        border-right: 0; }
        #fleet-banner p span:after {
          content: "";
          display: block;
          width: 60px;
          height: 1px;
          margin: 5px auto;
          background-color: #fff; }
        #fleet-banner p span:last-of-type:after {
          display: none; } }

@keyframes fade-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

.icon-links .icon-set .col {
  -webkit-transition-property: transform;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-property: transform;
  -moz-transition-duration: 200ms;
  -moz-transition-timing-function: linear;
  -o-transition-property: transform;
  -o-transition-duration: 200ms;
  -o-transition-timing-function: linear;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: linear; }
  .icon-links .icon-set .col:hover {
    transform: scale(1.04, 1.04); }

.recorded-with:before {
  animation: blink 1200ms ease-in-out 0ms infinite normal none; }

@keyframes blink {
  50% {
    opacity: 0;
    filter: alpha(opacity=0); } }

@keyframes drop-interface {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, 1%); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0); } }

@keyframes drop-popup {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, -1%); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0); } }

#fleet-tilted-interface {
  animation: drop-interface 1500ms ease-in-out 120ms 1 normal forwards; }
  #fleet-tilted-interface .shadow {
    animation: fade-in 1500ms ease-in-out 240ms 1 normal forwards; }

#popup-cell {
  animation: drop-popup 1200ms ease-in-out 360ms 1 normal forwards; }

#popup-speed {
  animation: drop-popup 1200ms ease-in-out 360ms 1 normal forwards; }

#popup-engine-fuel {
  animation: drop-popup 1200ms ease-in-out 360ms 1 normal forwards; }

#popup-engine-fault {
  animation: drop-popup 1200ms ease-in-out 360ms 1 normal forwards; }

#popup-dash-cam {
  animation: drop-popup 1200ms ease-in-out 360ms 1 normal forwards; }

#popup-dispatch {
  animation: drop-popup 1200ms ease-in-out 360ms 1 normal forwards; }

#popup-temperature {
  animation: drop-popup 1200ms ease-in-out 360ms 1 normal forwards; }

#header.home,
#home-intro {
  background-color: #f4f4f4; }

_::-webkit-full-page-media #header.home,
_::-webkit-full-page-media #home-intro,
_:future #header.home,
_:future #home-intro,
:root body#index #header.home,
:root body#index #home-intro {
  background-color: #f4f4f4; }

@-moz-document url-prefix() {
  #header.home,
  #home-intro {
    background-color: #f3f2f3; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header.home,
  #home-intro {
    background-color: #f0f0f0; } }

@supports (-ms-accelerator: true) {
  #header.home,
  #home-intro {
    background-color: #f0f0f0; } }

_::-webkit-full-page-media > div#popup-dispatch,
_:future > div#popup-dispatch,
:root #fleet-tilted-interface #interface-popups > div#popup-dispatch {
  top: 52.00945626%; }

_::-webkit-full-page-media > div#popup-temperature,
_:future > div#popup-temperature,
:root #fleet-tilted-interface #interface-popups > div#popup-temperature {
  top: 29.78723404%;
  left: 73.99527187%; }

#tech-partner {
  padding-top: 0; }
  #tech-partner > section {
    margin: 0 auto;
    padding-top: 80px; }
    #tech-partner > section:last-of-type {
      padding-top: 0; }
  #tech-partner #banner-wrapper {
    position: relative;
    width: 100%;
    margin: 0px;
    background-color: #d3d3d3; }
  #tech-partner #tech-partner-banner {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 45px;
    color: #ffffff;
    text-align: left;
    background-repeat: no-repeat;
    background-color: #d3d3d3;
    background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/blog/undefined/technologyPartnersHeroImage_1.jpg);
    background-position: center; }
    #tech-partner #tech-partner-banner > .container {
      padding-left: 0;
      top: 50%; }
    #tech-partner #tech-partner-banner h1 {
      white-space: nowrap;
      line-height: 85%; }
  #tech-partner #products-about {
    padding: 80px 0 95px 0;
    background-color: #ffffff; }
    #tech-partner #products-about .row {
      max-width: 1080px;
      margin: 0 auto;
      padding: 0 22px; }
    #tech-partner #products-about h3 {
      font-family: "Nitti Grotesk", helvetica, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 2.2rem; }
    #tech-partner #products-about p {
      color: #999; }
  #tech-partner > h2 {
    margin: 0 0 35px 0;
    color: #4488ee;
    text-align: center; }

> .container {
  padding: 0 11px; }

@media only screen and (max-width: 1200px) {
  #tech-partner #tech-partner-banner {
    background-position: center; } }

@media only screen and (max-width: 1000px) {
  body#eld-landing-page #header {
    background-color: #fff; }
  body#eld-landing-page #main-nav > ul > li > a {
    text-shadow: none; }
  #tech-partner #tech-partner-banner {
    margin-top: 0;
    background-position: center; }
    #tech-partner #tech-partner-banner:before {
      background: rgba(255, 255, 255, 0);
      background: linear-gradient(104deg, white 31%, rgba(255, 255, 255, 0.88) 44%, rgba(255, 255, 255, 0.74) 52%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 0) 95%); }
  #tech-partner #products-about p {
    padding-right: 15px; } }

@media only screen and (max-width: 750px) {
  #tech-partner #tech-partner-banner {
    background-position: center; }
    #tech-partner #tech-partner-banner > .container {
      padding-left: 3%;
      top: 85%; }
    #tech-partner #tech-partner-banner:before {
      background: rgba(255, 255, 255, 0);
      background: linear-gradient(110deg, white 33%, rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.74) 54%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 0) 95%); }
  #tech-partner #products-about .col {
    margin: 0 auto 20px auto; }
    #tech-partner #products-about .col:last-of-type {
      margin-bottom: 0; }
    #tech-partner #products-about .col p {
      padding-right: 0; }
  #tech-partner .text-banner a {
    font-size: 2.0rem; } }

@media only screen and (max-width: 550px) {
  #tech-partner > section:not(#samsara-form) {
    padding-top: 0px; }
  #tech-partner #tech-partner-banner {
    padding: 0;
    background-position: center; }
    #tech-partner #tech-partner-banner > .container {
      padding-left: 0;
      top: 197px; }
    #tech-partner #tech-partner-banner:before {
      display: none; }
    #tech-partner #tech-partner-banner h3 {
      font-size: 1.8rem; }
    #tech-partner #tech-partner-banner h1 {
      color: #fff; }
  #tech-partner > .container {
    padding: 0; }
    #tech-partner > .container h2 {
      padding: 0 11px; } }

@media only screen and (max-width: 400px) {
  #tech-partner #tech-partner-banner {
    background-position: center; }
    #tech-partner #tech-partner-banner > .container {
      top: 178px; } }

.tech-sections {
  padding: 80px 0px 100px 0px; }

.tech-sections-grey {
  padding: 80px 0px 80px 0px;
  background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 28%, #fcfcfc 88%); }

.blue_text {
  color: #4488ee;
  font-weight: bold;
  margin: 0px; }

.grey_tech_section {
  height: 460px;
  background: #f8f8f8; }

.tech-features-panel {
  overflow: hidden; }
  .tech-features-panel .panel-copy {
    height: 100%; }
  .tech-features-panel h4 {
    margin-top: 0;
    font-weight: normal;
    line-height: 150%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
    .tech-features-panel h4 .body-copy,
    .tech-features-panel h4 ul {
      margin-bottom: 0;
      font-size: 1.8rem;
      font-weight: normal;
      line-height: 133.333333333%; }
    .tech-features-panel h4 ul {
      display: inline-block;
      text-align: left; }
  .tech-features-panel .container,
  .tech-features-panel .row {
    height: inherit; }
  .tech-features-panel:nth-child(odd) {
    background-color: #f8f8f8; }
  .tech-features-panel:nth-child(even) {
    background-color: #f8f8f8; }
  .tech-features-panel:last-child {
    background: #f6f6f6;
    background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 28%, #f6f6f6 88%); }
    .tech-features-panel:last-child.photo, .tech-features-panel:last-child.product-photo, .tech-features-panel:last-child.illustration {
      height: 640px; }
  .tech-features-panel.hardware-right .hardware > div {
    left: 50%; }
  .tech-features-panel.hardware-left .hardware > div {
    left: 44%; }
  .tech-features-panel:nth-child(odd) + .tech-features-panel.illustration > .container,
  .tech-features-panel:nth-child(odd) + .tech-features-panel.product-photo > .container,
  .tech-features-panel.illustration + .tech-features-panel.illustration > .container,
  .tech-features-panel.illustration + .tech-features-panel.product-photo > .container,
  .tech-features-panel.illustration + .tech-features-panel:nth-child(odd) > .container,
  .tech-features-panel.product-photo + .tech-features-panel.product-photo > .container,
  .tech-features-panel.product-photo + .tech-features-panel.illustration > .container,
  .tech-features-panel.product-photo + .tech-features-panel:nth-child(odd) > .container {
    border-top: 1px solid #eee; }

#tech-partner-phone-section-container {
  background-color: #f8f8f8; }

#tech-partner-phone-section-container-2 {
  background-color: #f8f8f8; }

@media only screen and (max-width: 750px) {
  #tech-partner-phone-section-container {
    background-color: #f8f8f8;
    padding-bottom: 50px;
    padding-top: 50px; }
  #tech-partner-phone-section-container-2 {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px; } }

@media (max-width: 750px) {
  .photo {
    margin-bottom: 0px;
    margin-bottom: 50px; } }

#tech-partner-blue-section {
  background-color: #4488ee;
  padding-bottom: 30px; }

@media only screen and (max-width: 750px) {
  #tech-partner-phone-section-container {
    background-color: #f8f8f8;
    padding-bottom: 100px; } }

#tech_partner_buttons {
  margin: 30px auto auto auto;
  min-height: 156px; }

.tech_button {
  width: 29%;
  height: auto;
  border: 3px solid #bfd7f9;
  color: #bfd7f9;
  float: left;
  text-align: center;
  margin: 2% 2% 2% 2%;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  word-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/blog/undefined/small_light_blue_arrow_1.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 20px 10px 20px 10px;
  line-height: 75%;
  background-size: 11px 11px;
  background-position: 97% 50%;
  background-color: #4488ee;
  border-radius: 0px;
  fill: #4488ee; }

.tech_button:hover {
  border: 3px solid #bfd7f9;
  text-decoration: none;
  color: #4488ee;
  background-color: #bfd7f9;
  background-image: url(https://s3-us-west-2.amazonaws.com/corpweb-static/img/blog/undefined/small_blue_arrow_1.svg);
  background-repeat: no-repeat;
  fill: #ffffff; }

@media only screen and (max-width: 800px) {
  #tech_partner_buttons {
    margin: 60px auto 50px auto;
    height: 330px; }
  .tech_button {
    margin: 15px auto 15px auto;
    width: 294px;
    clear: both;
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media (max-width: 750px) {
  .feature-set {
    padding-bottom: 0px; } }

@media (max-width: 750px) {
  .phone.hardware-left .panel-copy, .phone.hardware-right .panel-copy {
    display: block;
    width: 60%;
    margin: 0px auto 60px auto;
    vertical-align: top;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto; } }

@media (max-width: 750px) {
  .photo.photo-left .photo-image, .photo.photo-right .photo-image {
    margin-top: 40px;
    margin-bottom: 0px; } }

.features-panel:last-child.photo, .features-panel:last-child.product-photo, .features-panel:last-child.illustration {
  height: 520px; }

@media (max-width: 750px) {
  .features-panel:last-child.photo, .features-panel:last-child.product-photo, .features-panel:last-child.illustration {
    height: auto; } }

@media (max-width: 750px) {
  .banner h1 {
    padding: 0px 0 20px 0;
    background-color: rgba(48, 47, 50, 0);
    text-align: center; } }

@media (max-width: 550px) {
  .banner h1 {
    margin-bottom: 0;
    padding: 35px 0 20px 0;
    background-color: rgba(48, 47, 50, 0); } }

html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh; }
  body.body-padded main {
    padding-top: 50px;
    padding-bottom: 80px; }
  body.body-padded .body-page-title {
    margin-top: 0; }

main {
  -ms-flex-positive: 1;
      flex-grow: 1; }

/*
.api-head{
	width: 500px;
	height: 150px;
	margin: 0 auto;
	padding-top: 40px;
	a{
		margin-left: 30px;
	}
}
.redoc-wrap{
	padding-top: 0px;
}
api-info{
	p{
		display: none;
	}
	display: none !important;
	width: 1px !important;
	position: absolute !important;
}
methods-list{
	left: 0px !important;
}
#resources-nav{
	display: none;
	background-color: white;
	width: 1px !important;
}
.menu-content{
	background-color: white !important;
	width: 1px !important;
	position: absolute !important;
}
[sticky-sidebar][_ngcontent-amk-1]{
	background-color: white;
	z-index: -1;
}
.powered-by-badge{
	display: none !important;
}
.method-samples[_ngcontent-uhx-7] {
	padding: 0px !important;
}
method{
	padding-bottom: 0px;
}
.move-left{
	margin-left: -100px !important;
	width: 100%;
}
*/
.attribution:after {
  content: attr(alt);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 1.6rem; }

.main {
  min-height: 280px;
  padding-top: 50px; }

#site-footer {
  z-index: 1;
  position: relative;
  padding: 50px 0;
  background: #f8f8f8;
  border-top: 1px solid #f0f0f0; }
  #site-footer .col {
    margin-bottom: 35px; }
  #site-footer .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1.0em; }
    #site-footer .title a {
      text-decoration: none; }
      #site-footer .title a:hover {
        text-decoration: none; }
  #site-footer ul li {
    padding-left: 0;
    line-height: 100%;
    letter-spacing: -0.015em;
    font-size: 1.5rem;
    color: #67666D; }

.next {
  background: #302f32;
  padding: 80px 0 0; }
  .next .split-item {
    padding: 0 0 80px;
    color: #fff;
    text-decoration: none; }

#products-overview {
  padding-top: 0; }
  #products-overview .intro {
    padding: 20px 0 35px; }
    #products-overview .intro img {
      margin-bottom: -50px; }
    #products-overview .intro h1 {
      margin-top: 35px;
      text-align: center; }

.screen-frame {
  margin: 0;
  padding: 20px 0 0;
  border: 1px solid #eee;
  border-radius: 4px; }

#security-page h1 {
  margin-top: 0; }

#security-page h2 {
  margin-top: .55em; }

#security-page #security-overview li {
  margin-bottom: 25px; }

#security-page #security-overview img {
  width: 10px;
  margin-right: 5px; }

#security-page .expandable-content {
  margin-bottom: 35px; }

#security-badges img {
  height: 60px; }

#support-page h6 {
  margin-top: 0; }

#support-page h3:first-of-type {
  margin-top: 0; }

#support-page #support-overview li {
  margin-bottom: 25px; }

#support-page #support-overview img {
  width: 10px;
  margin-right: 5px; }

#docs-page h1 {
  margin-bottom: 0; }

#docs-page h4 {
  border-top: 1px solid #eee;
  padding-top: 80px;
  margin-bottom: 50px;
  text-decoration: none; }
  #docs-page h4:first-of-type {
    margin-top: 0;
    border-top: 0;
    padding-top: 20px; }

#docs-page .doc-thumbnail {
  display: block;
  margin-bottom: 80px;
  padding: 0 11px;
  text-decoration: none;
  font-family: "Nitti Grotesk", helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }
  #docs-page .doc-thumbnail:hover .image {
    border-color: #bbb; }
  #docs-page .doc-thumbnail:hover p {
    cursor: pointer;
    color: #302f32; }
  #docs-page .doc-thumbnail:hover .dropdown > span {
    color: #302f32; }
  #docs-page .doc-thumbnail:hover .dropdown ul {
    display: block; }
  #docs-page .doc-thumbnail .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 129%;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    background-color: #f8f8f8;
    border-radius: 2px;
    box-shadow: 0 2px 4px 3px rgba(48, 47, 50, 0.03); }
    #docs-page .doc-thumbnail .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

#partner-terms {
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #c0c0c0; }

#trial-terms {
  height: 800px;
  overflow-y: scroll;
  border: 1px solid #c0c0c0; }

#submitTrialAgreement:disabled {
  cursor: not-allowed; }

#about-page section {
  margin: 120px auto; }
  #about-page section:last-of-type {
    margin-bottom: 50px; }
  #about-page section h2 {
    margin-bottom: 80px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee; }
  #about-page section h4 {
    margin-top: 0; }
  #about-page section h5 {
    line-height: 112.5%; }
  #about-page section .about-avatar {
    margin-bottom: 20px; }
  #about-page section#board .board-member {
    margin-bottom: 50px; }
    #about-page section#board .board-member h4 {
      font-size: 2.6rem;
      letter-spacing: -0.01em; }
    #about-page section#board .board-member h5 {
      font-size: 1.6rem;
      color: #67666D; }

#contact-page main {
  padding-bottom: 0; }

#contact-page h1 {
  margin-top: 0; }

#contact-page section {
  margin-bottom: 120px; }

address {
  font-style: normal; }
  address p {
    margin-top: 0; }

#map {
  width: 100%;
  height: 450px;
  background: url("https://s3-us-west-2.amazonaws.com/corpweb-static/img/blog/undefined/samsara_contact_map_1.jpg");
  background-position: center;
  background-size: cover; }

#contact-email li {
  margin-bottom: 15px;
  padding-left: 0; }

@keyframes blink {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.led-status-legend {
  list-style: none;
  padding-left: 2em; }
  .led-status-legend li {
    position: relative;
    margin-bottom: 1em; }
  .led-status-legend li:before {
    content: "•";
    position: absolute;
    top: -4px;
    left: -20px;
    font-size: 2.5em;
    color: #f3b743; }
  .led-status-legend li:nth-of-type(2):before {
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: blink .5s infinite;
    /* IE 10+, Fx 29+ */ }
  .led-status-legend li:nth-of-type(3):before {
    color: #2ac78a; }

@media only screen and (max-width: 1000px) {
  #about-page h5 {
    font-size: 1.6rem;
    letter-spacing: 0; }
  #about-page section#board .board-member:nth-child(even) {
    margin-left: 8.333%; } }

@media (max-width: 550px) {
  #industrial-page .benefit-set {
    padding-top: 100px; }
  #about-page section#board .board-member {
    margin-bottom: 50px; }
    #about-page section#board .board-member:nth-child(even) {
      margin-left: 0; }
  #about-page section .about-avatar {
    width: 100%;
    max-width: 240px; } }

@media (max-width: 400px) {
  #site-footer .col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
    #site-footer .col:first-of-type {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

@media (min-width: 550px) {
  .breakout, .breakout img {
    max-width: none; }
  #products-overview .intro h1 {
    margin-top: 180px;
    text-align: left; }
  #products-overview .intro img {
    margin-top: -50px; }
  #real-time {
    padding-top: 50px; }
    #real-time h2 {
      margin-top: 180px; } }

/*# sourceMappingURL=main.css.map */
