/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.source-sans-pro {
  font-family: 'Source Sans Pro', sans-serif;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #414042;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container .ie6,
.container ie7,
.container ie8 {
  width: 1170px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1170px) {
  .container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
.super-container {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: content-box;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
.container-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.container-wrapper .container {
  max-width: 100%;
  margin: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.relative {
  position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.black-border {
  border: solid 1px black;
}
.no-border {
  border: none;
}
.ib {
  display: inline-block;
}
.make-me-a-table .table {
  display: table;
  width: 100%;
}
.make-me-a-table .table .row {
  display: table-row;
}
.make-me-a-table .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 800px) {
  .make-me-a-table .table {
    display: block;
  }
  .make-me-a-table .table .row {
    display: block;
  }
  .make-me-a-table .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.side-by-side {
  clear: both;
}
.side-by-side .left,
.side-by-side .right {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.side-by-side .right {
  padding-left: 7px;
}
.side-by-side .left {
  padding-right: 7px;
}
.side-by-side h2,
.side-by-side h3 {
  text-align: center;
}
.side-by-side .third {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.side-by-side .third img {
  width: 100%;
  max-width: 100%;
}
.side-by-side .two-third {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 66%;
}
.side-by-side .two-third img {
  width: 100%;
  max-width: 100%;
}
.inline-children {
  text-align: center;
  font-size: 0;
}
.inline-children > * {
  display: inline-block;
  font-size: 6.63pt;
}
.top-up {
  vertical-align: top;
}
.mid-align {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.full-back {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.half-width {
  width: 50%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.menu-link {
  text-decoration: none;
}
.menu-link:hover {
  text-decoration: underline;
}
.link-inherit a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
.link-inherit a:hover {
  text-decoration: underline;
}
.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.v-h-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overflow-hidden {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1170px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 650px) {
  .too-big-for-phone {
    display: none;
  }
}
.blue-teal {
  color: #429eb0;
}
.blue-solution {
  color: #41b9d0;
}
.blue-accent {
  color: #2e99c3;
}
.green-text {
  color: #94bf6e;
}
.blue-menu-option {
  color: #1b5572;
}
.blue-jewel {
  color: #18637b;
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.tribar {
  display: none;
  width: 30px;
  height: 30px;
  padding: 1px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -12px;
  margin-left: 10px;
}
.tribar .bar {
  background-color: white;
  box-sizing: border-box;
  height: 6%;
  margin: 20.5% auto;
}
.tribar .one {
  width: 80%;
}
.tribar .two {
  width: 80%;
}
.tribar .three {
  width: 80%;
}
header .close {
  display: none;
}
.ei-gutter-grid-15 {
  overflow: hidden;
}
.ei-gutter-grid-15 .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-15px);
  margin-right: calc(-15px);
}
.ei-gutter-grid-15 .row:after {
  content: '';
  display: table;
  clear: both;
}
.ei-gutter-grid-15 .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 8.333333333333332% - 30px);
}
.ei-gutter-grid-15 .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 16.666666666666664% - 30px);
}
.ei-gutter-grid-15 .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 25% - 30px);
}
.ei-gutter-grid-15 .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 33.33333333333333% - 30px);
}
.ei-gutter-grid-15 .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 41.66666666666667% - 30px);
}
.ei-gutter-grid-15 .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 50% - 30px);
}
.ei-gutter-grid-15 .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 58.333333333333336% - 30px);
}
.ei-gutter-grid-15 .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 66.66666666666666% - 30px);
}
.ei-gutter-grid-15 .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 75% - 30px);
}
.ei-gutter-grid-15 .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 83.33333333333334% - 30px);
}
.ei-gutter-grid-15 .row .xs11 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 89.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 91.66666666666666% - 30px);
}
.ei-gutter-grid-15 .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 100% - 30px);
}
@media (min-width: 800px) {
  .ei-gutter-grid-15 .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 8.333333333333332% - 30px);
  }
  .ei-gutter-grid-15 .row .t1p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 10.5%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 12.5% - 30px);
  }
  .ei-gutter-grid-15 .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 16.666666666666664% - 30px);
  }
  .ei-gutter-grid-15 .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 25% - 30px);
  }
  .ei-gutter-grid-15 .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 33.33333333333333% - 30px);
  }
  .ei-gutter-grid-15 .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 41.66666666666667% - 30px);
  }
  .ei-gutter-grid-15 .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 50% - 30px);
  }
  .ei-gutter-grid-15 .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 58.333333333333336% - 30px);
  }
  .ei-gutter-grid-15 .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 66.66666666666666% - 30px);
  }
  .ei-gutter-grid-15 .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 75% - 30px);
  }
  .ei-gutter-grid-15 .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 83.33333333333334% - 30px);
  }
  .ei-gutter-grid-15 .row .t10p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 85.5%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 87.5% - 30px);
  }
  .ei-gutter-grid-15 .row .t11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 91.66666666666666% - 30px);
  }
  .ei-gutter-grid-15 .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 100% - 30px);
  }
}
@media (min-width: 1170px) {
  .ei-gutter-grid-15 .row .c1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 8.333333333333332% - 30px);
  }
  .ei-gutter-grid-15 .row .c2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 16.666666666666664% - 30px);
  }
  .ei-gutter-grid-15 .row .c3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 25% - 30px);
  }
  .ei-gutter-grid-15 .row .c4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 33.33333333333333% - 30px);
  }
  .ei-gutter-grid-15 .row .c5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 41.66666666666667% - 30px);
  }
  .ei-gutter-grid-15 .row .c6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 50% - 30px);
  }
  .ei-gutter-grid-15 .row .c7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 58.333333333333336% - 30px);
  }
  .ei-gutter-grid-15 .row .c8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 66.66666666666666% - 30px);
  }
  .ei-gutter-grid-15 .row .c9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 75% - 30px);
  }
  .ei-gutter-grid-15 .row .c10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 83.33333333333334% - 30px);
  }
  .ei-gutter-grid-15 .row .c11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 91.66666666666666% - 30px);
  }
  .ei-gutter-grid-15 .row .c12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 100% - 30px);
  }
}
.ei-gutterless-grid {
  overflow: hidden;
}
.ei-gutterless-grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-0);
  margin-right: calc(-0);
}
.ei-gutterless-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.ei-gutterless-grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 8.333333333333332% - 0);
}
.ei-gutterless-grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 16.666666666666664% - 0);
}
.ei-gutterless-grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 25% - 0);
}
.ei-gutterless-grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 33.33333333333333% - 0);
}
.ei-gutterless-grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 41.66666666666667% - 0);
}
.ei-gutterless-grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 50% - 0);
}
.ei-gutterless-grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 58.333333333333336% - 0);
}
.ei-gutterless-grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 66.66666666666666% - 0);
}
.ei-gutterless-grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 75% - 0);
}
.ei-gutterless-grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 83.33333333333334% - 0);
}
.ei-gutterless-grid .row .xs11 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 89.66666667%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 91.66666666666666% - 0);
}
.ei-gutterless-grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(0);
  margin-right: calc(0);
  width: calc( 100% - 0);
}
@media (min-width: 800px) {
  .ei-gutterless-grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 8.333333333333332% - 0);
  }
  .ei-gutterless-grid .row .t1p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 10.5%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 12.5% - 0);
  }
  .ei-gutterless-grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 16.666666666666664% - 0);
  }
  .ei-gutterless-grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 25% - 0);
  }
  .ei-gutterless-grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 33.33333333333333% - 0);
  }
  .ei-gutterless-grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 41.66666666666667% - 0);
  }
  .ei-gutterless-grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 50% - 0);
  }
  .ei-gutterless-grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 58.333333333333336% - 0);
  }
  .ei-gutterless-grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 66.66666666666666% - 0);
  }
  .ei-gutterless-grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 75% - 0);
  }
  .ei-gutterless-grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 83.33333333333334% - 0);
  }
  .ei-gutterless-grid .row .t10p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 85.5%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 87.5% - 0);
  }
  .ei-gutterless-grid .row .t11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 91.66666666666666% - 0);
  }
  .ei-gutterless-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 100% - 0);
  }
}
@media (min-width: 1170px) {
  .ei-gutterless-grid .row .c1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 8.333333333333332% - 0);
  }
  .ei-gutterless-grid .row .c2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 16.666666666666664% - 0);
  }
  .ei-gutterless-grid .row .c3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 25% - 0);
  }
  .ei-gutterless-grid .row .c4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 33.33333333333333% - 0);
  }
  .ei-gutterless-grid .row .c5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 41.66666666666667% - 0);
  }
  .ei-gutterless-grid .row .c6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 50% - 0);
  }
  .ei-gutterless-grid .row .c7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 58.333333333333336% - 0);
  }
  .ei-gutterless-grid .row .c8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 66.66666666666666% - 0);
  }
  .ei-gutterless-grid .row .c9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 75% - 0);
  }
  .ei-gutterless-grid .row .c10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 83.33333333333334% - 0);
  }
  .ei-gutterless-grid .row .c11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 91.66666666666666% - 0);
  }
  .ei-gutterless-grid .row .c12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(0);
    margin-right: calc(0);
    width: calc( 100% - 0);
  }
}
.building-picture img {
  width: 82.5px;
}
.building-picture-background {
  background-image: url("/img/building.png");
}
.webp .building-picture-background {
  background-image: url("/img/building.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .building-picture-background {
    background-image: url("/img/building-2x.png");
  }
  .webp .building-picture-background {
    background-image: url("/img/building-2x.webp");
  }
}
.helix-picture img {
  width: 82.5px;
}
.helix-picture-background {
  background-image: url("/img/helix.png");
}
.webp .helix-picture-background {
  background-image: url("/img/helix.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .helix-picture-background {
    background-image: url("/img/helix-2x.png");
  }
  .webp .helix-picture-background {
    background-image: url("/img/helix-2x.webp");
  }
}
.layers-picture img {
  width: 82.5px;
}
.layers-picture-background {
  background-image: url("/img/layers.png");
}
.webp .layers-picture-background {
  background-image: url("/img/layers.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .layers-picture-background {
    background-image: url("/img/layers-2x.png");
  }
  .webp .layers-picture-background {
    background-image: url("/img/layers-2x.webp");
  }
}
.med-plus-picture img {
  width: 82.5px;
}
.med-plus-picture-background {
  background-image: url("/img/med-plus.png");
}
.webp .med-plus-picture-background {
  background-image: url("/img/med-plus.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .med-plus-picture-background {
    background-image: url("/img/med-plus-2x.png");
  }
  .webp .med-plus-picture-background {
    background-image: url("/img/med-plus-2x.webp");
  }
}
.pill-bottle-picture img {
  width: 82.5px;
}
.pill-bottle-picture-background {
  background-image: url("/img/pill-bottle.png");
}
.webp .pill-bottle-picture-background {
  background-image: url("/img/pill-bottle.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .pill-bottle-picture-background {
    background-image: url("/img/pill-bottle-2x.png");
  }
  .webp .pill-bottle-picture-background {
    background-image: url("/img/pill-bottle-2x.webp");
  }
}
.reading-picture img {
  width: 82.5px;
}
.reading-picture-background {
  background-image: url("/img/reading.png");
}
.webp .reading-picture-background {
  background-image: url("/img/reading.webp");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .reading-picture-background {
    background-image: url("/img/reading-2x.png");
  }
  .webp .reading-picture-background {
    background-image: url("/img/reading-2x.webp");
  }
}
.max-950 {
  max-width: 950px;
}
.max-880 {
  max-width: 880px;
}
.max-680 {
  max-width: 680px;
}
.max-550 {
  max-width: 550px;
  margin: auto;
}
.split-background {
  overflow: hidden;
  position: relative;
}
.split-background .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.split-background .background > * {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.split-background .background .left {
  left: 0;
}
.split-background .background .right {
  left: 50%;
}
.split-background .container {
  position: relative;
  z-index: 2;
}
.split-background .container .left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 50px;
}
.split-background.golden .background .left,
.split-background.golden .container .left {
  width: 67%;
}
.split-background.golden .background .right,
.split-background.golden .container .right {
  left: 64%;
  width: 36%;
}
.std-text h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.std-text h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.std-text h1.weak,
.std-text h1 .weak,
.std-text h1 sup,
.std-text h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .std-text h1 {
    font-size: 22.542pt;
  }
}
.std-text h2 {
  color: #3b8d61;
}
.std-text p {
  font-size: 14.586pt;
}
.std-text p.green {
  color: #3b8d61;
}
.std-text p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .std-text h1 {
    font-size: 22.542pt;
  }
}
.check-table {
  display: table;
  width: 100%;
}
.check-table .row {
  display: table-row;
}
.check-table .row > * {
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
}
.check-table .row .txt {
  padding-left: 15px;
}
.check-table .row .txt h2 {
  font-size: 13.923pt;
  text-transform: uppercase;
  margin-bottom: 0;
}
.check-table .row .txt h2 + p {
  margin-top: 0;
}
.back-box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 60px 0;
  text-align: center;
}
.back-box h1 {
  font-size: 41.769pt;
  color: white;
  font-weight: 300;
}
.back-box h1 strong {
  font-weight: 800;
}
.back-box h1.weak,
.back-box h1 .weak {
  font-weight: 100;
}
.back-box p {
  color: white;
}
.back-box .icon-section {
  display: inline-block;
  max-width: 480px;
  padding: 0 20px;
}
.icon-section {
  margin-bottom: 30px;
}
.icon-section .img-container {
  height: 75px;
  text-align: center;
}
.icon-section h2 {
  font-size: 18.564pt;
  color: #3b8d61;
  margin: 0;
}
.icon-section h2.blue {
  color: #2e99c3;
}
.icon-section p {
  font-size: 13.923pt;
  color: white;
  margin: 0;
}
.grey-back {
  padding: 30px 0 60px 0;
  background-color: #f2f5f5;
  text-align: center;
}
.grey-back h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.grey-back h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.grey-back h1.weak,
.grey-back h1 .weak,
.grey-back h1 sup,
.grey-back h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .grey-back h1 {
    font-size: 22.542pt;
  }
}
.grey-back h2 {
  color: #3b8d61;
}
.grey-back p {
  font-size: 14.586pt;
}
.grey-back p.green {
  color: #3b8d61;
}
.grey-back p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .grey-back h1 {
    font-size: 22.542pt;
  }
}
.grey-back .icon-section {
  display: inline-block;
  vertical-align: top;
  width: 480px;
  max-width: 33%;
  padding: 0 20px;
}
.grey-back .icon-section .img-container {
  height: 120px;
}
.grey-back .icon-section p {
  color: #3b8d61;
}
.halves:after {
  content: '';
  display: table;
  clear: both;
}
.halves .half {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.halves .half:first-child {
  padding-right: 130px;
}
.halves .half:last-child {
  padding-left: 110px;
  padding-right: 74px;
}
.proportions:after {
  content: '';
  display: table;
  clear: both;
}
.proportions .part {
  float: left;
  box-sizing: border-box;
}
.proportions .part img {
  width: 100%;
}
.proportions .part:first-child {
  width: 45%;
  padding-right: 20px;
}
.proportions .part:last-child {
  width: 55%;
  padding-left: 20px;
  padding-right: 0px;
}
footer {
  font-size: 9.945pt;
  padding: 40px 0 0 0;
  background-color: #165751;
  color: white;
}
footer h2 {
  font-size: 9.945pt;
  color: #3b8d61;
}
footer .copyright {
  background-color: #104640;
  color: white;
  padding: 10px 0 10px 0;
  line-height: 28px;
}
footer .copyright a {
  display: inline-block;
  padding-left: 10px;
}
footer .container {
  padding-bottom: 30px;
  line-height: 2em;
}
footer .container:after {
  content: '';
  display: table;
  clear: both;
}
footer .container > * {
  float: left;
  border-left: solid 1px #3b8d61;
  padding-left: 15px;
  padding-right: 60px;
}
footer .container > *:first-child {
  border-left: 0;
  padding-right: 150px;
  box-sizing: border-box;
  max-width: 100%;
}
footer .container > *:first-child img {
  max-width: 100%;
}
footer .container a {
  color: white;
  text-decoration: none;
}
footer .container h2 {
  margin-top: 0;
}
footer .container .menu {
  list-style: none;
  padding-top: 0;
  margin-top: 0;
}
footer .container .menu a {
  text-transform: uppercase;
}
@media (max-width: 550px) {
  footer .copyright {
    font-size: 7.956pt;
  }
}
@media (max-width: 1170px) {
  footer .container {
    text-align: center;
  }
  footer .container .logo {
    display: block;
    margin: 0 auto 30px auto;
    padding: 0;
    width: 100%;
  }
  footer .container .menu,
  footer .container .contact {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  footer .container .contact {
    padding-right: 0;
  }
  footer .container .menu {
    border-left: 0;
  }
}
@media (max-width: 550px) {
  footer .container .contact,
  footer .container .menu {
    display: block;
    border-left: 0;
  }
}
.persons {
  margin: 0 -1% 0 -1%;
  font-size: 0;
  text-align: center;
}
.persons .person {
  font-size: 14.586pt;
  width: 23%;
  display: inline-block;
  text-align: left;
}
.person {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 20px 1% 0 1%;
  position: relative;
}
.person:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  padding-top: 100%;
}
.person .bottom {
  font-size: 14.586pt;
  background-color: rgba(24, 99, 123, 0.5);
  color: white;
  padding: 10px 20px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5em;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.person .bottom .info {
  padding-top: 0;
  -webkit-transition: padding-top 0.3s;
  -moz-transition: padding-top 0.3s;
  -o-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}
.person .bottom .name {
  font-weight: 600;
}
.person:hover .bottom {
  height: 100%;
}
.person:hover .bottom .info {
  padding-top: 20px;
}
.pic-section {
  padding: 60px 20px;
}
.pic-section img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1042px;
}
.trig-box {
  background-position: center;
  background-size: 100%;
}
.trig-box:after {
  content: '';
  display: table;
  clear: both;
}
.trig-box .part {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
}
.trig-box .part:before {
  content: '\00a0';
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  padding-top: 33.1782946%;
  padding-bottom: 33.1782946%;
  width: 0;
}
.trig-box .part .inner {
  font-size: 7.956pt;
  display: inline-block;
  width: 99%;
  color: white;
  padding: 20px 40px;
  box-sizing: border-box;
  vertical-align: middle;
}
.trig-box .part .inner h2 {
  font-size: 26.52pt;
  color: white;
}
.trig-box .part .inner p {
  font-size: 11.934pt;
}
.tm {
  font-size: 40%;
  position: relative;
  top: -1.3em;
  text-transform: uppercase;
  font-weight: inherit;
}
.parallax-background .back {
  position: absolute;
  top: -50%;
  height: 200%;
  left: 0;
  right: 0;
  background-position: center center;
  z-index: -1;
  background-size: cover;
}
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax .back {
  position: absolute;
  top: -50%;
  height: 200%;
  left: 0;
  right: 0;
  background-position: center center;
  z-index: -1;
  background-size: cover;
}
.sides-list {
  text-align: center;
}
.sides-list > * {
  display: inline-block;
  max-width: 400px;
  vertical-align: top;
  margin: 30px;
}
.sides-list ul {
  padding: 0;
  margin: 20px 0 0 0;
}
.sides-list ul li {
  text-align: left;
}
.green-button {
  display: inline-block;
  background-color: #94bf6e;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
}
.hollow-button {
  display: inline-block;
  background-color: #94bf6e;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  background-color: transparent;
  border: solid 3px #94bf6e;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
}
.vid-holder {
  position: relative;
  max-width: 100%;
}
.vid-holder:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
}
.vid-holder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vid-preview-cell {
  margin-bottom: 65px;
  cursor: pointer;
}
.vid-preview-cell .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
.vid-preview-cell .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
}
.vid-preview-cell .pic .hover-pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s;
}
.vid-preview-cell .pic .play-icon {
  position: absolute;
  width: 20%;
  top: 40%;
  left: 40%;
  opacity: .4;
  z-index: 4;
}
.vid-preview-cell .title {
  font-size: 13.26pt;
  margin-top: 7px;
  font-weight: 600;
  color: #18637b;
  height: 4em;
}
.vid-preview-cell .desc {
  min-height: 160px;
}
.vid-preview-cell .watch-button {
  margin-top: 10px;
}
.vid-preview-cell .watch-button a {
  background-color: #2e99c3;
  color: white;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.vid-preview-cell:hover .pic .hover-pic {
  opacity: 1;
}
.dialog-frame.video-resource-dialog-frame.open .mask {
  background-color: rgba(0, 0, 0, 0.7);
}
.dialog-frame.video-resource-dialog-frame .dialog-holder .the-dialog {
  background-color: transparent;
}
.dialog-frame.video-resource-dialog-frame .dialog-holder .the-dialog .head {
  visibility: hidden;
}
.dialog-frame.video-resource-dialog-frame .dialog-holder .the-dialog .close {
  font-size: 19.89pt;
}
.smaller-sup sup {
  font-size: 20px;
  vertical-align: super;
}
body.menu-open {
  overflow: hidden;
}
header {
  display: table;
  padding: 20px 50px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  z-index: 20;
}
header img {
  max-width: 100%;
  max-height: 61px;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s;
}
header .row {
  display: table-row;
}
header .row .right,
header .row .left {
  display: table-cell;
  vertical-align: top;
}
header .row .right {
  text-align: right;
}
header .social {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s;
  max-height: 29px;
}
header .social a {
  padding: 5px;
  vertical-align: middle;
  color: white;
  text-decoration: none;
}
header .social a:last-of-type {
  padding-right: 0;
}
header .menu .mobile-only {
  display: none;
}
@media (max-width: 800px) {
  header {
    padding-bottom: 5px;
  }
  header .mobile-only {
    display: block;
  }
  header .desktop-only {
    display: none;
  }
  header .right .menu {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: black;
  }
  header .right .menu li {
    display: block;
    text-align: center;
    height: auto;
    min-height: 2em;
  }
  header .right .menu li a {
    padding: 5px 20px;
    font-size: 10.608pt;
  }
  header .right .menu li:first-child a {
    padding-left: 20px;
  }
  header .right .menu li.product {
    padding: 30px 0;
  }
  header .right .menu li.product a:before {
    right: 10px;
  }
  header .right .menu li ul {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
  }
  header .right .menu li ul li a {
    background-color: transparent;
  }
  header .right .menu li ul li a:before {
    display: none;
  }
  header .right .menu li ul li a:hover {
    background-color: transparent;
  }
  header .tribar {
    display: inline-block;
  }
  .menu-open header .menu:before {
    content: '\00a0';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .menu-open header .close {
    position: fixed;
    display: block;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 29.172pt;
    cursor: pointer;
    z-index: 20;
  }
  .menu-open header .right .menu {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    padding-top: 25%;
    height: auto;
    bottom: 0;
    opacity: 1;
    overflow: auto;
    padding: 40px;
  }
}
header.pin-top {
  background-color: #104640;
  box-shadow: 0 0 20px black;
}
header.pin-top .ie6 .left img,
header.pin-top ie7 .left img,
header.pin-top ie8 .left img {
  max-height: 40px;
}
header.pin-top .ie6 .social,
header.pin-top ie7 .social,
header.pin-top ie8 .social {
  max-height: 0;
  margin-bottom: 10px;
}
header.pin-top .ie6 .menu li ul,
header.pin-top ie7 .menu li ul,
header.pin-top ie8 .menu li ul {
  padding-right: 25px;
  padding-bottom: 10px;
}
@media (min-width: 800px) {
  header.pin-top .left img {
    max-height: 40px;
  }
  header.pin-top .social {
    max-height: 0;
    margin-bottom: 10px;
  }
  header.pin-top .menu li ul {
    padding-right: 25px;
    padding-bottom: 10px;
  }
}
@media (max-width: 800px) {
  header {
    display: block;
  }
  header .row,
  header .row .right,
  header .row .left > * {
    display: inline;
    text-align: center;
  }
  header .social {
    float: right;
    padding-top: 10px;
  }
  header .right .menu {
    padding-top: 30px;
    clear: both;
  }
  header .row .left {
    display: inline;
  }
  header .row .left img {
    max-width: 50%;
  }
  header ul li ul li {
    text-align: center;
  }
}
@media (max-width: 550px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }
  header .row .left {
    padding-left: 10px;
  }
  header .row .social {
    padding-right: 10px;
  }
  header .row .social img {
    height: 20px;
  }
  header .right .menu {
    padding-top: 10px;
  }
  header .menu li a {
    font-size: 7.956pt;
  }
}
header .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
header .menu li {
  display: inline-block;
}
header .menu li ul {
  display: none;
  padding: 0;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 50px;
  margin-left: -15px;
}
header .menu li ul li {
  display: block;
  padding: 0;
  margin: 0;
}
header .menu li ul li a {
  display: inline-block;
  text-align: center;
  color: white;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 180px;
}
header .menu li ul li:last-child a {
  background-color: #1b5572;
}
header .menu li ul li:last-child a:hover {
  background-color: #41b9d0;
}
header .menu li ul li:first-child {
  padding-top: 20px;
  padding-top: 0 !important;
}
header .menu li ul li:first-child a {
  position: relative;
  background-color: #0a905b;
}
header .menu li ul li:first-child a:before {
  content: '\00a0';
  font-size: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  border-top: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #0a905b;
}
header .menu li ul li:first-child a:hover {
  background-color: #38c68e;
}
header .menu li ul li:first-child a:hover:before {
  border-bottom: solid 10px #38c68e;
}
header .menu li.resources ul li:first-child {
  padding-top: 20px;
}
header .menu li.resources ul li a {
  position: relative;
  background-color: #1b5572;
}
header .menu li.resources ul li a:hover {
  background-color: #41b9d0;
}
header .menu li.resources ul li a:before {
  border-bottom: solid 10px #1b5572;
}
header .menu li.resources ul li a:hover {
  background-color: #50a9d6;
}
header .menu li.resources ul li a:hover:before {
  border-bottom: solid 10px #50a9d6;
}
header .menu li.resources ul li:nth-child(even) a {
  background-color: #0a905b;
}
header .menu li.resources ul li:nth-child(even) a:before {
  border-bottom: solid 10px #0a905b;
}
header .menu li.resources ul li:nth-child(even) a:hover {
  background-color: #41f2ac;
}
header .menu li.resources ul li:nth-child(even) a:hover:before {
  border-bottom: solid 10px #41f2ac;
}
header .menu li:hover ul {
  display: block;
}
header .menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding-left: 20px;
  font-weight: 600;
}
header .menu > li.current > a {
  color: #94bf6e !important;
}
header .menu > li.current > a:before {
  background-color: transparent !important;
}
header .menu li.product > a {
  position: relative;
  z-index: 0;
  color: white !important;
}
header .menu li.product.current > a {
  color: #94bf6e !important;
}
header .menu li.product.current > a:before {
  background-color: transparent !important;
}
header .menu li.resources ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .menu li.resources li {
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 800px) {
  header .menu li.resources {
    margin-top: 30px;
  }
  header .menu li.resources ul {
    padding-top: 5px;
  }
}
.jumbo {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 1px 0;
  padding: 80px 0 1px 0;
}
.jumbo h1 {
  font-size: 41.769pt;
  font-weight: 700;
  line-height: 1.2em;
}
.jumbo h2 {
  font-size: 22.542pt;
  font-weight: 400;
}
.jumbo p {
  margin-top: 50px;
  font-size: 11.934pt;
}
.page-index .jumbo {
  background-image: url('/img/jumbo-background.jpg');
  padding: 80px 0 1px 0;
}
.page-index .jumbo .msg-section .container {
  display: grid;
  column-gap: 60px;
  row-gap: 20px;
}
.page-index .jumbo .msg-section .container img {
  max-width: 100%;
}
.page-index .jumbo .msg-section .container h1 {
  margin-bottom: 0;
}
.page-index .jumbo .msg-section .container .ie6,
.page-index .jumbo .msg-section .container ie7,
.page-index .jumbo .msg-section .container ie8 {
  grid-template-columns: 4fr 4fr;
}
.page-index .jumbo .msg-section .container .ie6 .img,
.page-index .jumbo .msg-section .container ie7 .img,
.page-index .jumbo .msg-section .container ie8 .img {
  align-self: center;
}
.page-index .jumbo .msg-section .container .ie6 .img img,
.page-index .jumbo .msg-section .container ie7 .img img,
.page-index .jumbo .msg-section .container ie8 .img img {
  transform: scale(1.2);
}
.page-index .jumbo .msg-section .container .ie6 .full,
.page-index .jumbo .msg-section .container ie7 .full,
.page-index .jumbo .msg-section .container ie8 .full {
  grid-column: span 2;
}
@media (min-width: 800px) {
  .page-index .jumbo .msg-section .container {
    grid-template-columns: 4fr 4fr;
  }
  .page-index .jumbo .msg-section .container .img {
    align-self: center;
  }
  .page-index .jumbo .msg-section .container .img img {
    transform: scale(1.2);
  }
  .page-index .jumbo .msg-section .container .full {
    grid-column: span 2;
  }
}
.page-index .jumbo .mission {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.page-index .jumbo .mission h2,
.page-index .jumbo .mission h3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.page-index .jumbo .mission h2 {
  font-size: 19.89pt;
  color: #94bf6e;
  font-weight: 800;
  text-transform: uppercase;
}
.page-index .jumbo .mission h3 {
  font-size: 13.26pt;
  color: white;
  font-weight: 400;
}
.page-index .msg-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.page-index .msg-section h1 {
  font-weight: 800;
}
@media (max-width: 650px) {
  .page-index .msg-section h1 {
    font-size: 22.542pt;
  }
  .page-index .msg-section h2 {
    font-size: 13.26pt;
  }
}
.page-index .welcome {
  padding: 20px 0 60px 0;
}
.page-index .welcome h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-index .welcome h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-index .welcome h1.weak,
.page-index .welcome h1 .weak,
.page-index .welcome h1 sup,
.page-index .welcome h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-index .welcome h1 {
    font-size: 22.542pt;
  }
}
.page-index .welcome h2 {
  color: #3b8d61;
}
.page-index .welcome p {
  font-size: 14.586pt;
}
.page-index .welcome p.green {
  color: #3b8d61;
}
.page-index .welcome p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-index .welcome h1 {
    font-size: 22.542pt;
  }
}
.page-index .welcome .background .right {
  left: 60%;
  width: 40%;
}
@media (max-width: 1170px) {
  .page-index .welcome .background .right {
    display: none;
  }
  .page-index .welcome .max-680 {
    width: auto;
    max-width: none;
  }
}
.page-index .appliances-section {
  margin-bottom: 40px;
}
.page-index .appliances-section h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-index .appliances-section h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-index .appliances-section h1.weak,
.page-index .appliances-section h1 .weak,
.page-index .appliances-section h1 sup,
.page-index .appliances-section h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-index .appliances-section h1 {
    font-size: 22.542pt;
  }
}
.page-index .appliances-section h2 {
  color: #3b8d61;
}
.page-index .appliances-section p {
  font-size: 14.586pt;
}
.page-index .appliances-section p.green {
  color: #3b8d61;
}
.page-index .appliances-section p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-index .appliances-section h1 {
    font-size: 22.542pt;
  }
}
.page-index .appliances-section h1 {
  text-align: center;
}
@media (max-width: 650px) {
  .page-index .solutions h1 {
    font-size: 22.542pt;
  }
  .page-index .solutions h2 {
    font-size: 13.26pt;
  }
}
.page-index .products {
  background-image: url('/img/products-background.jpg');
}
.page-index .products .half h1,
.page-index .products .half p {
  text-align: left;
}
.page-index .products .half h1 {
  margin-bottom: 0;
}
@media (max-width: 1170px) {
  .page-index .products {
    background-image: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-index .products .super-container {
    padding: 0;
  }
  .page-index .products .halves .half {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 60px 0;
    text-align: center;
    display: block;
    width: auto;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-index .products .halves .half h1 {
    font-size: 41.769pt;
    color: white;
    font-weight: 300;
  }
  .page-index .products .halves .half h1 strong {
    font-weight: 800;
  }
  .page-index .products .halves .half h1.weak,
  .page-index .products .halves .half h1 .weak {
    font-weight: 100;
  }
  .page-index .products .halves .half p {
    color: white;
  }
  .page-index .products .halves .half .icon-section {
    display: inline-block;
    max-width: 480px;
    padding: 0 20px;
  }
  .page-index .products .halves .half:first-child {
    background-image: url('/img/products-1-background.jpg');
  }
  .page-index .products .halves .half:last-child {
    background-image: url('/img/products-2-background.jpg');
  }
  .page-index .products .halves .half p {
    max-width: 800px;
  }
}
@media (max-width: 1170px) and (max-width: 650px) {
  .page-index .products .halves .half h1 {
    font-size: 23.205pt;
  }
}
.page-index .demonstration {
  padding: 50px 0;
  background-image: url('/img/solutions-background.jpg');
}
.page-index .demonstration .table {
  display: table;
  width: 100%;
}
.page-index .demonstration .table .row {
  display: table-row;
}
.page-index .demonstration .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 800px) {
  .page-index .demonstration .table {
    display: block;
  }
  .page-index .demonstration .table .row {
    display: block;
  }
  .page-index .demonstration .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.page-index .demonstration .text,
.page-index .demonstration .button {
  vertical-align: middle !important;
}
.page-index .demonstration .text h1,
.page-index .demonstration .text p {
  max-width: 600px;
  text-align: left;
}
.page-index .demonstration .text h1 {
  font-size: 26.52pt;
  color: white;
}
.page-index .demonstration .button {
  text-align: right;
}
@media (max-width: 800px) {
  .page-index .demonstration .button {
    text-align: left;
  }
  .page-index .demonstration h1 {
    font-size: 30px !important;
  }
}
.page-index .news-items {
  font-size: 0;
  text-align: center;
}
.page-index .news-items .news-headline {
  background-color: #44a872;
  padding: 1px 0;
  text-align: center;
}
.page-index .news-items .news-headline h1 {
  font-size: 26.52pt;
  display: inline-block;
  color: white;
  font-weight: 300;
  vertical-align: middle;
  text-transform: uppercase;
}
.page-index .news-items .news-headline a {
  font-size: 13.26pt;
  color: white;
  font-weight: 300;
  vertical-align: middle;
  padding-left: 20px;
  text-decoration: none;
}
.page-index .news-items .news-headline a img {
  vertical-align: middle;
  padding-left: 10px;
}
.page-index .news-items .news-boxes {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.page-index .news-items .news-box {
  text-align: left;
  vertical-align: top;
}
.page-index .news-items .news-box .picture {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-index .news-items .news-box .picture:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  padding-top: 25%;
  padding-bottom: 25%;
}
.page-index .news-items .news-box .bottom {
  padding: 20px;
}
.page-index .news-items .news-box h2 {
  font-size: 12.597pt;
  color: #1b5572;
  font-weight: 600;
}
.page-index .news-items .news-box p {
  font-size: 12.597pt;
  color: #1b5572;
}
.page-index .news-items .news-box a {
  color: #94bf6e;
  text-decoration: none;
}
@media (max-width: 950px) {
  .page-index .news-items .news-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .page-index .news-items .news-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-index .learn-more .container {
  display: grid;
}
.page-index .learn-more .container .right {
  text-align: center;
  align-self: center;
}
.page-index .learn-more .container .right .green-button {
  font-size: 20px;
}
.page-index .learn-more .container .left {
  text-align: left;
}
.page-index .learn-more .container .left h1 {
  color: white;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 45px;
}
.page-index .learn-more .container .left h2 {
  color: #44a872;
  font-weight: 400;
  font-size: 20px;
}
.page-index .learn-more .container .ie6,
.page-index .learn-more .container ie7,
.page-index .learn-more .container ie8 {
  grid-template-columns: auto auto;
}
@media (min-width: 800px) {
  .page-index .learn-more .container {
    grid-template-columns: auto auto;
  }
}
.page-about .jumbo {
  background-image: url('/img/about-header.jpg');
}
.page-about .who-we-are .container h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-about .who-we-are .container h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-about .who-we-are .container h1.weak,
.page-about .who-we-are .container h1 .weak,
.page-about .who-we-are .container h1 sup,
.page-about .who-we-are .container h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-about .who-we-are .container h1 {
    font-size: 22.542pt;
  }
}
.page-about .who-we-are .container h2 {
  color: #3b8d61;
}
.page-about .who-we-are .container p {
  font-size: 14.586pt;
}
.page-about .who-we-are .container p.green {
  color: #3b8d61;
}
.page-about .who-we-are .container p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-about .who-we-are .container h1 {
    font-size: 22.542pt;
  }
}
@media (max-width: 800px) {
  .page-about .who-we-are .background .right,
  .page-about .who-we-are .container .right {
    display: none;
  }
  .page-about .who-we-are .background .left,
  .page-about .who-we-are .container .left {
    width: auto;
  }
}
.page-about .team h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-about .team h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-about .team h1.weak,
.page-about .team h1 .weak,
.page-about .team h1 sup,
.page-about .team h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-about .team h1 {
    font-size: 22.542pt;
  }
}
.page-about .team h2 {
  color: #3b8d61;
}
.page-about .team p {
  font-size: 14.586pt;
}
.page-about .team p.green {
  color: #3b8d61;
}
.page-about .team p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-about .team h1 {
    font-size: 22.542pt;
  }
}
.page-about .team h1 {
  text-align: center;
}
@media (max-width: 950px) {
  .page-about .team .person {
    display: block;
    margin: 10px auto;
    width: auto;
    max-width: 400px;
  }
}
.page-about .note-from-ceo {
  text-align: left;
}
.page-about .note-from-ceo h1,
.page-about .note-from-ceo h2 {
  color: #124057;
}
.page-about .note-from-ceo h1 {
  font-size: 18.564pt;
  font-weight: 600;
  margin-bottom: 0;
}
.page-about .note-from-ceo h2 {
  font-size: 15.912pt;
  margin-top: 0;
  font-weight: 400;
}
.page-about .note-from-ceo .bio {
  display: none;
}
.page-about .timeline h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-about .timeline h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-about .timeline h1.weak,
.page-about .timeline h1 .weak,
.page-about .timeline h1 sup,
.page-about .timeline h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-about .timeline h1 {
    font-size: 22.542pt;
  }
}
.page-about .timeline h2 {
  color: #3b8d61;
}
.page-about .timeline p {
  font-size: 14.586pt;
}
.page-about .timeline p.green {
  color: #3b8d61;
}
.page-about .timeline p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-about .timeline h1 {
    font-size: 22.542pt;
  }
}
.page-about .timeline h1 {
  text-align: center;
  margin: 60px 0 40px 0;
}
.page-about .timeline .history {
  text-align: center;
  font-size: 0;
  position: relative;
}
.page-about .timeline .history .history-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 20%;
  text-align: left;
  vertical-align: top;
  margin-left: -8px;
}
.page-about .timeline .history .history-cell .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26px;
  border-top: 13px;
  background-color: #94bf6e;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.page-about .timeline .history .history-cell .top-bar .dot {
  position: absolute;
  top: 3px;
  left: 24px;
  background-color: white;
  border-radius: 50%;
  height: 21px;
  width: 21px;
}
.page-about .timeline .history .history-cell .bottom {
  padding: 50px 0 120px 0;
}
.page-about .timeline .history .history-cell .bottom:after {
  content: '';
  display: table;
  clear: both;
}
.page-about .timeline .history .history-cell .bottom .happening {
  padding-bottom: 50px;
  position: relative;
  margin: 0 15px 0 60px;
}
.page-about .timeline .history .history-cell .bottom .vert-line {
  position: absolute;
  top: -20px;
  left: -28px;
  bottom: -70px;
  width: 1px;
  border-right: dashed 2px #94bf6e;
}
.page-about .timeline .history .history-cell .bottom .icon {
  position: absolute;
  left: -80px;
  bottom: -70px;
}
.page-about .timeline .history .history-cell h2 {
  font-size: 20.553pt;
  color: #3b8d61;
  font-weight: 600;
  margin: 0;
}
.page-about .timeline .history .history-cell h3 {
  font-size: 20.553pt;
  color: #3b8d61;
  font-weight: 400;
  margin: 0;
}
.page-about .timeline .history .history-cell:last-of-type .top-bar {
  background-color: #3b8d61;
}
.page-about .timeline .history .history-cell:last-of-type .top-bar .dot {
  background-color: #94bf6e;
}
.page-about .timeline .history .side {
  position: absolute;
  top: 0;
  height: 26px;
  background-color: #94bf6e;
  width: 12%;
  z-index: -1;
}
.page-about .timeline .history .one {
  left: 0;
}
.page-about .timeline .history .two {
  background-color: #3b8d61;
  right: 0;
}
@media (max-width: 1170px) {
  .page-about .timeline .history .side {
    display: none;
  }
  .page-about .timeline .history .history-cell {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 40px auto;
    padding-left: 30px;
  }
}
.page-about .partners {
  text-align: center;
  padding-bottom: 60px;
}
.page-about .partners h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-about .partners h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-about .partners h1.weak,
.page-about .partners h1 .weak,
.page-about .partners h1 sup,
.page-about .partners h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-about .partners h1 {
    font-size: 22.542pt;
  }
}
.page-about .partners h2 {
  color: #3b8d61;
}
.page-about .partners p {
  font-size: 14.586pt;
}
.page-about .partners p.green {
  color: #3b8d61;
}
.page-about .partners p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-about .partners h1 {
    font-size: 22.542pt;
  }
}
.page-about .partners h1 {
  margin: 60px 0 20px 0;
}
.page-about .partners img {
  max-width: 100%;
  width: 200px;
  padding: 20px;
  vertical-align: middle;
}
.page-compstor .jumbo {
  background-image: url('/img/compstor-jumbo.jpg');
}
.page-compstor .jumbo h1,
.page-compstor .jumbo h2 {
  text-align: center;
}
.page-compstor .jumbo .msg-section {
  padding: 50px 0 100px 0;
}
@media (max-width: 800px) {
  .page-compstor .jumbo h1 {
    font-size: 27.183pt;
  }
  .page-compstor .jumbo h2 {
    font-size: 19.227pt;
  }
}
.page-compstor .welcome-compstor {
  margin: 50px 0;
}
.page-compstor .welcome-compstor h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-compstor .welcome-compstor h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-compstor .welcome-compstor h1.weak,
.page-compstor .welcome-compstor h1 .weak,
.page-compstor .welcome-compstor h1 sup,
.page-compstor .welcome-compstor h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-compstor .welcome-compstor h1 {
    font-size: 22.542pt;
  }
}
.page-compstor .welcome-compstor h2 {
  color: #3b8d61;
}
.page-compstor .welcome-compstor p {
  font-size: 14.586pt;
}
.page-compstor .welcome-compstor p.green {
  color: #3b8d61;
}
.page-compstor .welcome-compstor p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-compstor .welcome-compstor h1 {
    font-size: 22.542pt;
  }
}
.page-compstor .welcome-compstor h1 {
  margin-top: 0;
}
.page-compstor .welcome-compstor .tm {
  font-weight: 600 !important;
}
@media (max-width: 800px) {
  .page-compstor .welcome-compstor .part {
    width: auto;
    float: none;
  }
  .page-compstor .welcome-compstor .part:last-child {
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .page-compstor .solutions .icon-section {
    display: block;
    width: auto;
    max-width: 600px;
    margin: 40px auto;
  }
}
.page-compstor .novos {
  padding-bottom: 30px;
}
.page-compstor .novos h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-compstor .novos h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-compstor .novos h1.weak,
.page-compstor .novos h1 .weak,
.page-compstor .novos h1 sup,
.page-compstor .novos h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-compstor .novos h1 {
    font-size: 22.542pt;
  }
}
.page-compstor .novos h2 {
  color: #3b8d61;
}
.page-compstor .novos p {
  font-size: 14.586pt;
}
.page-compstor .novos p.green {
  color: #3b8d61;
}
.page-compstor .novos p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-compstor .novos h1 {
    font-size: 22.542pt;
  }
}
.page-compstor .novos h1 {
  text-align: center;
  margin-bottom: 50px;
}
.page-compstor .novos h2 {
  font-size: 16.575pt;
}
.page-compstor .novos .part:last-child {
  text-align: right;
}
.page-compstor .novos .part:last-child h2 {
  text-align: center;
}
.page-compstor .novos p + h2 {
  margin-top: 30px;
}
.page-compstor .novos .autosize {
  max-width: 100%;
  width: auto;
}
@media (max-width: 800px) {
  .page-compstor .novos .part {
    width: auto;
    float: none;
  }
  .page-compstor .novos .part:first-child {
    padding-right: 0;
  }
  .page-compstor .novos .part:last-child {
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding-left: 0;
  }
}
.page-compstor .analytics h1 {
  font-size: 41.769pt;
}
.page-compstor .analytics h1 strong {
  color: #94bf6e;
}
.page-compstor .analytics h2 {
  color: #94bf6e;
  padding-top: 30px;
  text-align: left;
}
.page-compstor .analytics h2 img {
  float: left;
  margin-top: -20px;
  width: 110px;
  padding-right: 20px;
}
.page-compstor .analytics ul {
  clear: both;
  text-align: left;
  list-style: none;
  padding: 20px 0 0 30px;
  margin: 0;
}
.page-compstor .analytics ul li {
  font-size: 11.934pt;
  color: white;
  padding: 10px 0;
}
.page-compstor .analytics ul li .green {
  color: #429eb0;
}
.page-compstor .analytics .half:first-child {
  padding-right: 0;
}
.page-compstor .analytics .half:last-child {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 800px) {
  .page-compstor .analytics h1 {
    font-size: 27.183pt;
  }
  .page-compstor .analytics .half {
    width: auto;
    float: none;
    max-width: 600px;
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 550px) {
  .page-compstor .analytics h2 {
    text-align: center;
  }
  .page-compstor .analytics h2 img {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.page-compstor .big-data {
  padding-bottom: 30px;
}
.page-compstor .big-data h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-compstor .big-data h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-compstor .big-data h1.weak,
.page-compstor .big-data h1 .weak,
.page-compstor .big-data h1 sup,
.page-compstor .big-data h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-compstor .big-data h1 {
    font-size: 22.542pt;
  }
}
.page-compstor .big-data h2 {
  color: #3b8d61;
}
.page-compstor .big-data p {
  font-size: 14.586pt;
}
.page-compstor .big-data p.green {
  color: #3b8d61;
}
.page-compstor .big-data p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-compstor .big-data h1 {
    font-size: 22.542pt;
  }
}
.page-compstor .big-data .table {
  display: table;
  width: 100%;
}
.page-compstor .big-data .table .row {
  display: table-row;
}
.page-compstor .big-data .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 800px) {
  .page-compstor .big-data .table {
    display: block;
  }
  .page-compstor .big-data .table .row {
    display: block;
  }
  .page-compstor .big-data .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.page-compstor .big-data h1,
.page-compstor .big-data h2 {
  text-align: center;
}
.page-compstor .big-data .row > * {
  vertical-align: top;
}
.page-compstor .big-data img {
  max-width: 100%;
}
@media (max-width: 800px) {
  .page-compstor .big-data .graph,
  .page-compstor .big-data .diagram {
    margin-top: 60px;
  }
}
.page-technology .jumbo {
  background-image: url('/img/about-header.jpg');
}
.page-technology .who-we-are .container h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-technology .who-we-are .container h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-technology .who-we-are .container h1.weak,
.page-technology .who-we-are .container h1 .weak,
.page-technology .who-we-are .container h1 sup,
.page-technology .who-we-are .container h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-technology .who-we-are .container h1 {
    font-size: 22.542pt;
  }
}
.page-technology .who-we-are .container h2 {
  color: #3b8d61;
}
.page-technology .who-we-are .container p {
  font-size: 14.586pt;
}
.page-technology .who-we-are .container p.green {
  color: #3b8d61;
}
.page-technology .who-we-are .container p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-technology .who-we-are .container h1 {
    font-size: 22.542pt;
  }
}
@media (max-width: 800px) {
  .page-technology .who-we-are .background .right,
  .page-technology .who-we-are .container .right {
    display: none;
  }
  .page-technology .who-we-are .background .left,
  .page-technology .who-we-are .container .left {
    width: auto;
  }
}
.page-technology .team h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-technology .team h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-technology .team h1.weak,
.page-technology .team h1 .weak,
.page-technology .team h1 sup,
.page-technology .team h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-technology .team h1 {
    font-size: 22.542pt;
  }
}
.page-technology .team h2 {
  color: #3b8d61;
}
.page-technology .team p {
  font-size: 14.586pt;
}
.page-technology .team p.green {
  color: #3b8d61;
}
.page-technology .team p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-technology .team h1 {
    font-size: 22.542pt;
  }
}
.page-technology .team h1 {
  text-align: center;
}
@media (max-width: 950px) {
  .page-technology .team .person {
    display: block;
    margin: 10px auto;
    width: auto;
    max-width: 400px;
  }
}
.page-technology .note-from-ceo {
  text-align: left;
}
.page-technology .note-from-ceo h1,
.page-technology .note-from-ceo h2 {
  color: #124057;
}
.page-technology .note-from-ceo h1 {
  font-size: 18.564pt;
  font-weight: 600;
  margin-bottom: 0;
}
.page-technology .note-from-ceo h2 {
  font-size: 15.912pt;
  margin-top: 0;
  font-weight: 400;
}
.page-technology .note-from-ceo .bio {
  display: none;
}
.page-technology .timeline h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-technology .timeline h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-technology .timeline h1.weak,
.page-technology .timeline h1 .weak,
.page-technology .timeline h1 sup,
.page-technology .timeline h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-technology .timeline h1 {
    font-size: 22.542pt;
  }
}
.page-technology .timeline h2 {
  color: #3b8d61;
}
.page-technology .timeline p {
  font-size: 14.586pt;
}
.page-technology .timeline p.green {
  color: #3b8d61;
}
.page-technology .timeline p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-technology .timeline h1 {
    font-size: 22.542pt;
  }
}
.page-technology .timeline h1 {
  text-align: center;
  margin: 60px 0 40px 0;
}
.page-technology .timeline .history {
  text-align: center;
  font-size: 0;
  position: relative;
}
.page-technology .timeline .history .history-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 20%;
  text-align: left;
  vertical-align: top;
  margin-left: -8px;
}
.page-technology .timeline .history .history-cell .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26px;
  border-top: 13px;
  background-color: #94bf6e;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.page-technology .timeline .history .history-cell .top-bar .dot {
  position: absolute;
  top: 3px;
  left: 24px;
  background-color: white;
  border-radius: 50%;
  height: 21px;
  width: 21px;
}
.page-technology .timeline .history .history-cell .bottom {
  padding: 50px 0 120px 0;
}
.page-technology .timeline .history .history-cell .bottom:after {
  content: '';
  display: table;
  clear: both;
}
.page-technology .timeline .history .history-cell .bottom .happening {
  padding-bottom: 50px;
  position: relative;
  margin: 0 15px 0 60px;
}
.page-technology .timeline .history .history-cell .bottom .vert-line {
  position: absolute;
  top: -20px;
  left: -28px;
  bottom: -70px;
  width: 1px;
  border-right: dashed 2px #94bf6e;
}
.page-technology .timeline .history .history-cell .bottom .icon {
  position: absolute;
  left: -80px;
  bottom: -70px;
}
.page-technology .timeline .history .history-cell h2 {
  font-size: 20.553pt;
  color: #3b8d61;
  font-weight: 600;
  margin: 0;
}
.page-technology .timeline .history .history-cell h3 {
  font-size: 20.553pt;
  color: #3b8d61;
  font-weight: 400;
  margin: 0;
}
.page-technology .timeline .history .history-cell:last-of-type .top-bar {
  background-color: #3b8d61;
}
.page-technology .timeline .history .history-cell:last-of-type .top-bar .dot {
  background-color: #94bf6e;
}
.page-technology .timeline .history .side {
  position: absolute;
  top: 0;
  height: 26px;
  background-color: #94bf6e;
  width: 12%;
  z-index: -1;
}
.page-technology .timeline .history .one {
  left: 0;
}
.page-technology .timeline .history .two {
  background-color: #3b8d61;
  right: 0;
}
@media (max-width: 1170px) {
  .page-technology .timeline .history .side {
    display: none;
  }
  .page-technology .timeline .history .history-cell {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 40px auto;
    padding-left: 30px;
  }
}
.page-technology .partners {
  text-align: center;
  padding-bottom: 60px;
}
.page-technology .partners h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-technology .partners h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-technology .partners h1.weak,
.page-technology .partners h1 .weak,
.page-technology .partners h1 sup,
.page-technology .partners h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-technology .partners h1 {
    font-size: 22.542pt;
  }
}
.page-technology .partners h2 {
  color: #3b8d61;
}
.page-technology .partners p {
  font-size: 14.586pt;
}
.page-technology .partners p.green {
  color: #3b8d61;
}
.page-technology .partners p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-technology .partners h1 {
    font-size: 22.542pt;
  }
}
.page-technology .partners h1 {
  margin: 60px 0 20px 0;
}
.page-technology .partners img {
  max-width: 100%;
  width: 200px;
  padding: 20px;
  vertical-align: middle;
}
.page-technology .throughput-graph {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/graph-background.jpg');
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
}
.page-technology .throughput-graph h1 {
  color: white;
  text-align: center;
}
.page-technology .throughput-graph .bottom {
  font-size: 7.956pt;
  text-align: center;
  color: #429eb0;
  margin: 40px auto 20px auto;
  max-width: 500px;
}
.page-technology .solution-applications {
  margin-top: 80px;
}
.page-technology .solution-applications h1 {
  font-size: 41.769pt;
  color: #18637b;
  text-align: center;
}
.page-technology .solution-applications img {
  max-width: 100%;
}
.page-technology .solution-applications h2 {
  text-align: center;
}
.page-technology .who-we-are .container h1 strong,
.page-technology .who-we-are .container h2 strong,
.page-technology .who-we-are .container h3 strong {
  color: #18637b;
}
.page-technology .who-we-are .container h2,
.page-technology .who-we-are .container h3 {
  color: #18637b;
}
.page-technology .who-we-are .container h1 {
  font-size: 31.824pt;
}
.page-technology .who-we-are .container h1 strong {
  font-weight: 700;
}
.page-technology.header-2 .jumbo {
  background-image: url('/img/macs/technology-header.jpg');
}
.page-products .jumbo {
  background-image: url('/img/about-header.jpg');
}
.page-products .who-we-are .container h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-products .who-we-are .container h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-products .who-we-are .container h1.weak,
.page-products .who-we-are .container h1 .weak,
.page-products .who-we-are .container h1 sup,
.page-products .who-we-are .container h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-products .who-we-are .container h1 {
    font-size: 22.542pt;
  }
}
.page-products .who-we-are .container h2 {
  color: #3b8d61;
}
.page-products .who-we-are .container p {
  font-size: 14.586pt;
}
.page-products .who-we-are .container p.green {
  color: #3b8d61;
}
.page-products .who-we-are .container p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-products .who-we-are .container h1 {
    font-size: 22.542pt;
  }
}
@media (max-width: 800px) {
  .page-products .who-we-are .background .right,
  .page-products .who-we-are .container .right {
    display: none;
  }
  .page-products .who-we-are .background .left,
  .page-products .who-we-are .container .left {
    width: auto;
  }
}
.page-products .team h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-products .team h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-products .team h1.weak,
.page-products .team h1 .weak,
.page-products .team h1 sup,
.page-products .team h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-products .team h1 {
    font-size: 22.542pt;
  }
}
.page-products .team h2 {
  color: #3b8d61;
}
.page-products .team p {
  font-size: 14.586pt;
}
.page-products .team p.green {
  color: #3b8d61;
}
.page-products .team p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-products .team h1 {
    font-size: 22.542pt;
  }
}
.page-products .team h1 {
  text-align: center;
}
@media (max-width: 950px) {
  .page-products .team .person {
    display: block;
    margin: 10px auto;
    width: auto;
    max-width: 400px;
  }
}
.page-products .note-from-ceo {
  text-align: left;
}
.page-products .note-from-ceo h1,
.page-products .note-from-ceo h2 {
  color: #124057;
}
.page-products .note-from-ceo h1 {
  font-size: 18.564pt;
  font-weight: 600;
  margin-bottom: 0;
}
.page-products .note-from-ceo h2 {
  font-size: 15.912pt;
  margin-top: 0;
  font-weight: 400;
}
.page-products .note-from-ceo .bio {
  display: none;
}
.page-products .timeline h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-products .timeline h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-products .timeline h1.weak,
.page-products .timeline h1 .weak,
.page-products .timeline h1 sup,
.page-products .timeline h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-products .timeline h1 {
    font-size: 22.542pt;
  }
}
.page-products .timeline h2 {
  color: #3b8d61;
}
.page-products .timeline p {
  font-size: 14.586pt;
}
.page-products .timeline p.green {
  color: #3b8d61;
}
.page-products .timeline p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-products .timeline h1 {
    font-size: 22.542pt;
  }
}
.page-products .timeline h1 {
  text-align: center;
  margin: 60px 0 40px 0;
}
.page-products .timeline .history {
  text-align: center;
  font-size: 0;
  position: relative;
}
.page-products .timeline .history .history-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 20%;
  text-align: left;
  vertical-align: top;
  margin-left: -8px;
}
.page-products .timeline .history .history-cell .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26px;
  border-top: 13px;
  background-color: #94bf6e;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
