/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ---------------------------------- */
/*
 * Global Report
 * 2016
 *
 * application.css
 *
 */
/*
 * Imports
 */
 .row-fluid [class*="span"] {
    min-height: 0 !important;
}
/*
 * Sprites
 */
.icons-sprite {
  background-image: url('../img/icons-s5c42871577.png');
  background-repeat: no-repeat; }

.icons2x-sprite {
  background-image: url('../img/icons2x-sff33a88b7e.png');
  background-repeat: no-repeat; }

/*
 * Grid Variables
 */
/*
 * Default Vars
 */
/*
 * Custom Mixins
 */
#mobileDetect,
#tabletDetect {
  height: 0;
  display: none;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0; }

.mobile {
  display: none !important; }

.tablet {
  display: none !important; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
.footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Reset box-sizing for all elements.
 * Remove excess height in iOS 5 devices.
 */
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
  overflow: auto;
}
 

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal
  -webkit-appearance: none;
    border-radius: 0;; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

.hs-form fieldset.form-columns-2 .hs-form-field input[type="text"] {
    margin-bottom: 0;
}
.form-right li {
    list-style-type: none;
}
.form-right .hs-error-msgs {
    margin: 0;
    background: #707070;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #707070;
    position: relative;
    display: inline-block !important;
    margin-bottom: 0 !important;
}
.form-right .hs-error-msgs label {
    color: white;
    margin: 0;
    text-transform: none;
}
.form-right .hs-error-msgs:after {
    content: '';
    position: absolute;
    left: 18px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #707070;
}
html .form-right .hs-button {
    background: #A3A3A3;
    padding: 0 20px;
    color: #fff;
    font-size: 10px;
    height: 28px;
    line-height: 28px;
    border: 0 solid;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    text-shadow: none;
}
html .form-right .hs-button:hover, .form-right .hs-form .hs-button:hover:not(.inactive), .form-right .hs-form .hs-button:focus:not(.inactive), .form-right .hs-form .hs-button.hovered:not(.inactive) {
    background: #707070;
    box-shadow: none;
    border: none;
}
.form-right h3 {
    margin: 0;
}
.form-right ul {
    padding: 0;
}
.form-right .multi-container .hs-form-checkbox {
    height: 45px;
}
html body .container .form-right input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #b8b8b8;
    box-shadow: 0 0px 0px rgba(0,0,0,0.05), inset 0px 0px 0px 0px rgba(0,0,0,0.05);
	padding: 1px;
    height: 30px;
    width: 30px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
    box-sizing: border-box;
    font-family:steelcase;
}
html body .container .form-right input[type="checkbox"]:focus {outline:0;}
html body .container .form-right input[type="checkbox"]:checked {
    background-color: #A3A3A3;
    border: 1px solid #A3A3A3;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(0,0,0,0.1);
	color: #99a1a7;
}
html body .container .form-right input[type="checkbox"]:checked:after {
    content: '\e631';
	font-size: 11px;
    left: 8px;
	position: absolute;
	top: 9px;
	color: white;
}
.hs-form-checkbox-display {
    display: table;
    margin-bottom: 10px;
}
.hs-form-checkbox-display span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-left: 10px;
    color: #707070;
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    position: relative;
    top: -2px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
}
.form-right .inputs-list {
    margin-bottom: 32px;
}
.hs_title_role .input {
    position: relative;
}
.hs_title_role .input:after {
    display: block;
    position: absolute;
    top: 12px;
    right: 0px;
    content: "\e636";
    font-family: steelcase;
    padding: 9px 21px;
    border-left: 1px solid #CDCDCD;
    pointer-events: none;
}
.form-right select option {
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    box-sizing: border-box;
}
.hs_cos_wrapper_type_form {
    color: #909090;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.template-form .hs_industry .input ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.template-form .hs_industry .input ul li {
    width: 50%;
    padding: 5px 0;
}
.template-form .hs_industry .input ul li span {
    line-height: 15px;
}

/* ==========================================================================
   Videos
   ========================================================================== */

.ty-vid-wrapper {
    display: -webkit-flex;
    display: flex;
}
.responsive-video {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 40px;
}
.responsive-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;bottom: 0;
    left: 0;right: 0;
}

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

@font-face {
  font-family: "steelcase";
  src: url('//1822507.fs1.hubspotusercontent-na1.net/hubfs/1822507/fonts/steelcase/steelcase.eot');
  src: url('//1822507.fs1.hubspotusercontent-na1.net/hubfs/1822507/fonts/steelcase/steelcase.eot#iefix') format('embedded-opentype'), url('//1822507.fs1.hubspotusercontent-na1.net/hubfs/1822507/fonts/steelcase/steelcase.woff') format('woff'), url('//1822507.fs1.hubspotusercontent-na1.net/hubfs/1822507/fonts/steelcase/steelcase.ttf') format('truetype'), url('//1822507.fs1.hubspotusercontent-na1.net/hubfs/1822507/fonts/steelcase/steelcase.svg') format('svg');
  font-weight: 400;
  font-style: normal; }
/*
 * Full Background Image
 * This allows for a full coverage background image. A background-image attribute must be added separately. */
.helper-full-bg-image {
  background-size: cover;
  background-position: center center; }

.helper-bg-align-top {
  background-position: center top; }

