@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS and IE text size adjust after device orientation change,
     *    without disabling user zoom.
     */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/**
       * Address `[hidden]` styling not present in IE 8/9/10.
       */
[hidden] {
  display: none; }

/**
     * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
     */
template {
  display: none; }

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

/**
     * Improve readability of focused elements when they are also in an
     * active/hover state.
     */
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;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 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: 1.5em 40px; }

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

/**
     * Contain overflow in all browsers.
     */
pre {
  overflow: auto; }

/**
     * Address odd `em`-unit font size rendering in all browsers.
     */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
       ========================================================================== */
/**
     * Known limitation: by default, Chrome and Safari on OS X allow very limited
     * styling of `select`, unless a `border` property is set.
     */
/**
     * 1. Correct color not being inherited.
     *    Known issue: affects color of disabled elements.
     * 2. Correct font properties not being inherited.
     * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
     * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 5. Improve appearance and consistency with IE 6/7.
     */
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.
     * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
     *    Known issue: inner spacing remains in IE 6.
     */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
       * It's recommended that you don't attempt to style these elements.
       * Firefox's implementation doesn't respect box-sizing, padding, or width.
       *
       * 1. Address box sizing set to `content-box` in IE 8/9/10.
       * 2. Remove excess padding in IE 8/9/10.
       * 3. Remove excess padding in IE 7.
       *    Known issue: excess padding remains in IE 6.
       */
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.
     */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  /**
       * 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.
     * 3. Correct alignment displayed oddly in IE 6/7.
     */
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; }