.page-products .timeline .history .history-cell .top-bar .dot {
  position: absolute;
  top: 3px;
  left: 24px;
  background-color: white;
  border-radius: 50%;
  height: 21px;
  width: 21px;
}
.page-products .timeline .history .history-cell .bottom {
  padding: 50px 0 120px 0;
}
.page-products .timeline .history .history-cell .bottom:after {
  content: '';
  display: table;
  clear: both;
}
.page-products .timeline .history .history-cell .bottom .happening {
  padding-bottom: 50px;
  position: relative;
  margin: 0 15px 0 60px;
}
.page-products .timeline .history .history-cell .bottom .vert-line {
  position: absolute;
  top: -20px;
  left: -28px;
  bottom: -70px;
  width: 1px;
  border-right: dashed 2px #94bf6e;
}
.page-products .timeline .history .history-cell .bottom .icon {
  position: absolute;
  left: -80px;
  bottom: -70px;
}
.page-products .timeline .history .history-cell h2 {
  font-size: 20.553pt;
  color: #3b8d61;
  font-weight: 600;
  margin: 0;
}
.page-products .timeline .history .history-cell h3 {
  font-size: 20.553pt;
  color: #3b8d61;
  font-weight: 400;
  margin: 0;
}
.page-products .timeline .history .history-cell:last-of-type .top-bar {
  background-color: #3b8d61;
}
.page-products .timeline .history .history-cell:last-of-type .top-bar .dot {
  background-color: #94bf6e;
}
.page-products .timeline .history .side {
  position: absolute;
  top: 0;
  height: 26px;
  background-color: #94bf6e;
  width: 12%;
  z-index: -1;
}
.page-products .timeline .history .one {
  left: 0;
}
.page-products .timeline .history .two {
  background-color: #3b8d61;
  right: 0;
}
@media (max-width: 1170px) {
  .page-products .timeline .history .side {
    display: none;
  }
  .page-products .timeline .history .history-cell {
    max-width: 500px;
    width: auto;
    display: block;
    margin: 40px auto;
    padding-left: 30px;
  }
}
.page-products .partners {
  text-align: center;
  padding-bottom: 60px;
}
.page-products .partners h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-products .partners h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-products .partners h1.weak,
.page-products .partners h1 .weak,
.page-products .partners h1 sup,
.page-products .partners h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-products .partners h1 {
    font-size: 22.542pt;
  }
}
.page-products .partners h2 {
  color: #3b8d61;
}
.page-products .partners p {
  font-size: 14.586pt;
}
.page-products .partners p.green {
  color: #3b8d61;
}
.page-products .partners p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-products .partners h1 {
    font-size: 22.542pt;
  }
}
.page-products .partners h1 {
  margin: 60px 0 20px 0;
}
.page-products .partners img {
  max-width: 100%;
  width: 200px;
  padding: 20px;
  vertical-align: middle;
}
.page-products .jumbo {
  background-image: url(/img/products-header.jpg);
}
.page-products .who-we-are .container h1 strong {
  color: #124057;
  font-weight: 800;
}
.page-products .who-we-are .container h2 {
  color: #124057;
}
.page-products .novos-jumbo,
.page-products .insight-jumbo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/compstor-jumbo.jpg');
}
.page-products .novos-jumbo h1,
.page-products .insight-jumbo h1,
.page-products .novos-jumbo h2,
.page-products .insight-jumbo h2,
.page-products .novos-jumbo p,
.page-products .insight-jumbo p {
  text-align: center;
  color: white;
}
.page-products .novos-jumbo h1,
.page-products .insight-jumbo h1 {
  font-size: 41.769pt;
}
.page-products .novos-jumbo p,
.page-products .insight-jumbo p {
  max-width: 650px;
  margin: 30px auto;
}
.page-products .novos-jumbo .msg-section,
.page-products .insight-jumbo .msg-section {
  padding: 50px 0 60px 0;
}
@media (max-width: 800px) {
  .page-products .novos-jumbo h1,
  .page-products .insight-jumbo h1 {
    font-size: 27.183pt;
  }
  .page-products .novos-jumbo h2,
  .page-products .insight-jumbo h2 {
    font-size: 19.227pt;
  }
}
.page-products .insight-jumbo {
  background-image: url('/img/memstac-jumbo.jpg');
  margin-top: 0;
}
.product-blocks .row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.product-blocks .ie6,
.product-blocks ie7,
.product-blocks ie8 {
  display: table;
  width: 100%;
}
.product-blocks .ie6 .row,
.product-blocks ie7 .row,
.product-blocks ie8 .row {
  display: table-row;
}
.product-blocks .ie6 .row > *,
.product-blocks ie7 .row > *,
.product-blocks ie8 .row > * {
  display: table-cell;
  width: 50%;
}
@media (min-width: 800px) {
  .product-blocks {
    display: table;
    width: 100%;
  }
  .product-blocks .row {
    display: table-row;
  }
  .product-blocks .row > * {
    display: table-cell;
    width: 50%;
  }
}
.page-appliance-products .jumbo {
  background-image: url('/img/compstor-jumbo.jpg');
}
.page-appliance-products .jumbo h1,
.page-appliance-products .jumbo h2 {
  text-align: center;
}
.page-appliance-products .jumbo .msg-section {
  padding: 50px 0 100px 0;
}
@media (max-width: 800px) {
  .page-appliance-products .jumbo h1 {
    font-size: 27.183pt;
  }
  .page-appliance-products .jumbo h2 {
    font-size: 19.227pt;
  }
}
.page-appliance-products .welcome-compstor {
  margin: 50px 0;
}
.page-appliance-products .welcome-compstor h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-appliance-products .welcome-compstor h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-appliance-products .welcome-compstor h1.weak,
.page-appliance-products .welcome-compstor h1 .weak,
.page-appliance-products .welcome-compstor h1 sup,
.page-appliance-products .welcome-compstor h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-appliance-products .welcome-compstor h1 {
    font-size: 22.542pt;
  }
}
.page-appliance-products .welcome-compstor h2 {
  color: #3b8d61;
}
.page-appliance-products .welcome-compstor p {
  font-size: 14.586pt;
}
.page-appliance-products .welcome-compstor p.green {
  color: #3b8d61;
}
.page-appliance-products .welcome-compstor p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-appliance-products .welcome-compstor h1 {
    font-size: 22.542pt;
  }
}
.page-appliance-products .welcome-compstor h1 {
  margin-top: 0;
}
.page-appliance-products .welcome-compstor .tm {
  font-weight: 600 !important;
}
@media (max-width: 800px) {
  .page-appliance-products .welcome-compstor .part {
    width: auto;
    float: none;
  }
  .page-appliance-products .welcome-compstor .part:last-child {
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .page-appliance-products .solutions .icon-section {
    display: block;
    width: auto;
    max-width: 600px;
    margin: 40px auto;
  }
}
.page-appliance-products .novos {
  padding-bottom: 30px;
}
.page-appliance-products .novos h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-appliance-products .novos h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-appliance-products .novos h1.weak,
.page-appliance-products .novos h1 .weak,
.page-appliance-products .novos h1 sup,
.page-appliance-products .novos h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-appliance-products .novos h1 {
    font-size: 22.542pt;
  }
}
.page-appliance-products .novos h2 {
  color: #3b8d61;
}
.page-appliance-products .novos p {
  font-size: 14.586pt;
}
.page-appliance-products .novos p.green {
  color: #3b8d61;
}
.page-appliance-products .novos p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-appliance-products .novos h1 {
    font-size: 22.542pt;
  }
}
.page-appliance-products .novos h1 {
  text-align: center;
  margin-bottom: 50px;
}
.page-appliance-products .novos h2 {
  font-size: 16.575pt;
}
.page-appliance-products .novos .part:last-child {
  text-align: right;
}
.page-appliance-products .novos .part:last-child h2 {
  text-align: center;
}
.page-appliance-products .novos p + h2 {
  margin-top: 30px;
}
.page-appliance-products .novos .autosize {
  max-width: 100%;
  width: auto;
}
@media (max-width: 800px) {
  .page-appliance-products .novos .part {
    width: auto;
    float: none;
  }
  .page-appliance-products .novos .part:first-child {
    padding-right: 0;
  }
  .page-appliance-products .novos .part:last-child {
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding-left: 0;
  }
}
.page-appliance-products .analytics h1 {
  font-size: 41.769pt;
}
.page-appliance-products .analytics h1 strong {
  color: #94bf6e;
}
.page-appliance-products .analytics h2 {
  color: #94bf6e;
  padding-top: 30px;
  text-align: left;
}
.page-appliance-products .analytics h2 img {
  float: left;
  margin-top: -20px;
  width: 110px;
  padding-right: 20px;
}
.page-appliance-products .analytics ul {
  clear: both;
  text-align: left;
  list-style: none;
  padding: 20px 0 0 30px;
  margin: 0;
}
.page-appliance-products .analytics ul li {
  font-size: 11.934pt;
  color: white;
  padding: 10px 0;
}
.page-appliance-products .analytics ul li .green {
  color: #429eb0;
}
.page-appliance-products .analytics .half:first-child {
  padding-right: 0;
}
.page-appliance-products .analytics .half:last-child {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 800px) {
  .page-appliance-products .analytics h1 {
    font-size: 27.183pt;
  }
  .page-appliance-products .analytics .half {
    width: auto;
    float: none;
    max-width: 600px;
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 550px) {
  .page-appliance-products .analytics h2 {
    text-align: center;
  }
  .page-appliance-products .analytics h2 img {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.page-appliance-products .big-data {
  padding-bottom: 30px;
}
.page-appliance-products .big-data h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-appliance-products .big-data h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-appliance-products .big-data h1.weak,
.page-appliance-products .big-data h1 .weak,
.page-appliance-products .big-data h1 sup,
.page-appliance-products .big-data h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-appliance-products .big-data h1 {
    font-size: 22.542pt;
  }
}
.page-appliance-products .big-data h2 {
  color: #3b8d61;
}
.page-appliance-products .big-data p {
  font-size: 14.586pt;
}
.page-appliance-products .big-data p.green {
  color: #3b8d61;
}
.page-appliance-products .big-data p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-appliance-products .big-data h1 {
    font-size: 22.542pt;
  }
}
.page-appliance-products .big-data .table {
  display: table;
  width: 100%;
}
.page-appliance-products .big-data .table .row {
  display: table-row;
}
.page-appliance-products .big-data .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 800px) {
  .page-appliance-products .big-data .table {
    display: block;
  }
  .page-appliance-products .big-data .table .row {
    display: block;
  }
  .page-appliance-products .big-data .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.page-appliance-products .big-data h1,
.page-appliance-products .big-data h2 {
  text-align: center;
}
.page-appliance-products .big-data .row > * {
  vertical-align: top;
}
.page-appliance-products .big-data img {
  max-width: 100%;
}
@media (max-width: 800px) {
  .page-appliance-products .big-data .graph,
  .page-appliance-products .big-data .diagram {
    margin-top: 60px;
  }
}
.page-appliance-products .pic-and-list {
  display: grid;
  column-gap: 20px;
  row-gap: 30px;
}
.page-appliance-products .pic-and-list .pic {
  text-align: left;
}
.page-appliance-products .pic-and-list .pic p {
  font-size: 14.586pt;
}
.page-appliance-products .pic-and-list .pic ul {
  color: white;
  padding-left: 18px;
}
.page-appliance-products .pic-and-list .pic ul li {
  font-size: 14.586pt;
}
.page-appliance-products .pic-and-list .check-table .row .txt {
  font-size: 14.586pt;
  text-align: left;
}
.page-appliance-products .pic-and-list .ie6,
.page-appliance-products .pic-and-list ie7,
.page-appliance-products .pic-and-list ie8 {
  grid-template-columns: repeat(24, 1fr);
}
.page-appliance-products .pic-and-list .ie6 .pic,
.page-appliance-products .pic-and-list ie7 .pic,
.page-appliance-products .pic-and-list ie8 .pic {
  grid-column: span 11;
}
.page-appliance-products .pic-and-list .ie6 .check-table,
.page-appliance-products .pic-and-list ie7 .check-table,
.page-appliance-products .pic-and-list ie8 .check-table {
  grid-column: span 13;
}
@media (min-width: 800px) {
  .page-appliance-products .pic-and-list {
    grid-template-columns: repeat(24, 1fr);
  }
  .page-appliance-products .pic-and-list .pic {
    grid-column: span 11;
  }
  .page-appliance-products .pic-and-list .check-table {
    grid-column: span 13;
  }
}
.page-appliance-products .secondary-analysis img,
.page-appliance-products .tertiary-analysis img {
  max-width: 100%;
}
.page-appliance-products .secondary-analysis h2,
.page-appliance-products .tertiary-analysis h2,
.page-appliance-products .secondary-analysis h3,
.page-appliance-products .tertiary-analysis h3 {
  color: #3b8d61;
}
.page-appliance-products .secondary-analysis h2,
.page-appliance-products .tertiary-analysis h2 {
  font-size: 29.835pt;
  text-align: center;
}
.page-appliance-products .secondary-analysis h3,
.page-appliance-products .tertiary-analysis h3 {
  font-size: 16.575pt;
}
.page-appliance-products .secondary-analysis ul,
.page-appliance-products .tertiary-analysis ul {
  padding-left: 20px;
}
.page-appliance-products .secondary-analysis ul li,
.page-appliance-products .tertiary-analysis ul li {
  margin: 10px auto;
}
.page-appliance-products .secondary-analysis {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-appliance-products .secondary-analysis .container {
  width: 1544px;
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.page-appliance-products .secondary-analysis .container .ie6,
.page-appliance-products .secondary-analysis .container ie7,
.page-appliance-products .secondary-analysis .container ie8 {
  grid-template-columns: repeat(24, 1fr);
}
.page-appliance-products .secondary-analysis .container .ie6 .diagram,
.page-appliance-products .secondary-analysis .container ie7 .diagram,
.page-appliance-products .secondary-analysis .container ie8 .diagram {
  grid-column: span 12;
}
.page-appliance-products .secondary-analysis .container .ie6 .desc,
.page-appliance-products .secondary-analysis .container ie7 .desc,
.page-appliance-products .secondary-analysis .container ie8 .desc {
  max-width: 600px;
  grid-column: 14 / span 11;
  align-self: center;
}
@media (min-width: 800px) {
  .page-appliance-products .secondary-analysis .container {
    grid-template-columns: repeat(24, 1fr);
  }
  .page-appliance-products .secondary-analysis .container .diagram {
    grid-column: span 12;
  }
  .page-appliance-products .secondary-analysis .container .desc {
    max-width: 600px;
    grid-column: 14 / span 11;
    align-self: center;
  }
}
.page-appliance-products .tertiary-analysis {
  display: grid;
  column-gap: 20px;
  row-gap: 30px;
  background-color: #f2f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-appliance-products .tertiary-analysis .ie6,
.page-appliance-products .tertiary-analysis ie7,
.page-appliance-products .tertiary-analysis ie8 {
  grid-template-columns: 30px 1fr minmax(auto, 585px) minmax(auto, 585px) 1fr 30px;
}
.page-appliance-products .tertiary-analysis .ie6 .desc,
.page-appliance-products .tertiary-analysis ie7 .desc,
.page-appliance-products .tertiary-analysis ie8 .desc {
  grid-column: 3;
  padding-right: 20px;
}
.page-appliance-products .tertiary-analysis .ie6 .diagram,
.page-appliance-products .tertiary-analysis ie7 .diagram,
.page-appliance-products .tertiary-analysis ie8 .diagram {
  grid-column: 4 / span 2;
  align-self: start;
}
@media (min-width: 800px) {
  .page-appliance-products .tertiary-analysis {
    grid-template-columns: 30px 1fr minmax(auto, 585px) minmax(auto, 585px) 1fr 30px;
  }
  .page-appliance-products .tertiary-analysis .desc {
    grid-column: 3;
    padding-right: 20px;
  }
  .page-appliance-products .tertiary-analysis .diagram {
    grid-column: 4 / span 2;
    align-self: start;
  }
}
@media (max-width: 800px) {
  .page-appliance-products .tertiary-analysis {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-appliance-products .tertiary-analysis .diagram h2 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
.page-appliance-products .tertiary-analysis .diagram h3 {
  margin-top: 0;
}
.page-appliance-products .tertiary-analysis .desc h3 {
  margin-top: 15px;
}
.page-appliance-products .tertiary-analysis .desc li {
  font-size: 11.934pt;
}
.page-appliance-products .three-devices > * {
  background-position: center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 30px 60px;
}
.page-appliance-products .three-devices > * h2 {
  font-size: 17.901pt;
}
.page-appliance-products .three-devices > * p {
  font-size: 13.26pt;
  font-weight: 300;
  min-height: 3em;
}
.page-appliance-products .three-devices img {
  max-width: 100%;
  padding-bottom: 30px;
}
.page-appliance-products .three-devices .spectrum {
  background-image: url('/img/spectrum-device-background.jpg');
}
.page-appliance-products .three-devices .novos-device {
  background-image: url('/img/novos-device-background.jpg');
}
.page-appliance-products .three-devices .insight {
  background-image: url('/img/insight-device-background.jpg');
}
.page-appliance-products .three-devices .ie6,
.page-appliance-products .three-devices ie7,
.page-appliance-products .three-devices ie8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 800px) {
  .page-appliance-products .three-devices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .page-appliance-products .three-devices > * {
    max-width: 500px;
    margin: auto;
  }
}
.page-appliance-products .contact-methods h1 {
  text-align: center;
}
.page-compstor-novos .jumbo {
  background-image: url('/img/compstor-jumbo.jpg');
}
.page-compstor-novos .jumbo h1,
.page-compstor-novos .jumbo h2 {
  text-align: center;
}
.page-compstor-novos .jumbo .msg-section {
  padding: 50px 0 100px 0;
}
@media (max-width: 800px) {
  .page-compstor-novos .jumbo h1 {
    font-size: 27.183pt;
  }
  .page-compstor-novos .jumbo h2 {
    font-size: 19.227pt;
  }
}
.page-compstor-novos .welcome-compstor {
  margin: 50px 0;
}
.page-compstor-novos .welcome-compstor h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-compstor-novos .welcome-compstor h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-compstor-novos .welcome-compstor h1.weak,
.page-compstor-novos .welcome-compstor h1 .weak,
.page-compstor-novos .welcome-compstor h1 sup,
.page-compstor-novos .welcome-compstor h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-compstor-novos .welcome-compstor h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-novos .welcome-compstor h2 {
  color: #3b8d61;
}
.page-compstor-novos .welcome-compstor p {
  font-size: 14.586pt;
}
.page-compstor-novos .welcome-compstor p.green {
  color: #3b8d61;
}
.page-compstor-novos .welcome-compstor p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-compstor-novos .welcome-compstor h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-novos .welcome-compstor h1 {
  margin-top: 0;
}
.page-compstor-novos .welcome-compstor .tm {
  font-weight: 600 !important;
}
@media (max-width: 800px) {
  .page-compstor-novos .welcome-compstor .part {
    width: auto;
    float: none;
  }
  .page-compstor-novos .welcome-compstor .part:last-child {
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .page-compstor-novos .solutions .icon-section {
    display: block;
    width: auto;
    max-width: 600px;
    margin: 40px auto;
  }
}
.page-compstor-novos .novos {
  padding-bottom: 30px;
}
.page-compstor-novos .novos h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-compstor-novos .novos h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-compstor-novos .novos h1.weak,
.page-compstor-novos .novos h1 .weak,
.page-compstor-novos .novos h1 sup,
.page-compstor-novos .novos h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-compstor-novos .novos h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-novos .novos h2 {
  color: #3b8d61;
}
.page-compstor-novos .novos p {
  font-size: 14.586pt;
}
.page-compstor-novos .novos p.green {
  color: #3b8d61;
}
.page-compstor-novos .novos p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-compstor-novos .novos h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-novos .novos h1 {
  text-align: center;
  margin-bottom: 50px;
}
.page-compstor-novos .novos h2 {
  font-size: 16.575pt;
}
.page-compstor-novos .novos .part:last-child {
  text-align: right;
}
.page-compstor-novos .novos .part:last-child h2 {
  text-align: center;
}
.page-compstor-novos .novos p + h2 {
  margin-top: 30px;
}
.page-compstor-novos .novos .autosize {
  max-width: 100%;
  width: auto;
}
@media (max-width: 800px) {
  .page-compstor-novos .novos .part {
    width: auto;
    float: none;
  }
  .page-compstor-novos .novos .part:first-child {
    padding-right: 0;
  }
  .page-compstor-novos .novos .part:last-child {
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding-left: 0;
  }
}
.page-compstor-novos .analytics h1 {
  font-size: 41.769pt;
}
.page-compstor-novos .analytics h1 strong {
  color: #94bf6e;
}
.page-compstor-novos .analytics h2 {
  color: #94bf6e;
  padding-top: 30px;
  text-align: left;
}
.page-compstor-novos .analytics h2 img {
  float: left;
  margin-top: -20px;
  width: 110px;
  padding-right: 20px;
}
.page-compstor-novos .analytics ul {
  clear: both;
  text-align: left;
  list-style: none;
  padding: 20px 0 0 30px;
  margin: 0;
}
.page-compstor-novos .analytics ul li {
  font-size: 11.934pt;
  color: white;
  padding: 10px 0;
}
.page-compstor-novos .analytics ul li .green {
  color: #429eb0;
}
.page-compstor-novos .analytics .half:first-child {
  padding-right: 0;
}
.page-compstor-novos .analytics .half:last-child {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 800px) {
  .page-compstor-novos .analytics h1 {
    font-size: 27.183pt;
  }
  .page-compstor-novos .analytics .half {
    width: auto;
    float: none;
    max-width: 600px;
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 550px) {
  .page-compstor-novos .analytics h2 {
    text-align: center;
  }
  .page-compstor-novos .analytics h2 img {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.page-compstor-novos .big-data {
  padding-bottom: 30px;
}
.page-compstor-novos .big-data h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-compstor-novos .big-data h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-compstor-novos .big-data h1.weak,
.page-compstor-novos .big-data h1 .weak,
.page-compstor-novos .big-data h1 sup,
.page-compstor-novos .big-data h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-compstor-novos .big-data h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-novos .big-data h2 {
  color: #3b8d61;
}
.page-compstor-novos .big-data p {
  font-size: 14.586pt;
}
.page-compstor-novos .big-data p.green {
  color: #3b8d61;
}
.page-compstor-novos .big-data p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-compstor-novos .big-data h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-novos .big-data .table {
  display: table;
  width: 100%;
}
.page-compstor-novos .big-data .table .row {
  display: table-row;
}
.page-compstor-novos .big-data .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 800px) {
  .page-compstor-novos .big-data .table {
    display: block;
  }
  .page-compstor-novos .big-data .table .row {
    display: block;
  }
  .page-compstor-novos .big-data .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.page-compstor-novos .big-data h1,
.page-compstor-novos .big-data h2 {
  text-align: center;
}
.page-compstor-novos .big-data .row > * {
  vertical-align: top;
}
.page-compstor-novos .big-data img {
  max-width: 100%;
}
@media (max-width: 800px) {
  .page-compstor-novos .big-data .graph,
  .page-compstor-novos .big-data .diagram {
    margin-top: 60px;
  }
}
.page-compstor-novos .welcome-compstor {
  margin-top: 0;
  padding-top: 60px;
}
.page-compstor-novos .welcome-compstor p,
.page-compstor-novos .welcome-compstor h1 {
  text-align: left;
}
.page-compstor-novos .novos h2 {
  text-align: center;
}
.page-compstor-novos .novos .proportions .check img {
  width: 40px;
}
.page-compstor-novos .novos .sides-list {
  margin-bottom: 30px;
}
.page-compstor-novos .contact-methods .container h1 {
  text-align: center;
}
.page-compstor-novos .contact-methods .container .left,
.page-compstor-novos .contact-methods .container .right {
  margin-top: 10px;
}
.page-compstor-novos .solution-attributes h1 strong {
  color: #2e99c3;
}
.page-compstor-novos .check-table .check {
  width: 10%;
}
.page-compstor-novos .check-table .txt {
  width: 40%;
  text-align: left;
}
.page-compstor-insight .jumbo {
  background-image: url('/img/compstor-jumbo.jpg');
}
.page-compstor-insight .jumbo h1,
.page-compstor-insight .jumbo h2 {
  text-align: center;
}
.page-compstor-insight .jumbo .msg-section {
  padding: 50px 0 100px 0;
}
@media (max-width: 800px) {
  .page-compstor-insight .jumbo h1 {
    font-size: 27.183pt;
  }
  .page-compstor-insight .jumbo h2 {
    font-size: 19.227pt;
  }
}
.page-compstor-insight .welcome-compstor {
  margin: 50px 0;
}
.page-compstor-insight .welcome-compstor h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-compstor-insight .welcome-compstor h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-compstor-insight .welcome-compstor h1.weak,
.page-compstor-insight .welcome-compstor h1 .weak,
.page-compstor-insight .welcome-compstor h1 sup,
.page-compstor-insight .welcome-compstor h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-compstor-insight .welcome-compstor h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-insight .welcome-compstor h2 {
  color: #3b8d61;
}
.page-compstor-insight .welcome-compstor p {
  font-size: 14.586pt;
}
.page-compstor-insight .welcome-compstor p.green {
  color: #3b8d61;
}
.page-compstor-insight .welcome-compstor p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-compstor-insight .welcome-compstor h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-insight .welcome-compstor h1 {
  margin-top: 0;
}
.page-compstor-insight .welcome-compstor .tm {
  font-weight: 600 !important;
}
@media (max-width: 800px) {
  .page-compstor-insight .welcome-compstor .part {
    width: auto;
    float: none;
  }
  .page-compstor-insight .welcome-compstor .part:last-child {
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .page-compstor-insight .solutions .icon-section {
    display: block;
    width: auto;
    max-width: 600px;
    margin: 40px auto;
  }
}
.page-compstor-insight .novos {
  padding-bottom: 30px;
}
.page-compstor-insight .novos h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-compstor-insight .novos h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-compstor-insight .novos h1.weak,
.page-compstor-insight .novos h1 .weak,
.page-compstor-insight .novos h1 sup,
.page-compstor-insight .novos h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-compstor-insight .novos h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-insight .novos h2 {
  color: #3b8d61;
}
.page-compstor-insight .novos p {
  font-size: 14.586pt;
}
.page-compstor-insight .novos p.green {
  color: #3b8d61;
}
.page-compstor-insight .novos p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-compstor-insight .novos h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-insight .novos h1 {
  text-align: center;
  margin-bottom: 50px;
}
.page-compstor-insight .novos h2 {
  font-size: 16.575pt;
}
.page-compstor-insight .novos .part:last-child {
  text-align: right;
}
.page-compstor-insight .novos .part:last-child h2 {
  text-align: center;
}
.page-compstor-insight .novos p + h2 {
  margin-top: 30px;
}
.page-compstor-insight .novos .autosize {
  max-width: 100%;
  width: auto;
}
@media (max-width: 800px) {
  .page-compstor-insight .novos .part {
    width: auto;
    float: none;
  }
  .page-compstor-insight .novos .part:first-child {
    padding-right: 0;
  }
  .page-compstor-insight .novos .part:last-child {
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding-left: 0;
  }
}
.page-compstor-insight .analytics h1 {
  font-size: 41.769pt;
}
.page-compstor-insight .analytics h1 strong {
  color: #94bf6e;
}
.page-compstor-insight .analytics h2 {
  color: #94bf6e;
  padding-top: 30px;
  text-align: left;
}
.page-compstor-insight .analytics h2 img {
  float: left;
  margin-top: -20px;
  width: 110px;
  padding-right: 20px;
}
.page-compstor-insight .analytics ul {
  clear: both;
  text-align: left;
  list-style: none;
  padding: 20px 0 0 30px;
  margin: 0;
}
.page-compstor-insight .analytics ul li {
  font-size: 11.934pt;
  color: white;
  padding: 10px 0;
}
.page-compstor-insight .analytics ul li .green {
  color: #429eb0;
}
.page-compstor-insight .analytics .half:first-child {
  padding-right: 0;
}
.page-compstor-insight .analytics .half:last-child {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 800px) {
  .page-compstor-insight .analytics h1 {
    font-size: 27.183pt;
  }
  .page-compstor-insight .analytics .half {
    width: auto;
    float: none;
    max-width: 600px;
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 550px) {
  .page-compstor-insight .analytics h2 {
    text-align: center;
  }
  .page-compstor-insight .analytics h2 img {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.page-compstor-insight .big-data {
  padding-bottom: 30px;
}
.page-compstor-insight .big-data h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-compstor-insight .big-data h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-compstor-insight .big-data h1.weak,
.page-compstor-insight .big-data h1 .weak,
.page-compstor-insight .big-data h1 sup,
.page-compstor-insight .big-data h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-compstor-insight .big-data h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-insight .big-data h2 {
  color: #3b8d61;
}
.page-compstor-insight .big-data p {
  font-size: 14.586pt;
}
.page-compstor-insight .big-data p.green {
  color: #3b8d61;
}
.page-compstor-insight .big-data p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-compstor-insight .big-data h1 {
    font-size: 22.542pt;
  }
}
.page-compstor-insight .big-data .table {
  display: table;
  width: 100%;
}
.page-compstor-insight .big-data .table .row {
  display: table-row;
}
.page-compstor-insight .big-data .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 800px) {
  .page-compstor-insight .big-data .table {
    display: block;
  }
  .page-compstor-insight .big-data .table .row {
    display: block;
  }
  .page-compstor-insight .big-data .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.page-compstor-insight .big-data h1,
.page-compstor-insight .big-data h2 {
  text-align: center;
}
.page-compstor-insight .big-data .row > * {
  vertical-align: top;
}
.page-compstor-insight .big-data img {
  max-width: 100%;
}
@media (max-width: 800px) {
  .page-compstor-insight .big-data .graph,
  .page-compstor-insight .big-data .diagram {
    margin-top: 60px;
  }
}
.page-compstor-insight .jumbo {
  background-image: url('/img/memstac-jumbo.jpg');
}
.page-compstor-insight .welcome-compstor {
  background-color: #f2f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
}
.page-compstor-insight .welcome-compstor h2,
.page-compstor-insight .welcome-compstor h1 strong,
.page-compstor-insight .welcome-compstor h3 {
  color: #124057;
}
.page-compstor-insight .welcome-compstor h1 {
  font-size: 38.454pt;
}
.page-compstor-insight .welcome-compstor ul {
  padding-left: 0;
  list-style-position: inside;
}
.page-compstor-insight .secondary-analysis {
  padding: 50px 15px 50px 6%;
}
.page-compstor-insight .secondary-analysis img {
  width: 105%;
  margin-left: -5%;
}
.page-compstor-insight .solution-attributes h1 strong {
  color: #429eb0;
}
.page-compstor-insight .check-table .check {
  width: 10%;
}
.page-compstor-insight .check-table .txt {
  width: 40%;
  text-align: left;
}
.page-compstor-insight .contact-methods .container h1 {
  text-align: center;
}
.page-compstor-insight .contact-methods .container .left,
.page-compstor-insight .contact-methods .container .right {
  margin-top: 10px;
}
.page-memstac .jumbo {
  background-image: url('/img/memstac-jumbo.jpg');
}
.page-memstac .jumbo h1,
.page-memstac .jumbo h2 {
  text-align: center;
}
.page-memstac .jumbo .msg-section {
  padding: 50px 0 100px 0;
}
@media (max-width: 800px) {
  .page-memstac .jumbo h1 {
    font-size: 27.183pt;
  }
  .page-memstac .jumbo h2 {
    font-size: 19.227pt;
  }
}
.page-memstac .solutions h1 {
  margin-bottom: 40px;
}
.page-memstac .solutions h2,
.page-memstac .solutions h1 strong {
  color: #124057;
}
.page-memstac .solutions h2 {
  margin-bottom: 20px;
}
.page-memstac .solutions p {
  color: #414042;
}
.page-memstac .solutions .icon-section .img-container {
  height: 170px;
}
@media (max-width: 800px) {
  .page-memstac .solutions h1 {
    font-size: 27.183pt;
  }
  .page-memstac .solutions h2 {
    font-size: 19.227pt;
  }
  .page-memstac .solutions .icon-section {
    display: block;
    margin: 40px auto;
    max-width: 600px;
    width: auto;
  }
}
.page-memstac .solution-attributes h1 {
  color: white;
}
.page-memstac .solution-attributes h1 strong {
  color: #41b9d0;
}
.page-memstac .solution-attributes .icon-section {
  vertical-align: top;
  max-width: 340px;
  margin-bottom: 30px;
}
.page-memstac .solution-attributes .icon-section .img-container {
  height: 120px;
}
.page-memstac .solution-attributes .icon-section .img-container .img-wrapper {
  display: inline-block;
  border: solid 1px #41b9d0;
  border-radius: 50%;
  padding: 20px;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.page-memstac .solution-attributes .icon-section .img-container img {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-memstac .solution-attributes .icon-section h2 {
  color: #41b9d0;
  margin-bottom: 1em;
}
.page-memstac .solution-attributes .icon-section p {
  color: white;
}
.page-memstac .solution-attributes .icon-section:hover .img-container .img-wrapper {
  background-color: #41b9d0;
}
@media (max-width: 800px) {
  .page-memstac .solution-attributes h1 {
    font-size: 27.183pt;
  }
  .page-memstac .solution-attributes h2 {
    font-size: 19.227pt;
  }
}
.page-memstac .solution-applications h1 {
  text-align: center;
  color: #414042;
  font-weight: 300;
  margin: 30px 0;
}
.page-memstac .solution-applications h1 strong {
  color: #124057;
}
.page-memstac .solution-applications .trig-box {
  background-image: url('/img/solutions-applications-background.jpg');
}
@media (max-width: 800px) {
  .page-memstac .solution-applications h1 {
    font-size: 27.183pt;
  }
  .page-memstac .solution-applications h2 {
    font-size: 19.227pt;
  }
  .page-memstac .solution-applications .trig-box {
    background-size: cover;
  }
  .page-memstac .solution-applications .part {
    display: block;
    margin: 40px auto;
    max-width: 600px;
    width: auto;
    padding: 0;
    float: none;
  }
}
.page-memstac .caching-edge {
  margin: 50px 0;
  padding-bottom: 30px;
}
.page-memstac .caching-edge h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-memstac .caching-edge h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-memstac .caching-edge h1.weak,
.page-memstac .caching-edge h1 .weak,
.page-memstac .caching-edge h1 sup,
.page-memstac .caching-edge h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-memstac .caching-edge h1 {
    font-size: 22.542pt;
  }
}
.page-memstac .caching-edge h2 {
  color: #3b8d61;
}
.page-memstac .caching-edge p {
  font-size: 14.586pt;
}
.page-memstac .caching-edge p.green {
  color: #3b8d61;
}
.page-memstac .caching-edge p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-memstac .caching-edge h1 {
    font-size: 22.542pt;
  }
}
.page-memstac .caching-edge .table {
  display: table;
  width: 100%;
}
.page-memstac .caching-edge .table .row {
  display: table-row;
}
.page-memstac .caching-edge .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 800px) {
  .page-memstac .caching-edge .table {
    display: block;
  }
  .page-memstac .caching-edge .table .row {
    display: block;
  }
  .page-memstac .caching-edge .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.page-memstac .caching-edge h1,
.page-memstac .caching-edge h2 {
  text-align: center;
}
.page-memstac .caching-edge .row > * {
  vertical-align: top;
}
.page-memstac .caching-edge .in-mem {
  padding-right: 50px;
}
.page-memstac .caching-edge .in-mem h2 {
  color: #238092;
}
.page-memstac .caching-edge .in-mem img {
  width: 100%;
}
.page-memstac .caching-edge .edge {
  padding-left: 50px;
}
.page-memstac .caching-edge .edge h2 {
  color: #124057;
}
.page-memstac .caching-edge .edge img {
  width: 100%;
}
@media (max-width: 800px) {
  .page-memstac .caching-edge .in-mem,
  .page-memstac .caching-edge .edge {
    float: none;
    max-width: 600px;
    margin: 40px auto;
    padding: 0;
  }
}
.page-resources .jumbo {
  background-image: url('/img/memstac-header.jpg');
}
@media (max-width: 800px) {
  .page-resources .jumbo h1 {
    font-size: 27.183pt;
  }
  .page-resources .jumbo h2 {
    font-size: 19.227pt;
  }
}
.page-resources .resources .container h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-resources .resources .container h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-resources .resources .container h1.weak,
.page-resources .resources .container h1 .weak,
.page-resources .resources .container h1 sup,
.page-resources .resources .container h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-resources .resources .container h1 {
    font-size: 22.542pt;
  }
}
.page-resources .resources .container h2 {
  color: #3b8d61;
}
.page-resources .resources .container p {
  font-size: 14.586pt;
}
.page-resources .resources .container p.green {
  color: #3b8d61;
}
.page-resources .resources .container p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-resources .resources .container h1 {
    font-size: 22.542pt;
  }
}
.page-resources .resources .container h2 {
  color: #41b9d0;
}
.page-resources .resources .container h2.max-880 {
  margin-bottom: 50px;
}
.page-resources .resources .container article {
  padding: 35px 0;
  border-top: solid 1px #414042;
}
.page-resources .resources .container article .table {
  display: table;
  width: 100%;
}
.page-resources .resources .container article .table .row {
  display: table-row;
}
.page-resources .resources .container article .table .row > * {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 800px) {
  .page-resources .resources .container article .table {
    display: block;
  }
  .page-resources .resources .container article .table .row {
    display: block;
  }
  .page-resources .resources .container article .table .row > * {
    display: block;
    margin-bottom: 40px;
  }
}
.page-resources .resources .container article h2 {
  font-size: 19.89pt;
  margin: 0;
  color: #18516c;
}
.page-resources .resources .container article p {
  font-size: 11.934pt;
}
.page-resources .resources .container article .table .row .link {
  vertical-align: bottom;
  padding-left: 50px;
}
.page-resources .resources .container article .table .row .link a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background-color: #2e99c3;
  text-decoration: none;
  border-radius: 17px;
  padding: 10px 35px;
  white-space: nowrap;
  margin-bottom: 15px;
}
.page-news .jumbo {
  background-image: url('/img/news-header.jpg');
}
.page-news .news-items {
  overflow: hidden;
  position: relative;
}
.page-news .news-items .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70%;
  width: 100%;
}
.page-news .news-items .container {
  position: relative;
}
.page-news .news-items .container:after {
  content: '';
  display: table;
  clear: both;
}
.page-news .news-items .container h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.page-news .news-items .container h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.page-news .news-items .container h1.weak,
.page-news .news-items .container h1 .weak,
.page-news .news-items .container h1 sup,
.page-news .news-items .container h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .page-news .news-items .container h1 {
    font-size: 22.542pt;
  }
}
.page-news .news-items .container h2 {
  color: #3b8d61;
}
.page-news .news-items .container p {
  font-size: 14.586pt;
}
.page-news .news-items .container p.green {
  color: #3b8d61;
}
.page-news .news-items .container p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .page-news .news-items .container h1 {
    font-size: 22.542pt;
  }
}
.page-news .news-items .container .left {
  float: left;
  width: 65%;
  box-sizing: border-box;
}
.page-news .news-items .container .left h2 {
  font-size: 28.509pt;
  color: #414042;
  font-weight: 300;
}
.page-news .news-items .container .left article {
  margin: 40px 0;
}
.page-news .news-items .container .left article h2 {
  font-size: 16.575pt;
  color: #165751;
  margin: 10px 0;
  font-weight: 600;
}
.page-news .news-items .container .left article .date {
  font-size: 11.271pt;
}
.page-news .news-items .more {
  margin: 60px 0;
}
.page-news .news-items .more a {
  color: #165751;
}
.page-news .news-items .tweets {
  padding-left: 30px;
  float: right;
  width: 30%;
  box-sizing: border-box;
  margin-left: 5%;
  position: relative;
  z-index: 2;
}
.page-news .news-items .tweets h2 {
  font-size: 28.509pt;
  display: inline-block;
  font-weight: 100;
  padding: 0 40px 20px 0;
  border-bottom: 2px solid #3b8d61;
}
.page-news .news-items .tweets .tweet {
  max-width: 500px;
  margin-bottom: 60px;
}
.page-news .news-items .tweets .table {
  display: table;
}
.page-news .news-items .tweets .row {
  display: table-row;
}
.page-news .news-items .tweets .l,
.page-news .news-items .tweets .c,
.page-news .news-items .tweets .r {
  display: table-cell;
}
.page-news .news-items .tweets .table .row > * {
  vertical-align: top;
}
.page-news .news-items .tweets .c {
  width: 90%;
}
.page-news .news-items .tweets article {
  font-size: 9.945pt;
}
.page-news .news-items .tweets .omni-logo {
  width: 50px;
}
.page-news .news-items .tweets .weak {
  color: #888888;
}
.page-news .news-items .tweets .c {
  padding: 0 20px;
}
.page-news .news-items .tweets .r {
  white-space: nowrap;
  padding-right: 50px;
}
.page-news .news-items .tweets .footer-table {
  font-size: 7.956pt;
  color: #888888;
}
.page-news .news-items .tweets p {
  padding-right: 50px;
}
.page-news .news-items .tweets .content {
  max-width: 100%;
}
@media (max-width: 1170px) {
  .page-news .news-items .container .tweets {
    width: 45%;
  }
  .page-news .news-items .container .left {
    width: 50%;
  }
  .page-news .news-items .container .background {
    left: 55%;
  }
}
@media (max-width: 800px) {
  .page-news .news-items .container .tweets {
    width: auto;
    margin: 0 -10px;
    float: none;
    background-color: #f2f5f5;
    padding-bottom: 80px;
  }
  .page-news .news-items .container .left {
    width: auto;
    margin: 0;
    float: none;
  }
  .page-news .news-items .container .background {
    display: none;
  }
}
.page-contact .jumbo {
  background-image: url('/img/contact-header.jpg');
  background-size: 100% auto;
  background-position: top center;
}
@media (min-width: 1920px) {
  .page-contact .jumbo {
    background-size: cover;
  }
}
@media (max-width: 1170px) {
  .page-contact .jumbo {
    background-size: cover;
    background-position: top left;
  }
}
.page-contact .maps {
  overflow: hidden;
  margin-bottom: 60px;
}
.page-contact .maps:after {
  content: '';
  display: table;
  clear: both;
}
.page-contact .maps .map {
  position: relative;
}
.page-contact .maps .map:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 56%;
}
.page-contact .maps .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-contact .maps .ie6 .map,
.page-contact .maps ie7 .map,
.page-contact .maps ie8 .map {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 800px) {
  .page-contact .maps .map {
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .page-contact .maps .map {
    margin-left: 30px;
    margin-right: 30px;
  }
  .page-contact .maps .map:last-child {
    margin-top: 40px;
  }
}
.page-contact .maps img {
  display: block;
}
.contact-methods .container h1 {
  font-size: 41.769pt;
  font-weight: 100;
  margin-bottom: .3em;
}
.contact-methods .container h1 strong {
  color: #3b8d61;
  font-weight: 600;
}
.contact-methods .container h1.weak,
.contact-methods .container h1 .weak,
.contact-methods .container h1 sup,
.contact-methods .container h1 sub {
  font-weight: 100;
}
@media (max-width: 650px) {
  .contact-methods .container h1 {
    font-size: 22.542pt;
  }
}
.contact-methods .container h2 {
  color: #3b8d61;
}
.contact-methods .container p {
  font-size: 14.586pt;
}
.contact-methods .container p.green {
  color: #3b8d61;
}
.contact-methods .container p + p {
  margin-top: 20px;
}
@media (max-width: 650px) {
  .contact-methods .container h1 {
    font-size: 22.542pt;
  }
}
.contact-methods .container:after {
  content: '';
  display: table;
  clear: both;
}
.contact-methods .container .left {
  margin-top: 70px;
  float: left;
  width: calc(100% - 400px);
}
.contact-methods .container .left h2 {
  font-size: 28.509pt;
  color: #414042;
  font-weight: 300;
}
.contact-methods .right {
  margin-top: 70px;
  float: right;
  padding-left: 60px;
  box-sizing: border-box;
  width: 400px;
  max-width: 100%;
}
.contact-methods .right h2 {
  color: #3b8d61;
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
  font-size: 12.597pt;
}
.contact-methods .right h2 + p {
  margin-top: 5px;
}
.contact-methods .right .email {
  color: #414042;
  text-decoration: none;
}
.contact-methods .right .phone {
  margin-top: 30px;
  color: #3b8d61;
  font-size: 15.912pt;
  text-decoration: none;
}
.contact-methods .right p + h2 {
  margin-top: 20px;
}
.contact-methods .social {
  margin-top: 30px;
}
.contact-methods .social a {
  padding-right: 10px;
}
@media (max-width: 800px) {
  .contact-methods .left,
  .contact-methods .right {
    float: none !important;
    width: auto !important;
    padding-left: 0 !important;
  }
}
.contact-methods.document {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-methods.document h3 {
  font-size: 17.901pt;
}
.contact-methods h3.blue {
  color: #18637b;
}
.contact-form {
  padding-bottom: 1px;
}
.contact-form input,
.contact-form textarea {
  background: none;
  border: solid 1px #bdbdbd;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}
.contact-form button {
  display: inline-block;
  background-color: #94bf6e;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  margin-top: 30px;
  margin-bottom: 50px;
  border-radius: 17px;
}
.cookie-advert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #bdbdbd;
  background-color: rgba(65, 64, 66, 0.95);
  text-align: center;
  color: white;
  z-index: 20;
}
.cookie-advert .tab {
  display: inline-table;
}
.cookie-advert a {
  color: #3b8d61;
}
.cookie-advert .blue-box {
  display: inline-block;
  margin-left: 25px;
  background-color: white;
  color: #3b8d61;
  text-decoration: none;
  padding: 6px 12px;
}
.cookie-advert a {
  white-space: nowrap;
}
.cookie-advert .msg {
  width: 90%;
  text-align: left;
}
.cookie-advert .action {
  float: right;
  white-space: nowrap;
  text-align: right;
}
.cookie-advert .softwrap {
  display: block;
}
.cookie-advert .softwrap + .softwrap {
  margin-top: 15px;
}
@media (max-width: 550px) {
  .cookie-advert .tab {
    display: inline-block;
  }
  .cookie-advert .msg,
  .cookie-advert .action {
    display: block;
  }
  .cookie-advert .msg {
    width: auto;
  }
  .cookie-advert .action {
    margin-top: 20px;
  }
  .cookie-advert .action .blue-box {
    margin-left: 0;
  }
}
.cookie-indicator {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
.cookie-indicator .accepted,
.cookie-indicator .declined {
  display: none;
  width: 43.5px;
}
.cookies-accepted .cookie-indicator .accepted {
  display: block;
}
.cookies-declined .cookie-indicator .declined {
  display: block;
}
.tiny.accepted,
.tiny.declined {
  width: 20px;
}
.grey-interstertial {
  padding: 20px;
  background-color: #bdbdbd;
  margin: 6px auto;
}
.grey-interstertial img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 600px;
}
.dialog-frame.open .mask {
  background-color: transparent;
}
.dialog-frame .dialog-holder .the-dialog {
  background-color: #bdbdbd;
  color: black;
}
.dialog-frame .dialog-holder .the-dialog .head {
  font-size: 13.26pt;
  border-bottom: 0;
  padding: 20px 20px 0 20px;
  font-weight: 700;
}
.dialog-frame .dialog-holder .the-dialog .foot {
  border-top: 0;
  padding: 0 20px 20px 20px;
}
.dialog-frame .dialog-holder .the-dialog .foot:after {
  content: '';
  display: table;
  clear: both;
}
.dialog-frame .dialog-holder .the-dialog .body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dialog-frame .dialog-holder .the-dialog .btn {
  background-color: white;
  border: 0;
  padding: 10px 25px;
}
.dialog-frame .dialog-holder .the-dialog .btn-cancel {
  float: right;
}
.appliance-diagram-holder {
  margin-left: 10%;
  max-width: 89%;
  position: relative;
  padding-top: 30px;
}
.appliance-diagram-holder .appliance-diagram {
  display: block;
  max-width: 100%;
  width: 100%;
}
.appliance-diagram-holder .novos {
  display: inline-block;
  position: absolute;
  top: 40%;
  bottom: 26%;
  left: 20%;
  width: 38%;
  text-decoration: none;
}
.appliance-diagram-holder .insight {
  display: inline-block;
  position: absolute;
  top: 40%;
  bottom: 26%;
  right: 0;
  width: 46%;
  text-decoration: none;
}
.arrange-demo {
  background-color: #f2f5f5;
  padding: 40px 10px;
  text-align: center;
}
.arrange-demo a {
  display: inline-block;
  background-color: #94bf6e;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  text-transform: none;
  padding: 10px 60px;
  font-size: 18.564pt;
  border-radius: 1em;
}
@media (max-width: 800px) {
  .arrange-demo a {
    font-size: 9.282pt;
  }
}
.page-ashg .resources .container h1 {
  font-size: 41.769pt;
  font-weight: 600;
  color: #0f4a61;
  margin-bottom: 0;
}
.page-ashg .resources .container h1 + h2 {
  margin-top: 0;
}
.page-compstor-novos-resources .jumbo {
  background-image: url('/img/resources-green-header.jpg');
}
.intro-video .vid-holder {
  margin: auto;
  width: 600px;
}
.why-choose {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/why-choose-background.jpg");
  padding: 10px;
}
.webp .why-choose {
  background-image: url("/img/why-choose-background.webp");
}
.why-choose .container {
  max-width: 800px !important;
}
.why-choose .msg {
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
}
.why-choose h1 {
  font-size: 25.857pt;
  margin-left: auto;
  margin-right: auto;
  color: #3b8d61;
  max-width: 500px;
}
.why-choose ul {
  display: inline-block;
  text-align: left;
  list-style: disc;
}
.why-choose ul li {
  margin-bottom: 10px;
}
.why-choose .closing {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 500px;
  color: #124057;
  font-weight: 600;
}
.why-choose .mission {
  text-align: center;
  background-color: rgba(59, 141, 97, 0.8);
  color: white;
  padding: 20px;
  margin: -10px;
}
.why-choose .mission h2,
.why-choose .mission h3 {
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.why-choose .mission h2 {
  font-size: 15.912pt !important;
  text-transform: uppercase;
  font-size: 30px;
}
.why-choose .mission h3 {
  font-weight: 400;
  font-style: italic;
}
.why-choose .mission a {
  color: #94bf6e;
  font-weight: 600;
}
.why-choose .mission + .msg {
  margin-top: 80px;
}
.intended-users {
  text-align: center;
  background-color: #f2f5f5;
  padding-top: 40px;
}
.intended-users h1 {
  font-size: 32.487pt;
  color: #3b8d61;
  margin-bottom: 30px;
}
.intended-users .msg {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.intended-users .items {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin: 0px auto 40px auto;
  list-style: none;
  display: inline-block;
  text-align: left;
}
.intended-users .items .item {
  font-size: 13.923pt;
  color: #124057;
  margin: 12px 0;
  font-weight: 600;
}
.intended-users .items img {
  vertical-align: middle;
  padding-right: 18px;
}
@media (min-width: 950px) {
  .intended-users .items {
    column-count: 2;
    column-gap: 20px;
  }
  .intended-users .items .item {
    display: inline-block;
  }
}
.reduced-width-text .container {
  max-width: 700px;
}
.video-intro {
  background-color: #f2f5f5;
  padding-top: 30px;
  padding-bottom: 60px;
}
.video-intro h1 {
  font-size: 41.769pt;
  font-weight: 100;
  text-align: center;
}
.video-intro h1 strong {
  color: #18637b;
  font-weight: 700;
}
.page-compstor-novos .video-intro h1 strong {
  color: #3b8d61;
}