.helper-bg-align-bottom {
  background-position: center bottom; }

/*
 * Vertical Center
 * This centers text within the parent vertically. */
.helper-vertical-center {
  display: table;
  height: 100%;
  width: 100%; }
  .helper-vertical-center .cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }

/*
 * Buttons
 */
.button {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  line-height: 42px;
  padding: 0px 22px 2px;
  text-transform: uppercase; }

.button-hover-white-bg:hover {
  color: #191919;
  background: #fff;
  text-decoration: none; }

.button-short {
  background: #333;
  border: 0;
  color: #fff;
  font-size: 10px;
  height: 28px;
  line-height: 28px;
  padding: 0 50px 0 20px;
  position: relative;
  text-align: left; }
  .button-short:after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: '';
    height: 0;
    position: absolute;
    right: 20px;
    top: 9px;
    width: 0; }
  .button-short:hover {
    background: #000;
    color: #fff;
    text-decoration: none; }

.button-no-arrow {
  padding: 0 20px; }
  .button-no-arrow:after {
    display: none; }

.button-blue {
  background: #0070C1; }
  .button-blue:hover {
    background: #0089c8; }

/*
 * Global type elements
 */
.pre-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase; }

.title {
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    color: #191919;
    text-rendering: optimizeLegibility;
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

.title-with-rule {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative; }
  .title-with-rule:after {
    background: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px; }

.description {
  color:  #6f6f6f;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px; }

/* = <1200
----------------------------------------------------*/
@media screen and (max-width: 1200px) {
  #section-2 .push-1.span-5 {
    width: 470px; } }
/* = <960
----------------------------------------------------*/
@media screen and (max-width: 960px) {
  .title {
    font-size: 30px;
    font-weight: 200;} }
/* ---------------------------------- */
/*
 *  Globals
 */
body {
  background-color: #f8f8f8;
  border: 0;
  color: #191919;
  font-size: 62.5%;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6 {
  color: #191919;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 1em;
  margin: 0 0 1.5em; }


p {
  margin: 0 0 20px; }

p:last-child {
  margin-bottom: 0; }

a {
  color: #727577;
  text-decoration: none; }
  a:hover {
    color: #7e7e7e;
    text-decoration: underline; }
  a img {
    border: 0; }

ul, ol, blockquote {
  padding-left: 1.25em;
  padding-bottom: 1.2em; }

ul {
  list-style-type: disc;
  padding-left: 17px; }

ol {
  list-style-type: decimal; }

blockquote {
  padding: 0 2em 2em 2em; }

em {
  font-style: italic; }

.hr hr {
  display: none; }

.hr {
  border-bottom: 1px solid #000;
  clear: both;
  float: none;
  height: 0.1em;
  margin: 0 0 1.45em;
  width: 100%; }

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

/*
 * Retina Images 
 */
img.retina {
  display: none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img.noretina {
    display: none; }

  img.retina {
    display: block; } }
/*
 * Container 
 */
.template-form .container {
  box-sizing: border-box;
  margin: 0 auto !important;
  padding: 0 5px;
  width: 1176px;
  float: none; }

.template-form .container:after {
  clear: both;
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.grid-it > div {
  background: #ccc;
  height: 500px; }

.c-span-1 {
  float: left;
  margin-right: 10px;
  width: 87.5px; }

.c-span-2 {
  float: left;
  margin-right: 10px;
  width: 185px; }

.c-span-3 {
  float: left;
  margin-right: 10px;
  width: 282.5px; }

.c-span-4 {
  float: left;
  margin-right: 10px;
  width: 380px !important; }

.c-span-5 {
  float: left;
  margin-right: 10px;
  width: 477.5px !important; }

.c-span-6 {
  float: left;
  margin-right: 10px;
  width: 575px; }

.c-span-7 {
  float: left;
  margin-right: 10px;
  width: 672.5px; }

.c-span-8 {
  float: left;
  margin-right: 10px;
  width: 770px; }

.c-span-9 {
  float: left;
  margin-right: 10px;
  width: 867.5px; }

.c-span-10 {
  float: left;
  margin-right: 10px;
  width: 965px; }

.c-span-11 {
  float: left;
  margin-right: 10px;
  width: 1062.5px; }

.c-span-12 {
  float: left;
  margin-right: 10px;
  width: 1160px; }

.push-1 {
  margin-left: 97.5px !important; }

.push-2 {
  margin-left: 195px; }

.push-3 {
  margin-left: 292.5px; }

.push-4 {
  margin-left: 390px; }

.push-5 {
  margin-left: 487.5px; }

.push-6 {
  margin-left: 585px; }

.push-7 {
  margin-left: 682.5px; }

.push-8 {
  margin-left: 780px; }

.push-9 {
  margin-left: 877.5px; }

.push-10 {
  margin-left: 975px; }

.push-11 {
  margin-left: 1072.5px; }

.push-12 {
  margin-left: 1170px; }

.first {
  clear: both; }

.last {
  margin-right: 0 !important; }

/* =Normal
----------------------------------------------------*/
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .template-form .container {
    width: 950px; }

  .c-span-1 {
    width: 70px; }

  .c-span-2 {
    width: 150px; }

  .c-span-3 {
    width: 230px; }

  .c-span-4 {
    width: 310px !important; }

  .c-span-5 {
    width: 390px !important; }

  .c-span-6 {
    width: 470px; }

  .c-span-7 {
    width: 550px; }

  .c-span-8 {
    width: 630px; }

  .c-span-9 {
    width: 710px; }

  .c-span-10 {
    width: 790px; }

  .c-span-11 {
    width: 870px; }

  .c-span-12 {
    width: 950px; }

  .push-1 {
    margin-left: 80px  !important; }

  .push-2 {
    margin-left: 160px; }

  .push-3 {
    margin-left: 240px; }

  .push-4 {
    margin-left: 320px; }

  .push-5 {
    margin-left: 400px; }

  .push-6 {
    margin-left: 480px; }

  .push-7 {
    margin-left: 560px; }

  .push-8 {
    margin-left: 640px; }

  .push-9 {
    margin-left: 720px; }

  .push-10 {
    margin-left: 800px; }

  .push-11 {
    margin-left: 880px; }

  .push-12 {
    margin-left: 960px; }

  .template-splash #section-3 .number {
    font-size: 48px; } }
/* =Mobile
----------------------------------------------------*/
@media screen and (max-width: 960px) {
  .template-form .container {
    padding: 0 17px;
    width: 100%; }

  .mobile-full-width {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important; }

  .c-span-1 {
    float: left;
    margin-right: 0.85763%;
    width: 7.54717%; }

  .c-span-2 {
    float: left;
    margin-right: 0.85763%;
    width: 15.09434%; }

  .c-span-3 {
    float: left;
    margin-right: 0.85763%;
    width: 22.64151%; }

  .c-span-4 {
    float: left;
    margin-right: 0.85763%;
    width: 30.18868%; }

  .c-span-5 {
    float: left;
    /*margin-right: 0.85763%;
    width: 37.73585% !important; */}

  .c-span-6 {
    float: left;
    margin-right: 0.85763%;
    width: 45.28302% !important; }

  .c-span-7 {
    float: left;
    margin-right: 0.85763%;
    width: 52.83019%; }

  .c-span-8 {
    float: left;
    margin-right: 0.85763%;
    width: 60.37736%; }

  .c-span-9 {
    float: left;
    margin-right: 0.85763%;
    width: 67.92453%; }

  .c-span-10 {
    float: left;
    margin-right: 0.85763%;
    width: 75.4717%; }

  .c-span-11 {
    float: left;
    margin-right: 0.85763%;
    width: 83.01887%; }

  .c-span-12 {
    float: left;
    margin-right: 0.85763%;
    width: 90.56604%; }

  .push-1 {
    /*margin-left: 97.5px !important; */}

  .push-2 {
    margin-left: 195px; }

  .push-3 {
    margin-left: 292.5px; }

  .push-4 {
    margin-left: 390px; }

  .push-5 {
    margin-left: 487.5px; }

  .push-6 {
    margin-left: 585px; }

  .push-7 {
    margin-left: 682.5px; }

  .push-8 {
    margin-left: 780px; }

  .push-9 {
    margin-left: 877.5px; }

  .push-10 {
    margin-left: 975px; }

  .push-11 {
    margin-left: 1072.5px; }

  .push-12 {
    margin-left: 1170px; } }
/*
 * Templates 
 */
.plot-graph {
  padding: 60px 98px 90px;
  width: 676px; }
  .plot-graph .graph-header {
    padding-left: 56px;
    margin-bottom: 40px; }
    .plot-graph .graph-header .graph-title {
      float: left;
      font-size: 14px;
      font-weight: bold;
      margin-right: 15px;
      text-transform: uppercase;
      width: 204px; }
    .plot-graph .graph-header .graph-nav {
      float: left;
      position: relative; }
      .plot-graph .graph-header .graph-nav select {
        font-size: 10px;
        height: 32px;
        line-height: 32px;
        width: 148px; }
      .plot-graph .graph-header .graph-nav .select-arrow {
        height: 28px;
        line-height: 28px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 2px;
        text-align: center;
        width: 40px;
        font-family: steelcase;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .plot-graph .graph-header .graph-nav .select-arrow:after {
          display: block;
          position: relative;
          top: 9px;
          content: "\e636"; }
    .plot-graph .graph-header:after {
      clear: both;
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .plot-graph .graph-grid {
    height: 380px;
    position: relative; }
    .plot-graph .graph-grid .x-axis:before {
      background: #b4b4b4;
      content: '';
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      width: 1px; }
    .plot-graph .graph-grid .y-axis:before {
      background: #b4b4b4;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      top: 50%;
      width: 100%; }
    .plot-graph .graph-grid .x-axis-title,
    .plot-graph .graph-grid .y-axis-title {
      font-size: 10px;
      font-weight: bold;
      left: 0;
      margin-top: -20px;
      position: absolute;
      text-transform: uppercase;
      top: 50%; }
    .plot-graph .graph-grid .y-axis-title {
      left: 50%;
      margin-top: 0;
      margin-left: -90px;
      top: 0;
      -moz-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .plot-graph .graph-grid .x-axis-negative-title,
    .plot-graph .graph-grid .x-axis-positive-title,
    .plot-graph .graph-grid .y-axis-negative-title,
    .plot-graph .graph-grid .y-axis-positive-title {
      font-size: 10px;
      font-weight: normal;
      left: 0;
      margin-top: 10px;
      position: absolute;
      text-transform: uppercase;
      top: 50%; }
    .plot-graph .graph-grid .x-axis-positive-title {
      left: auto;
      right: 0; }
    .plot-graph .graph-grid .y-axis-positive-title {
      left: 50%;
      margin-top: 0;
      margin-left: 10px;
      top: 0; }
    .plot-graph .graph-grid .y-axis-negative-title {
      bottom: 0;
      margin-top: 0;
      margin-left: 10px;
      left: 50%;
      top: auto; }
    .plot-graph .graph-grid .key .current-selection,
    .plot-graph .graph-grid .key .global {
      font-size: 10px;
      padding-left: 14px;
      position: relative;
      margin-bottom: 7px;
      text-transform: uppercase; }
      .plot-graph .graph-grid .key .current-selection:after,
      .plot-graph .graph-grid .key .global:after {
        content: '';
        border-radius: 100%;
        height: 8px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 8px; }
    .plot-graph .graph-grid .key .current-selection:after {
      background: #52c5d7; }
    .plot-graph .graph-grid .key .global:after {
      border: 2px solid #b4b4b4; }
    .plot-graph .graph-grid .grid-overlay {
      background-size: 100%;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -moz-transition: opacity 0.8s;
      -o-transition: opacity 0.8s;
      -webkit-transition: opacity 0.8s;
      transition: opacity 0.8s; }
    .plot-graph .graph-grid .grid-overlay.show {
      opacity: 1; }
  .plot-graph .data {
    position: absolute;
    left: 50%;
    top: 50%; }
    .plot-graph .data > div {
      border-radius: 100%;
      color: #fff;
      font-size: 14px;
      line-height: 100%;
      position: absolute;
      text-align: center; }
    html .template-form .edu-header {
        height: 65px;
    }
/* = Logo
******************************* */
#steelcase-logo {
  float: left;
  margin: 12px 0 14px; }

/* = Header
******************************* */
.template-form .fixed-header {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  height: 52px;
  left: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  header #branding {
    width: 121px; }
  header .menu .title {
    display: none; }
  header .menu ul,
  header .menu li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  header .menu ul {
    float: right; }
  header .menu li {
    float: left;
    line-height: 46px;
    margin: 4px 0 0 30px; }
  header .menu a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #727577;
    font-size: 14px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased; }
  header .menu a:hover,
  header .menu .active a {
    color: #191919;
    text-decoration: none; }
  header .menu .back a {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    header .menu .back a:after {
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      border-color: transparent transparent transparent #727577;
      border-style: solid;
      border-width: 4px 0 4px 4px;
      content: '';
      height: 0;
      position: absolute;
      right: 0;
      top: 19px;
      width: 0; }
    header .menu .back a:hover:after {
      border-color: transparent transparent transparent #7e7e7e; }

/* = Mobile Menu
******************************* */
html, body {
  min-height: 100%; }

body {
  overflow-x: hidden; }

#mobile-nav-trigger {
  font-family: steelcase;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #646766;
  font-size: 18px;
  display: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  padding: 16px;
  line-height: 20px;
  float: right;
  margin-right: -15px;
  height: 20px;
  width: 20px; }
  #mobile-nav-trigger:after {
    content: "\e600"; }
  #mobile-nav-trigger:hover {
    text-decoration: none; }

#mobile-nav {
  background: #eaeaea;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 340px;
  z-index: 1; }
  #mobile-nav ul {
    float: none;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #mobile-nav li {
    float: none;
    border-bottom: 1px solid #cbcbcb; }
  #mobile-nav .title {
    display: block;
    margin: 0; }
    #mobile-nav .title span {
      background: 0 0;
      color: #646766;
      display: block;
      font-size: 12px;
      font-weight: bold;
      height: 51px;
      line-height: 51px;
      overflow: hidden;
      padding: 0 30px 0 15px;
      position: relative;
      text-overflow: ellipsis;
      text-transform: uppercase;
      white-space: nowrap;
      -webkit-tap-highlight-color: transparent; }
  #mobile-nav a {
    background: 0 0;
    color: #171717;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    padding: 0 30px 0 15px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent; }
  #mobile-nav a:hover {
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none; }