@font-face {
  font-family: 'DIN-RegularAlternate';
  src: url("fonts/DIN-RegularAlternate.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINMittelschriftStd';
  src: url("DINMittelschriftStd.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

.museo, body, h1, h2, h3, h4, h5 {
  font-family: "museo-sans",sans-serif; }

body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2; }

strong, b {
  font-weight: 700; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 22px;
  line-height: 27px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #df221a;
  margin-bottom: 15px; }
  @media (min-width: 980px) {
    h2 {
      font-size: 36px;
      text-align: center;
      margin-bottom: 23px; } }

h3 {
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 980px) {
    h3 {
      font-size: 18px;
      line-height: 22px;
      text-align: center; } }

h4 {
  font-size: 18px;
  font-weight: 300; }

h5 {
  font-size: 20px;
  font-weight: 700; }

p {
  margin-top: 0px; }

a {
  color: #263b2d;
  text-decoration: underline; }
  a:hover {
    color: #57bc73;
    text-decoration: none; }

.green_back {
  background-color: #1d9c74;
  color: #fff; }
  .green_back a {
    color: #263b2d;
    text-decoration: underline; }
    .green_back a:hover {
      color: #57bc73;
      text-decoration: none; }

header.collapser.closed {
  width: 130px;
  transition: all 0.3s ease-in; }
  header.collapser.closed span.link_text {
    opacity: 0;
    width: 0px;
    height: 0px;
    font-size: 0px;
    overflow: hidden; }
  header.collapser.closed .nosmall {
    opacity: 0; }
  header.collapser.closed .icon_holder {
    width: 98%;
    transition-delay: 0s; }
  header.collapser.closed span.link_text {
    transition: all 0.5s linear;
    transition-delay: 0.3s; }

header.collapser {
  width: 209px;
  height: 100%;
  position: fixed;
  background-color: white;
  box-sizing: content-box;
  transition: all 0.3s ease-in; }
  header.collapser .icon_holder, header.collapser .nosmall {
    transition: all 0.6s linear; }
  header.collapser .icon_holder {
    transition-delay: 0.2s; }

.branding {
  height: 350px;
  position: relative; }
  .branding .mainMenu {
    position: absolute;
    bottom: 0;
    padding: 18px;
    width: 100%;
    border-right: none; }
  .branding .logo {
    text-align: center;
    padding-top: 44px; }
    .branding .logo img {
      width: 100%; }

a.mainMenu {
  font-size: 18px;
  font-family: 'DIN-RegularAlternate';
  text-decoration: none;
  padding: 18px;
  display: block;
  border-right: 9px solid #f7f7f7;
  text-transform: uppercase; }
  a.mainMenu .icon_holder {
    width: 40px;
    display: block;
    float: left;
    text-align: center; }

nav.mainnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -9px; }
  nav.mainnav ul li {
    max-height: 85px;
    overflow: hidden;
    display: block; }
  nav.mainnav ul li:nth-child(1) {
    background-color: #83d2e2; }
    nav.mainnav ul li:nth-child(1) a {
      color: white; }
      nav.mainnav ul li:nth-child(1) a:hover {
        border-right: 9px solid #83d2e2; }
  nav.mainnav ul li:nth-child(2) {
    background-color: #61c6bf; }
    nav.mainnav ul li:nth-child(2) a {
      color: white; }
      nav.mainnav ul li:nth-child(2) a:hover {
        border-right: 9px solid #61c6bf; }
  nav.mainnav ul li:nth-child(3) {
    background-color: #57bc73; }
    nav.mainnav ul li:nth-child(3) a {
      color: white; }
      nav.mainnav ul li:nth-child(3) a:hover {
        border-right: 9px solid #57bc73; }
  nav.mainnav ul li:nth-child(4) {
    background-color: #1d9c74; }
    nav.mainnav ul li:nth-child(4) a {
      color: white; }
      nav.mainnav ul li:nth-child(4) a:hover {
        border-right: 9px solid #1d9c74; }
  nav.mainnav ul li:nth-child(5) {
    background-color: #11714b; }
    nav.mainnav ul li:nth-child(5) a {
      color: white; }
      nav.mainnav ul li:nth-child(5) a:hover {
        border-right: 9px solid #11714b; }
  nav.mainnav ul li:nth-child(6) {
    background-color: #263b2d; }
    nav.mainnav ul li:nth-child(6) a {
      color: white; }
      nav.mainnav ul li:nth-child(6) a:hover {
        border-right: 9px solid #263b2d; }

header.gradient {
  height: 350px;
  color: white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57bc73+0,1d9c74+50,11714b+100 */
  background: #57bc73;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #57bc73 0%, #1d9c74 50%, #11714b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #57bc73 0%, #1d9c74 50%, #11714b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #57bc73 0%, #1d9c74 50%, #11714b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57bc73', endColorstr='#11714b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-top: 100px; }
  header.gradient p.description {
    font-size: 20px;
    font-family: 'PT Sans';
    font-weight: 300;
    line-height: 1.2; }

.container {
  max-width: 1170px;
  padding: 20px;
  margin: 0 auto; }

.onlydesktop {
  display: none; }
  @media (min-width: 980px) {
    .onlydesktop {
      display: block; } }

.onlymobile {
  display: block; }
  @media (min-width: 980px) {
    .onlymobile {
      display: none; } }

.signupform {
  background-color: #474c55; }

.redband {
  background-color: #df221a;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  font-family: "museo-sans",sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.8px; }

.mktoForm, .mktoForm[style] {
  width: 100% !important;
  display: block !important;
  font-family: "museo-sans",sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.8px; }
  .mktoForm input, .mktoForm input[style], .mktoForm input[type=text], .mktoForm input[type=email], .mktoForm input.mktoField, .mktoForm select, .mktoForm[style] input, .mktoForm[style] input[style], .mktoForm[style] input[type=text], .mktoForm[style] input[type=email], .mktoForm[style] input.mktoField, .mktoForm[style] select {
    border: none;
    background-color: #c8cacc;
    padding: 22px !important;
    font-size: 13px !important;
    font-family: "museo-sans",sans-serif !important;
    font-weight: 700;
    display: block !important;
    width: 100% !important;
    display: block !important; }
    .mktoForm input:focus, .mktoForm input[style]:focus, .mktoForm input[type=text]:focus, .mktoForm input[type=email]:focus, .mktoForm input.mktoField:focus, .mktoForm select:focus, .mktoForm[style] input:focus, .mktoForm[style] input[style]:focus, .mktoForm[style] input[type=text]:focus, .mktoForm[style] input[type=email]:focus, .mktoForm[style] input.mktoField:focus, .mktoForm[style] select:focus {
      color: #df221a; }
  .mktoForm label, .mktoForm label.mktoLabel, .mktoForm label[style], .mktoForm[style] label, .mktoForm[style] label.mktoLabel, .mktoForm[style] label[style] {
    font-size: 13px !important;
    font-family: "museo-sans",sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #c8cacc;
    width: 100% !important;
    display: block !important; }
  .mktoForm select, .mktoForm[style] select {
    border-radius: 0px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton, .mktoForm[style] .mktoButtonWrap.mktoSimple button.mktoButton {
    margin-top: 30px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 22px !important;
    background-color: #df221a !important;
    border: none !important;
    outline: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-weight: 700 !important;
    margin-bottom: 14px !important;
    color: white !important;
    background-image: none !important;
    min-width: 165px !important;
    width: 165px !important;
    display: block;
    margin: 0 auto; }
    .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:hover, .mktoForm[style] .mktoButtonWrap.mktoSimple button.mktoButton:hover {
      background-color: #b11b15 !important; }

.mktoButtonWrap[style] {
  margin-left: 0px !important;
  margin: 0 auto;
  max-width: 180px; }

.mktoAsterix {
  display: none; }

*, html, body {
  box-sizing: border-box; }
  *.fixed, html.fixed, body.fixed {
    overflow: hidden; }

body {
  color: #474c55;
  font-size: 12px; }

button {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  padding: 15px;
  background-color: #df221a;
  border: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 14px;
  color: white; }
  @media (min-width: 980px) {
    button {
      font-size: 16px;
      min-width: 324px;
      padding: 25px 42px; } }
  button.red {
    color: white; }
  button.white {
    color: #df221a;
    background-color: white; }

a {
  color: white;
  text-decoration: none; }

header {
  max-height: 78px;
  background-color: #f5f5f5; }
  header .logo {
    text-align: center; }
    header .logo img {
      width: 178px; }
    @media (min-width: 980px) {
      header .logo {
        text-align: left; } }

.showoff {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(http://info.saucelabs.com/rs/468-XBT-687/images/ink-comp.jpg);
  background-size: cover;
  background-position: bottom;
  text-align: center;
  padding-top: 39px;
  padding-bottom: 50px;
  color: white; }
  @media (min-width: 980px) {
    .showoff {
      padding-top: 70px;
      padding-bottom: 0px; } }
  .showoff .plainlogo img {
    width: 50px; }
    @media (min-width: 980px) {
      .showoff .plainlogo img {
        width: 88px; } }
  .showoff h1 {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
    color: white; }
    @media (min-width: 980px) {
      .showoff h1 {
        font-size: 36px;
        line-height: 50px; } }
  .showoff .description {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: white; }
    @media (min-width: 980px) {
      .showoff .description {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0px; } }

.overlay {
  background-color: rgba(0, 0, 0, 0.45);
  margin-top: 65px;
  padding: 43px 0px; }
  .overlay.noback {
    background-color: transparent; }
  .overlay .half {
    width: 50%;
    float: left; }
  .overlay .testingresults {
    text-align: left;
    font-weight: 500; }
    .overlay .testingresults h3 {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.120em; }
    .overlay .testingresults ul {
      padding: 0;
      list-style: inside;
      font-size: 16px;
      line-height: 28px; }
  .overlay .startit {
    text-align: right;
    padding-top: 26px; }
    .overlay .startit p.small {
      font-size: 14px;
      width: 360px;
      float: right;
      text-align: center; }

@media (min-width: 980px) {
  .p, .panel.second p, .thethird p {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 0px; } }

.mobile_second {
  text-align: center;
  background-color: #474c55;
  color: white; }
  .mobile_second h3 {
    color: #df221a;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.12em; }
  .mobile_second ul {
    list-style: none;
    font-size: 14px;
    line-height: 1.7;
    padding: 0; }
    .mobile_second ul li {
      margin-left: -15px;
      color: white; }
    .mobile_second ul li:before {
      content: "•";
      margin-right: 13px; }
  .mobile_second .startit {
    color: #474c55;
    background-color: #f7f7f7;
    padding: 15px; }
    .mobile_second .startit .container {
      padding: 0; }
    .mobile_second .startit button {
      margin-top: 0; }
    .mobile_second .startit p, .mobile_second .startit a {
      color: #474c55; }
    .mobile_second .startit p.small {
      margin-bottom: 3px; }
  .mobile_second .testingresults {
    color: white; }
    .mobile_second .testingresults h3 {
      color: white; }
  .mobile_second p {
    color: white; }

.panel.second {
  padding-top: 35px;
  background-color: #eeeeee;
  padding-bottom: 35px; }
  @media (min-width: 980px) {
    .panel.second {
      padding-top: 77px;
      padding-bottom: 77px; } }

.third {
  text-align: center;
  padding-top: 44px; }
  @media (min-width: 980px) {
    .third {
      width: 33.333%;
      float: left;
      padding-top: 94px; }
      .third .imageholderheightfixer {
        min-height: 112px;
        position: relative; }
        .third .imageholderheightfixer img {
          height: 100%;
          width: auto; } }
  @media (max-width: 980px) {
    .third {
      font-size: 13px; }
      .third h3 {
        letter-spacing: 0.09em; } }

.thethird {
  padding-top: 10px;
  padding-bottom: 60px; }
  @media (min-width: 980px) {
    .thethird {
      padding-top: 77px;
      padding-bottom: 77px; } }
  .thethird p {
    line-height: 1.6; }
    @media (min-width: 980px) {
      .thethird p {
        line-height: 28px;
        margin-bottom: 83px; } }
  .thethird h2 em {
    display: block; }
    @media (min-width: 980px) {
      .thethird h2 em {
        display: inline; } }
  .thethird .third {
    text-align: left;
    padding-top: 29px; }
    @media (min-width: 980px) {
      .thethird .third h3 {
        width: 190px;
        text-align: left;
        transform: translateX(1.6em); } }
  .thethird ul {
    padding: 0;
    list-style: outside;
    font-weight: 500;
    padding-left: 1em; }
    @media (min-width: 980px) {
      .thethird ul {
        padding-left: 1em; } }
    .thethird ul li {
      margin-top: 11px; }
      @media (min-width: 980px) {
        .thethird ul li {
          list-style: outside;
          font-size: 16px;
          line-height: 22px;
          font-weight: 500;
          max-width: 190px;
          transform: translateX(1.5em); } }

.blue {
  color: #56bde4; }

.red {
  color: #df221a; }

.purple {
  color: #003a70; }

.gradient {
  background-image: url(http://info.saucelabs.com/rs/468-XBT-687/images/ink-gradient-mobile.jpg);
  background-size: 100%;
  background-position: center;
  text-align: center;
  color: white;
  padding-top: 40px;
  padding-bottom: 27px; }
  @media (min-width: 980px) {
    .gradient {
      padding-top: 84px; } }
  .gradient h2 {
    color: white;
    font-weight: 700;
    letter-spacing: 0.180em;
    line-height: 25px;
    font-size: 18px; }
    .gradient h2 span {
      font-weight: 300; }
    @media (min-width: 980px) {
      .gradient h2 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 40px; } }
  @media (min-width: 980px) {
    .gradient {
      background-image: url(http://info.saucelabs.com/rs/468-XBT-687/images/ink-gradient.jpg);
      background-size: cover; }
      .gradient p {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 45px; } }

.clear {
  clear: both; }

.client-list {
  background-color: #eeeeee;
  padding-top: 35px;
  padding-bottom: 42px; }
  .client-list .logo-list {
    text-align: center;
    margin-top: 55px; }
    .client-list .logo-list .half, .client-list .logo-list .full {
      width: 20%;
      float: left; }
  @media (max-width: 980px) {
    .client-list {
      padding-top: 10px; }
      .client-list .logo-list {
        margin-top: 5px; }
        .client-list .logo-list .half {
          width: 50%;
          float: left;
          padding: 20px;
          text-align: center; }
        .client-list .logo-list .full {
          width: 100%;
          float: left;
          text-align: center; }
      .client-list .companylogos1 {
        width: 125px; }
      .client-list .companylogos2 {
        width: 70px; }
      .client-list .companylogos3 {
        width: 101px; }
      .client-list .companylogos4 {
        width: 110px; }
      .client-list .companylogos5 {
        width: 90px;
        margin-top: 20px; } }

footer {
  background-color: #474c55;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 13px;
  text-align: center;
  color: white; }
  footer img {
    max-width: 180px; }
  footer p.copy {
    font-weight: 300;
    font-size: 10px;
    margin-top: 33px;
    margin-bottom: 13px; }
  @media (min-width: 980px) {
    footer {
      padding: 40px; }
      footer img {
        max-width: 252px; }
      footer .logobottom, footer p.copy {
        width: 49%;
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: bottom;
        font-size: 14px;
        text-align: left; }
      footer p.copy {
        text-align: right; } }

.imagetitle {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 15px;
  font-size: 12px; }
  @media (min-width: 980px) {
    .imagetitle {
      font-size: 16px;
      line-height: 21px;
      font-weight: 500; } }

p {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px; }
  @media (max-width: 980px) {
    p {
      font-size: 14px; } }

p.small {
  font-size: 12px;
  font-weight: 300; }
  @media (min-width: 980px) {
    p.small {
      font-size: 14px; } }

.iframeholder {
  width: 100%;
  margin: 0 auto;
  transform: translateY(-103px);
  outline: 0px; }
  @media (min-width: 980px) {
    .iframeholder {
      width: 960px; } }
  .iframeholder iframe {
    outline: none;
    border: none;
    background-color: transparent; }

.spacefordocument {
  height: 44px; }
  @media (min-width: 980px) {
    .spacefordocument {
      height: 176px; } }

.ci-document.onlymobile {
  text-align: center; }
  .ci-document.onlymobile img {
    max-width: 45%;
    transform: translateY(-88px);
    margin-bottom: -88px; }

.cideskwrap, .ci {
  background-color: #eeeeee; }

.cideskwrap {
  padding: 0px 20px;
}

.ci-explain {
  line-height: 1.6;
  font-size: 14px; }
  @media (min-width: 980px) {
    .ci-explain {
      font-size: 16px;
      margin-top: 40px; } }

@media (min-width: 980px) {
  .cidesk {
    max-width: 1170px;
    margin: 0 auto;
    min-height: 600px;
    height: 600px; }
    .cidesk .half {
      width: 50%;
      float: left; }
      .cidesk .half.signupform {
        max-width: 360px;
        float: right;
        transform: translateY(-88px); }
      .cidesk .half.cidocs {
        max-width: 550px;
        transform: translateY(-88px); } }

@media (min-width: 980px) {
  p.left {
    text-align: left;
    line-height: 1.4; } }

@media (min-width: 980px) {
  h2.left {
    text-align: left;
    line-height: 1.2; } }

/*# sourceMappingURL=inkc-style.css.map */