#push {
  background: #fff;
  height: 100%;
  left: 0;
  padding-top: 10px;
  position: relative;
  z-index: 99;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.mobile-nav-closing #mobile-nav {
  visibility: visible; }

.mobile-nav-open #mobile-nav {
  visibility: visible; }
.mobile-nav-open #push,
.mobile-nav-open header {
  -moz-transform: translate3d(-340px, 0, 0);
  -ms-transform: translate3d(-340px, 0, 0);
  -webkit-transform: translate3d(-340px, 0, 0);
  transform: translate3d(-340px, 0, 0); }
  
  
/*----------------------------------------------------*/
/* Steelcase Event Experiences 
----------------------------------------------------*/

.event-form-body .c-span-5 {
    float: left;
    margin-right: 10px;
    width: 550px !important;
    margin-left: 50px !important;
}
.event-form-body .description img {
    width: 100%;
    height: auto;
}
  


/* =Normal
----------------------------------------------------*/
/* =Mobile
----------------------------------------------------*/
@media screen and (max-width: 960px) {
  header #mobile-nav-trigger {
    display: inline-block; }
  header .menu {
    display: none; } 
.template-form .fixed-header {
  background: transparent;
  border-bottom: 0px solid #e3e3e3; }
.template-form .fixed-header .container {
  border-bottom: 1px solid #e3e3e3;
  height: 52px;
  background: white;} }
footer {
  background: #f8f8f8;
  padding: 34px 0 80px; }

.footer-logos {
  margin-bottom: 20px; }
  .footer-logos ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer-logos:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }

.footer-logo {
  float: left;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 12.5%; }
  .footer-logo .footer-logo-contain {
    display: block;
    height: 100%;
    padding: 0 20% 0 0;
    position: relative; }
  .footer-logo li {
    margin-bottom: 8px; }
  .footer-logo a {
    display: block;
    height: 100%;
    position: relative; }
  .footer-logo .logo-rest,
  .footer-logo .logo-hover {
    transition: opacity .3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: 50%; }
  .footer-logo .logo-hover {
    opacity: 0;
    z-index: 1; }
  .footer-logo:hover .logo-hover {
    opacity: 1; }

.logo-steelcase .logo-rest {
  background-image: url('https://info.steelcase.com/hubfs/img/logos/steelcase-logo.svg'); }
.logo-steelcase .logo-hover {
  background-image: url('https://info.steelcase.com/hubfs/img/logos/steelcase-logo.svg'); }

.logo-steelcase-education .logo-rest {
  background-image: url('https://info.steelcase.com/hubfs/img/logos/steelcase-education.png'); }
.logo-steelcase-education .logo-hover {
  background-image: url('https://info.steelcase.com/hubfs/img/logos/steelcase-education-hover.png'); }

.logo-steelcase-health .logo-rest {
  background-image: url('https://info.steelcase.com/hubfs/img/logos/steelcase-health.png'); }
.logo-steelcase-health .logo-hover {
  background-image: url('https://info.steelcase.com/hubfs/img/logos/steelcase-health-hover.png'); }

.logo-turnstone {
  padding-top: 6px; }
  .logo-turnstone .logo-rest {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/turnstone.png'); }
  .logo-turnstone .logo-hover {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/turnstone-hover.png'); }

.logo-coalesse {
  padding-top: 3px; }
  .logo-coalesse .logo-rest {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/coalesse.png'); }
  .logo-coalesse .logo-hover {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/coalesse-hover.png'); }

.logo-designtex {
  padding-top: 10px; }
  .logo-designtex .logo-rest {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/designtex.png'); }
  .logo-designtex .logo-hover {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/designtex-hover.png'); }

.logo-polyvision {
  padding-top: 1px; }
  .logo-polyvision .logo-rest {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/polyvision.png'); }
  .logo-polyvision .logo-hover {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/polyvision-hover.png'); }

.logo-workspring {
  margin-top: -5px; }
  .logo-workspring .logo-rest {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/workspring.png'); }
  .logo-workspring .logo-hover {
    background-image: url('https://info.steelcase.com/hubfs/img/logos/workspring-hover.png'); }

.container .footer-content {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    width: 380px;
}
.container .footer-content a {
  color: #6f6f6f!important;
}
.footer-content,
.footer-content p {
  color: #6f6f6f;
  font-size: 12px !important;
  line-height: 16px; }

.container .footer-social {
  float: right;
  width: auto; }
  .footer-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer-social li {
    display: inline-block; }
  .footer-social a {
    background: 0 0;
    border: none;
    color: #191919;
    font-size: 0;
    font-family: steelcase;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    height: auto;
    line-height: 1;
    padding: 0;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .footer-social a:before {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    top: 0;
    width: 40px; }
  .footer-social .facebook a:before {
    content: "\e498"; }
  .footer-social .twitter a:before {
    content: "\e49d"; }
  .footer-social .linkedin a:before {
    content: "\e4cf"; }
    .footer-social .weibo a:before {
    content: "\e650"; }
    .footer-social .xing a:before {
    content: "\f168"; }
  .footer-social .pinterest a:before {
    content: "\e4d6"; }
  .footer-social .youtube a:before {
    content: "\e639"; }
  .footer-social .instagram a:before {
    content: "\e638"; }
  .footer-social a:hover,
  .footer-social a:hover:before {
    background: #6f6f6f;
    color: #fff; }

/* =Normal
----------------------------------------------------*/
/* =960
----------------------------------------------------*/
@media screen and (max-width: 960px) {
  .footer-logo {
    height: 80px;
    width: 25%; }

  .container .footer-social {
    margin-bottom: 20px;
    width: 100%; }
    .footer-social ul {
      text-align: center; }

  .container .footer-content {
    margin: 0;
    width: auto; } }
/* =768
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .footer-logo {
    height: 60px; } }
/* =400
----------------------------------------------------*/
@media screen and (max-width: 400px) {
  .footer-logo {
    height: 40px; } }
#form {
     padding-top: 25px; }

.message {
  background: #707070;
  color: #fff;
  display: none;
  font-size: 11px; }
  .message p {
    padding: 22px 0;
    margin: 0;
    position: relative; }

.error .message {
  display: block; }

/*
 * Form Elements
 */
.field {
  margin-bottom: 30px; }

label {
  color: #4d4d4d;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  display: block;
  margin-bottom: .5rem;
  text-transform: uppercase; }

input[type="text"] {
  -webkit-appearance: none;
  font-family: inherit;
  background: #fff;
  border: 1px solid #d7d7d5;
  box-shadow: none;
  box-sizing: border-box;
  color: #6f6f6f;
  display: block;
  font-size: 12px;
  height: 50px;
  line-height: normal;
  margin: 0 0 1rem;
  outline: none;
  padding: 0 2.8125rem 0 .9375rem;
  width: 100%;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

html .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

input[type="email"] {
  -webkit-appearance: none;
  font-family: inherit;
  background: #fff;
  border: 1px solid #d7d7d5;
  box-shadow: none;
  box-sizing: border-box;
  color: #6f6f6f;
  display: block;
  font-size: 12px;
  height: 50px;
  line-height: normal;
  margin: 0 0 1rem;
  outline: none;
  padding: 0 2.8125rem 0 .9375rem;
  width: 100%;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

input[type="tel"] {
  -webkit-appearance: none;
  font-family: inherit;
  background: #fff;
  border: 1px solid #d7d7d5;
  box-shadow: none;
  box-sizing: border-box;
  color: #6f6f6f;
  display: block;
  font-size: 12px;
  height: 50px;
  line-height: normal;
  margin: 0 0 1rem;
  outline: none;
  padding: 0 2.8125rem 0 .9375rem;
  width: 100%;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

input:focus {
  border-color: #cecece;
  box-shadow: inset 0 1px 3px 0 rgba(50, 50, 50, 0.15); }

.validation_message {
  border-radius: 3px;
  border: 1px solid #;
  background: #707070;
  color: #fff;
  display: none;
  font-family: inherit;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  padding: 10px;
  position: relative; }
  .validation_message:after {
    content: '';
    position: absolute;
    left: 18px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #707070; }

.error .validation_message {
  display: inline-block; }

select {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  outline: none;
  background: #fff;
  border: 1px solid #d7d7d5;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #6f6f6f;
  display: block;
  font-size: 12px;
  height: 50px;
  line-height: normal;
  margin: 0 0 1rem;
  padding: 0 2.8125rem 0 .9375rem;
  position: relative;
  width: 100%;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.select-contain {
  position: relative; }
  .select-contain .select-arrow {
    border-left: 1px solid #CDCDCD;
    height: 28px;
    line-height: 28px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 12px;
    text-align: center;
    width: 50px;
    font-family: steelcase;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .select-contain .select-arrow:after {
      display: block;
      position: relative;
      top: 9px;
      content: "\e636"; }

.large-checkbox {
  color: #707070;
  font-weight: normal;
  font-size: 11px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-transform: none; }
  .large-checkbox .input-box {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    display: inline-block;
    left: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px; }
  .large-checkbox .input-box:after {
    font-family: steelcase;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .large-checkbox input {
    visibility: hidden; }
  .large-checkbox.active .input-box {
    border: 1px solid #707070;
    background: #707070; }
  .large-checkbox.active .input-box:after {
    color: #fff;
    content: "\e631";
    visibility: visible; }
  .large-checkbox .checkbox-text {
    padding-left: 40px;
    height: 30px;
    line-height: 1.2em; }

.submit {
  margin-bottom: 50px; }

/* = <1200
----------------------------------------------------*/
@media screen and (max-width: 1280px) {

  #form .container .form-right {
    padding-left: 15px;
    width: 395px !important; } 
}
    
/* = <1200
----------------------------------------------------*/
@media screen and (max-width: 1200px) {
  #form {
    padding-top: 20px; }

  .container .form-left {
    margin: 0 !important;
    padding-right: 10px;
    width: 100% !important; }
  #form .container .row-fluid .span6 {
    width: 50%;
  }
  #form .container .form-right {
    margin: 0 !important;
    padding-left: 10px;
    width: 50% !important; } 
  .container .footer-content {
    width: 310px;
    }}
/* = <960
----------------------------------------------------*/
@media screen and (max-width: 960px) {
  #form .container .row-fluid .span6 {
    width: 100%;
  }
  .container .form-left {
    padding-right: 0px;
    width: 100% !important; }
  #form .container .form-right {
    padding-left: 0px;
    width: 100% !important; }
  #form .container .widget-type-custom_widget {
    width: 100%;
  }
  .form-right {
    padding-left: 0px; } 
    .container .footer-content {
    width: 100%;
    }}
  .container .form-right {
    padding-left: 17px;
    margin-right: 0 !important;
    width: 397px !important;
     }
.template-splash #section-1 {
  height: 574px;
  padding: 0 17px;
  text-align: center; }
  .template-splash #section-1 .cell {
    -moz-transition: opacity, 0.8s 0.8s;
    -o-transition: opacity, 0.8s 0.8s;
    -webkit-transition: opacity, 0.8s 0.8s;
    transition: opacity 0.8s 0.8s;
    -webkit-backface-visibility: hidden; }
  .template-splash #section-1 hgroup {
    -moz-transition: margin, 0.8s 0.8s;
    -o-transition: margin, 0.8s 0.8s;
    -webkit-transition: margin, 0.8s 0.8s;
    transition: margin 0.8s 0.8s; }
  .template-splash #section-1 .button {
    -moz-transition-delay: 1.6s, 1.6s, 1.6s, 1.6s, 1.6s;
    -o-transition-delay: 1.6s, 1.6s, 1.6s, 1.6s, 1.6s;
    -webkit-transition-delay: 1.6s, 1.6s, 1.6s, 1.6s, 1.6s;
    transition-delay: 1.6s, 1.6s, 1.6s, 1.6s, 1.6s;
    -moz-transition-property: opacity, -moz-transform, -webkit-transform, -ms-transform, -moz-transform;
    -o-transition-property: opacity, -o-transform, -webkit-transform, -ms-transform, -moz-transform;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-transform, -ms-transform, -moz-transform;
    transition-property: opacity, transform, -webkit-transform, -ms-transform, -moz-transform;
    -moz-transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    -o-transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    -webkit-transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s; }
  .template-splash #section-1.pre-load-state .cell {
    opacity: 0; }
  .template-splash #section-1.pre-load-state hgroup {
    margin-top: -99px; }
  .template-splash #section-1.pre-load-state .button {
    opacity: 0;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  .template-splash #section-1 .pre-title {
    color: #fff;
    margin-bottom: 12px; }
  .template-splash #section-1 .title {
    color: #fff;
    margin-bottom: 20px; }
  .template-splash #section-1 .description {
    color: #fff;
    margin-bottom: 47px; }
.template-splash #section-2 {
  padding-top: 60px;
  padding-bottom: 60px; }
.template-splash #section-3 {
  height: 480px;
  text-align: center; }
  .template-splash #section-3 .title {
    color: #fff; }
  .template-splash #section-3 .description {
    color: #fff;
    margin-bottom: 47px; }
  .template-splash #section-3 .statistics {
    text-align: center; }
  .template-splash #section-3 .statistic {
    display: inline-block;
    margin: 0 63.75px;
    width: 160px; }
  .template-splash #section-3 .number {
    color: #fff;
    font-size: 50px;
    font-weight: 100; }
  .template-splash #section-3 .descriptor {
    color: #fff;
    font-size: 16px;
    font-weight: normal; }
.template-splash #section-4 {
  padding: 60px 0; }
  .template-splash #section-4 .graph {
    padding-top: 30px; }

#learn-more {
  background: #90ce9c;
  height: 480px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  #learn-more .animator {
    content: '';
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    -webkit-transition: all 10s linear;
    transition: all 10s linear;
    left: -50%;
    top: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjIwJSIgcj0iODAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTJjNWQ2Ii8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-radial-gradient(center 20%, at center 20%, #52c5d6 0%, rgba(125, 185, 232, 0) 80%);
    background-image: -webkit-radial-gradient(center 20%, at center 20%, #52c5d6 0%, rgba(125, 185, 232, 0) 80%);
    background-image: radial-gradient(at center 20% at center 20%, #52c5d6 0%, rgba(125, 185, 232, 0) 80%); }
  #learn-more.animate .animator {
    left: 50%; }
  #learn-more .title {
    color: #fff;
    position: relative; }
  #learn-more .description {
    color: #fff;
    margin-bottom: 47px;
    position: relative; }
  #learn-more .buttons {
    clear: both;
    position: relative;
    text-align: center; }
  #learn-more .button {
    width: 205px; }
  #learn-more .button:first-child {
    margin-right: 10px; }

/* = <1200
----------------------------------------------------*/
@media screen and (max-width: 1200px) {
  .template-splash #section-2 {
    height: auto;
    min-height: 0; }
    .template-splash #section-2 .content {
      margin-left: 0;
      width: 50%; }
  .template-splash #section-4 {
    height: auto;
    min-height: 0; }
    .template-splash #section-4 .content {
      margin: 0;
      padding-right: 10px;
      width: 50%; }
    .template-splash #section-4 .graph {
      margin: 0;
      padding-left: 10px;
      width: 50%; } }
/* = <960
----------------------------------------------------*/
@media screen and (max-width: 960px) {
  .template-splash #section-1 {
    height: 350px; }
  .template-splash #section-2 {
    padding: 36px 0 40px; }
  .template-splash #section-3 {
    height: auto;
    min-height: 0;
    padding: 36px 0 0; }
    .template-splash #section-3 .statistic {
      display: block;
      margin: 0;
      padding: 10px 0;
      position: relative;
      width: auto; }
      .template-splash #section-3 .statistic:before {
        background: #fff;
        bottom: 0;
        content: '';
        height: 1px;
        left: -17px;
        position: absolute;
        right: -17px; }
    .template-splash #section-3 .statistic:last-child {
      border: 0; }
    .template-splash #section-3 .number,
    .template-splash #section-3 .descriptor {
      font-size: 30px;
      font-weight: 100;
      display: inline-block;
      vertical-align: baseline; }
    .template-splash #section-3 .number {
      margin-right: 5px; }
  .template-splash #section-4 {
    padding: 36px 0 40px; }
    .template-splash #section-4 .content {
      padding-right: 0; }

  #learn-more {
    height: auto;
    min-height: 0;
    padding: 36px 0 40px; }
    #learn-more .description {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 414px; } }
/* = <768
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .template-splash #section-2 {
    position: relative; }
    .template-splash #section-2 .container {
      position: relative; }
    .template-splash #section-2:before {
      background: rgba(255, 255, 255, 0.8);
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .template-splash #section-2 .content {
      margin: 0;
      width: auto; }
  .template-splash #section-4 {
    position: relative; }
    .template-splash #section-4 .container {
      position: relative; }
    .template-splash #section-4:before {
      background: rgba(255, 255, 255, 0.8);
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .template-splash #section-4 .content {
      margin: 0;
      width: auto; }
    .template-splash #section-4 .graph {
      display: none; }

  #learn-more .button,
  #learn-more .button:first-child {
    display: block;
    margin: 0 auto 20px; }
  #learn-more .description {
    margin-left: 0;
    margin-right: 0;
    width: auto; } }
.template-compare #section-1 {
  height: 265px;
  padding: 0 17px;
  text-align: center; }
  .template-compare #section-1 .cell {
    -moz-transition: opacity, 0.8s 0.8s;
    -o-transition: opacity, 0.8s 0.8s;
    -webkit-transition: opacity, 0.8s 0.8s;
    transition: opacity 0.8s 0.8s;
    -webkit-backface-visibility: hidden; }
  .template-compare #section-1 hgroup {
    -moz-transition: margin, 0.8s 0.8s;
    -o-transition: margin, 0.8s 0.8s;
    -webkit-transition: margin, 0.8s 0.8s;
    transition: margin 0.8s 0.8s; }
  .template-compare #section-1 .pre-title {
    margin-bottom: 12px; }
  .template-compare #section-1 .title {
    margin-bottom: 40px; }
  .template-compare #section-1 .button {
    -moz-transition-delay: 1.6s, 1.6s, 1.6s, 1.6s, 1.6s;
    -o-transition-delay: 1.6s, 1.6s, 1.6s, 1.6s, 1.6s;
    -webkit-transition-delay: 1.6s, 1.6s, 1.6s, 1.6s, 1.6s;
    transition-delay: 1.6s, 1.6s, 1.6s, 1.6s, 1.6s;
    -moz-transition-property: opacity, -moz-transform, -webkit-transform, -ms-transform, -moz-transform;
    -o-transition-property: opacity, -o-transform, -webkit-transform, -ms-transform, -moz-transform;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-transform, -ms-transform, -moz-transform;
    transition-property: opacity, transform, -webkit-transform, -ms-transform, -moz-transform;
    -moz-transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    -o-transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    -webkit-transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    border-color: #191919;
    color: #191919; }
  .template-compare #section-1 .button:hover {
    background: #000;
    color: #52c5d7; }
  .template-compare #section-1.pre-load-state .cell {
    opacity: 0; }
  .template-compare #section-1.pre-load-state hgroup {
    margin-top: -99px; }
  .template-compare #section-1.pre-load-state .button {
    opacity: 0;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
.template-compare #section-2 {
  background: #52c5d7;
  height: 550px;
  text-align: center; }
  .template-compare #section-2 .title {
    color: #fff; }
  .template-compare #section-2 .description {
    color: #fff;
    max-width: 578px;
    margin: 0 auto 47px; }
  .template-compare #section-2 .statistics {
    text-align: center; }
  .template-compare #section-2 .statistic {
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 20%; }
  .template-compare #section-2 .number {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    height: 80px;
    line-height: 76px;
    margin: 0 auto 20px;
    width: 80px;
    -moz-transition-property: opacity, -moz-transform, -webkit-transform, -ms-transform, -moz-transform;
    -o-transition-property: opacity, -o-transform, -webkit-transform, -ms-transform, -moz-transform;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-transform, -ms-transform, -moz-transform;
    transition-property: opacity, transform, -webkit-transform, -ms-transform, -moz-transform;
    -moz-transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    -o-transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    -webkit-transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s;
    transition-duration: 0.8s, 0.8s, 0.8s, 0.8s, 0.8s; }
  .template-compare #section-2 .descriptor {
    color: #fff;
    font-size: 16px;
    font-weight: normal; }
  .template-compare #section-2 .statistic-1 .number {
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0; }
  .template-compare #section-2 .statistic-2 .number {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .template-compare #section-2 .statistic-3 .number {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .template-compare #section-2 .statistic-4 .number {
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .template-compare #section-2 .statistic-5 .number {
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .template-compare #section-2.pre-load-state .number {
    opacity: 0;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
.template-compare #section-3 .key {
  display: none; }
.template-compare #section-3 .plot-point {
  -moz-transition-property: opacity, -moz-transform, -webkit-transform, -ms-transform, -moz-transform;
  -o-transition-property: opacity, -o-transform, -webkit-transform, -ms-transform, -moz-transform;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-transform, -ms-transform, -moz-transform;
  transition-property: opacity, transform, -webkit-transform, -ms-transform, -moz-transform;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s; }
.template-compare #section-3 .data-point-1 {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.template-compare #section-3 .data-point-2 {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
.template-compare #section-3 .data-point-3 {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
.template-compare #section-3 .data-point-4 {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.template-compare #section-3 .data-point-5 {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }
.template-compare #section-3.pre-load-state .plot-point {
  opacity: 0;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }