@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  width: 100%;
  display: block;
  overflow: hidden;
  overflow-y: scroll; }

/**
 * 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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents 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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability 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;
  margin: 0.67em 0; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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. Improves appearance and consistency in all browsers.
 */
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. Removes 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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  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 hass
 * 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. Corrects text not wrapping in Firefox 3.
 * 4. Corrects 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; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

/**********************************************
* 1180 CSS Grid System - Fluid
* by Chris Blackwell / chrisblackwell.me
**********************************************/
body {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block; }

@media only screen and (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%; }
  body {
    margin: 0 0 5.000em; }
    .dashboard body {
      margin: 0; } }

.page-content {
  float: left;
  width: 100%;
  padding-top: 6em; }
  .page-content.popup {
    padding-top: 0 !important; }

.section {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding: 6em 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section {
      padding: 10em 0; }
      .dashboard .section.products {
        padding: 5em 0 0 0; }
      .popup .section {
        padding: 5em 0; } }
  .section.contrast {
    background-color: #F8F9FB; }

.grid {
  width: 100%;
  max-width: 1220px;
  padding: 0 2%;
  z-index: 2;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  box-sizing: border-box; }

.row {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 3em 0; }
  .row:last-child {
    margin-bottom: 0; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

/* Sets default values on all columns */
[class*="span"] {
  float: left;
  width: 100%;
  box-sizing: border-box; }
  [class*="span"].right {
    float: right;
    margin-left: 2%; }

@media only screen and (min-width: 350px) {
  .span1-5 {
    width: 49%; }
    .span1-5:nth-of-type(2n) {
      margin-right: 0; } }

@media only screen and (min-width: 568px) {
  .span1-5 {
    width: 32%; }
    .span1-5:nth-of-type(2n) {
      margin-right: 2%; }
    .span1-5:nth-of-type(3n) {
      margin-right: 0; } }

@media only screen and (max-width: 768px) {
  .mobile-6 {
    margin: .5em 0; }
    .mobile-6 [class*="span"] {
      margin-right: 2%; }
      .mobile-6 [class*="span"]:last-child {
        margin-right: 0; }
    .mobile-6 .span1 {
      width: 6.5%; }
    .mobile-6 .span5 {
      width: 40.5%; } }

@media only screen and (min-width: 769px) {
  .page-content {
    padding-top: 7.5em; }
    .dashboard .page-content {
      padding-top: 7.5em; }
    .page-content.page-subcontent {
      padding-top: 11em; }
  [class*="span"] {
    margin-right: 2%; }
    [class*="span"]:last-child {
      margin-right: 0; }
    [class*="span"].center {
      margin: 0 auto;
      display: block;
      float: none; }
  .span1 {
    width: 6.5%; }
  .span2 {
    width: 15%; }
  .span1-5 {
    width: 23.5%; }
    .span1-5:nth-of-type(2n), .span1-5:nth-of-type(3n) {
      margin-right: 2%; }
    .span1-5:nth-of-type(4n) {
      margin-right: 0; }
  .span3 {
    width: 23.5%; }
  .span4 {
    margin-right: 2%;
    width: 32%; }
  .span5 {
    width: 40.5%; }
  .span6 {
    width: 49%; }
  .span1-2 {
    width: 49.5%;
    margin-right: 1%; }
  .span7 {
    width: 57.5%; }
  .span8 {
    width: 66%; }
  .span9 {
    width: 74.5%; }
  .span10 {
    width: 83%; }
  .span11 {
    width: 91.5%; }
  .span12 {
    width: 100%; }
    .span12 img {
      width: 100%;
      max-width: 100%; }
    .span12.extra-margin {
      margin: 5em 0; }
  .span14 {
    width: 50%; } }

@media only screen and (min-width: 1024px) {
  .span1-5 {
    width: 18.4%; }
    .span1-5:nth-of-type(2n), .span1-5:nth-of-type(3n), .span1-5:nth-of-type(4n) {
      margin-right: 2%; }
    .span1-5:nth-of-type(5n) {
      margin-right: 0; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px 20px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  border-radius: 4px;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 80%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 10px;
    padding-right: 10px; } }

ul {
  margin: 0;
  padding: 0; }

.list-nav {
  list-style-type: none; }
  .list-nav li {
    float: left;
    margin: 0 1em; }

.section-list {
  list-style-type: none;
  overflow: visible; }
  .section-list li {
    margin-right: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 2em 10% 3em 10%;
    position: relative;
    z-index: 10;
    box-sizing: border-box; }
    @media only screen and (min-width: 769px) {
      .section-list li {
        padding: 2em 3% 3em 3%; } }
    @media only screen and (min-width: 1280px) {
      .section-list li {
        padding: 2em 5% 3em 5%; } }
    .section-list li p {
      padding: 0; }
      @media only screen and (min-width: 769px) {
        .section-list li p {
          min-height: 5em;
          max-height: 5em; } }
    .section-list li.span4 {
      width: 100%; }
      @media only screen and (min-width: 769px) {
        .section-list li.span4 {
          width: 50%; } }
      @media only screen and (min-width: 1024px) {
        .section-list li.span4 {
          width: 50%; } }
  @media only screen and (min-width: 769px) {
    .section-list.highlight li {
      cursor: pointer; }
    .section-list.highlight li:hover {
      background-color: white;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5); }
      .section-list.highlight li:hover .button {
        background-color: #228fb8; } }
  .section-list .button:hover {
    margin-top: 0;
    background-color: #228fb8;
    box-shadow: none; }
  .section-list .button:active {
    margin-top: 0;
    box-shadow: none; }

.products .section-list {
  border-top: 1px solid rgba(121, 142, 149, 0.2); }
  .products .section-list li {
    border: 1px solid rgba(121, 142, 149, 0.2);
    border-top: 0;
    border-left: 0; }

.link-list {
  float: left;
  width: 100%;
  list-style-type: none; }
  .link-list li {
    width: 100%;
    margin-bottom: 2em;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    padding: 3em 10% 2em 10%;
    background-position: center top;
    background-size: 3em auto;
    border-bottom: 1px solid #F3F3F3; }
    .link-list li:last-child {
      margin-bottom: 0; }
    .link-list li a {
      color: #515151; }
      .link-list li a:hover {
        text-decoration: underline; }
    .link-list li:hover a {
      text-decoration: underline; }
  @media only screen and (max-width: 769px) {
    .link-list {
      margin-top: 1em;
      padding-top: 2em;
      border-top: 1px solid #F3F3F3; }
      .link-list li {
        cursor: default; } }
  .link-list h4,
  .link-list p,
  .link-list a {
    font-weight: 300;
    margin: 0; }
  @media only screen and (min-width: 769px) {
    .link-list .icon {
      padding: 0 0 0 4em;
      background-position: left;
      background-size: 3em auto;
      text-align: left;
      border: 0;
      margin: 0 0 2em 0; }
      .content .link-list .icon {
        margin-bottom: 1em; } }

.download-list {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 2em 0 0 0; }
  .download-list li {
    float: left;
    width: 50%;
    margin-bottom: .5em;
    box-sizing: border-box;
    padding-left: 2em;
    background: transparent url(../img/icon-download-pdf.svg) left center no-repeat; }
  .download-list a {
    color: #26A0CE;
    font-size: 14px; }
    .download-list a:hover {
      text-decoration: underline; }

ol {
  color: #989898;
  font-size: 1.1666666667em;
  margin: 1em 0 1.5em;
  padding: 0 0 0 1.75em;
  font-weight: 600;
  color: #1C2633;
  box-sizing: border-box;
  list-style-type: decimal-leading-zero; }
  ol ol {
    color: #989898;
    font-weight: 300;
    font-size: inherit;
    padding: 0 0 0 1em;
    list-style-type: lower-alpha; }
    ol ol li {
      margin-bottom: 1em; }

.text-list {
  padding-left: 1.25em; }
  .text-list li {
    color: #989898;
    font-size: 1.1666666667em;
    margin-bottom: 0.5em; }

@font-face {
  font-family: "apercu";
  src: url("../fonts/apercu_medium-webfont.eot");
  src: url("../fonts/apercu_medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_medium-webfont.woff") format("woff"), url("../fonts/apercu_medium-webfont.woff") format("woff"), url("../fonts/apercu_medium-webfont.ttf") format("truetype"), url("../fonts/apercu_medium-webfont.svg#apercumedium") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "apercu";
  src: url("../fonts/apercu_regular-webfont.eot");
  src: url("../fonts/apercu_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_regular-webfont.woff") format("woff"), url("../fonts/apercu_regular-webfont.woff") format("woff"), url("../fonts/apercu_regular-webfont.ttf") format("truetype"), url("../fonts/apercu_regular-webfont.svg#apercuregular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "apercu";
  src: url("../fonts/apercu_light-webfont.eot");
  src: url("../fonts/apercu_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_light-webfont.woff") format("woff"), url("../fonts/apercu_light-webfont.woff") format("woff"), url("../fonts/apercu_light-webfont.ttf") format("truetype"), url("../fonts/apercu_light-webfont.svg#aperculight") format("svg");
  font-weight: 100;
  font-style: normal; }

.wf-loading {
  visibility: hidden; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 300;
  font-family: "apercu", Helvetica, sans-serif; }

h1 {
  font-size: 3.333333em;
  line-height: 1.2;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 5.333333em; } }

h2 {
  font-size: 2.5em;
  line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 4em; } }

h3 {
  font-size: 1.5em;
  line-height: 1.75;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 1.75em; } }

h4 {
  font-size: 1.3333333em;
  line-height: 1.4; }

h5 {
  font-size: 1.16666667em;
  line-height: 1.5; }

h6 {
  font-size: 1.16666667em;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "apercu", Helvetica, sans-serif;
  margin: 0;
  color: #1C2633; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    width: 100%;
    display: block;
    margin-bottom: .5em; }

.text-uppercase {
  text-transform: uppercase; }

.text-strike {
  text-decoration: line-through; }

.text-underline {
  text-decoration: underline; }

.text-bold {
  font-weight: 600; }

.text-center {
  text-align: center !important; }
  .text-center p {
    padding: 0;
    text-align: center; }
  .text-center h2:after {
    margin: .375em auto 0; }

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

a {
  color: #26A0CE;
  text-decoration: none; }

p {
  color: #989898;
  font-size: 1.1666666667em;
  margin: 1em 0 1.5em;
  box-sizing: border-box; }
  p a {
    color: #26A0CE; }
    p a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 1024px) {
    p {
      padding-right: 2em; } }
  p.subline {
    margin-top: 1.25em;
    font-size: 1.333333em;
    font-weight: 100;
    color: #989898;
    letter-spacing: .56px; }
    @media only screen and (min-width: 768px) {
      p.subline {
        font-size: 1.5em; } }
    p.subline.small {
      font-size: 1.333333em; }
  p.small {
    font-size: 1em; }
  p:last-child {
    margin-bottom: 0; }
  p.teaser {
    font-size: 1.667em; }

/* Konzentrieren Sie si: */
q {
  color: #989898;
  font-size: 1.1666666667em;
  margin: 1em 0 1.5em; }

:lang(en) q {
  quotes: "“" "”"; }

:lang(de) q {
  quotes: "„" "“"; }

q:before {
  content: open-quote; }

q:after {
  content: close-quote; }

label {
  color: #989898;
  font-size: 1.1666666667em;
  margin-top: 0.667em; }
  label a {
    color: #26A0CE; }
    label a:hover {
      text-decoration: underline; }

small {
  color: #989898; }

h2 {
  position: relative;
  color: #515151;
  font-weight: 100;
  letter-spacing: .005em; }
  h2 span {
    text-transform: uppercase;
    font-size: .4em;
    padding-bottom: 1px;
    line-height: 1em;
    color: #989898; }
    @media only screen and (min-width: 768px) {
      h2 span {
        font-size: .291666666em;
        line-height: 2.75em; } }

h3 {
  color: #515151;
  margin-bottom: .5em; }
  h3.divider:after {
    display: block;
    margin: .25em auto 0;
    content: " ";
    width: 1em;
    height: 2px;
    display: block;
    background: #26A0CE; }

h4 {
  color: #515151;
  margin-bottom: .5em; }
  h4 strong {
    font-size: .857142857em; }
    h4 strong:after {
      content: " ";
      width: 2em;
      height: 2px;
      display: block;
      margin: .4em auto;
      background: #000; }

@media only screen and (max-width: 768px) {
  .mobile-center {
    text-align: center; } }

input, textarea, option, select {
  color: #989898;
  font-size: 1.1666666667em; }

input, textarea, select {
  border: 1px solid #C8C8C8;
  border-color: #C8C8C8;
  border-radius: 0.125em;
  outline: none;
  padding: 0.75em 0.5em 0.667em;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s; }
  input:hover, textarea:hover, select:hover {
    border-color: #1C2633; }
  input:focus, textarea:focus, select:focus {
    border-color: #26A0CE; }
  input.error, textarea.error, select.error {
    border-color: #e85159; }
  input[readonly], textarea[readonly], select[readonly] {
    background-color: #eeeeee; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.55em 0.5em 0.55em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
  box-sizing: border-box;
  background-image: url("../img/icon-select.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 34px 40px;
  width: 100%; }
  select:hover {
    cursor: pointer; }
  select.multi {
    background-image: none; }
  select:disabled {
    background-color: #eeeeee; }

textarea {
  float: left;
  resize: none;
  height: 10em;
  width: 100%;
  box-sizing: border-box; }

fieldset {
  outline: none;
  border: 1px white solid; }
  fieldset.error {
    border: 1px solid #e85159; }

.contact-form {
  margin-top: 4.9em; }
  .contact-form .row {
    margin: 0 0 .83em 0; }

.form h2 {
  margin-bottom: 0.5em; }

.form input {
  margin: 0 0 .83em 0; }

.form input[type="checkbox"], .form input[type="radio"] {
  margin-top: 0.83em; }

.form textarea, .form select, .form fieldset {
  margin-bottom: 0.83em; }

.form small {
  margin-bottom: 1.25em; }

.form .row {
  margin: 0; }

.form .form-section {
  margin-bottom: 3.25em; }

.form .form-link {
  font-size: 1.166666667em;
  margin-left: .83em;
  line-height: 3.667em;
  color: #26A0CE; }
  .form .form-link:hover {
    text-decoration: underline; }

.form .required > label:after {
  content: "*";
  color: #e85159; }

.form .form-msg {
  margin-bottom: 1.125em; }

.form-msg p.error {
  color: #e85159; }

.form-msg p.success {
  color: #66BD08; }

@media only screen and (max-width: 480px) {
  fieldset .span1 {
    clear: both;
    width: 15%;
    height: 1.167em;
    margin: 1.125em 2% 1.125em 0; }
  fieldset .span5, fieldset .span3 {
    width: 80%;
    margin: 0.75em 0; }
  input.span3 {
    width: 25%;
    margin-right: 2%; }
  input.span6 {
    width: 70%; } }

.button {
  background-color: #26A0CE;
  display: inline-block;
  border-radius: .25em;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  color: #fff;
  padding: .75em 1em;
  width: auto;
  font-size: 1.1666666667em;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .button:hover {
    background-color: #228fb8;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25); }
  .button:active {
    margin-top: -1px;
    background-color: #228fb8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }
  .button.text {
    background-color: #eeeeee;
    color: #989898; }
    .button.text:hover {
      background: #989898;
      color: #fff; }
  .button.left {
    float: left; }
  .button.right {
    float: right; }

.next-section {
  z-index: 5;
  position: absolute;
  bottom: -2.25em;
  left: 50%;
  margin-left: -2.125em;
  width: 4.25em;
  height: 4.25em;
  border-radius: 50%;
  text-indent: -999999px;
  background-image: url("../img/icon-down.png");
  background-size: 4.25em 4.25em; }
  .next-section:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 2em;
    background: #F3F3F3;
    opacity: .75;
    bottom: 5.75em;
    left: 50%;
    margin-left: -.5px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s; }
    @media only screen and (min-width: 768px) {
      .next-section:after {
        height: 5em; } }
  .next-section:hover {
    bottom: -2em;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25); }
    .next-section:hover:after {
      bottom: 5.5em;
      -webkit-transition: all .2s;
      transition: all .2s; }

.circle {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 4.5em;
  background: #F3F3F3;
  border-radius: 50%;
  border: 1px dashed #919191;
  margin-bottom: 2.25em;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .circle:before, .circle:after {
    content: " ";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    box-sizing: border-box; }
  .circle:after {
    z-index: 1;
    padding: 3.75em;
    margin-top: -3.75em;
    margin-left: -3.75em;
    border-radius: 50%;
    background: #fff; }
  .circle:before {
    z-index: 2;
    padding: 2.25em;
    margin-top: -2.25em;
    margin-left: -2.25em;
    background-size: 4em;
    background-repeat: no-repeat;
    background-position: center; }
  .circle.icon-editorial:before {
    background-image: url("../img/icon-editorial.svg"); }
  .circle.icon-smd:before {
    background-image: url("../img/icon-smd.svg");
    background-size: 3.5em; }
  .circle.icon-community:before {
    background-image: url("../img/icon-community.svg"); }
  .circle.icon-apps:before {
    background-image: url("../img/icon-apps.svg"); }
  .circle.icon-marketer:before {
    background-image: url("../img/icon-marketer.svg"); }
  .circle.icon-security:before {
    background-image: url("../img/icon-secure.svg"); }
  .circle.icon-stats:before {
    background-image: url("../img/icon-stats.svg"); }
  .circle.icon-network:before {
    background-image: url("../img/icon-network.svg"); }

.slider-container {
  overflow: hidden; }
  .slider-container .slider {
    width: 200%;
    list-style: none;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .slider-container .slider li {
      display: inline-block;
      padding: 0 0.5%;
      width: 15.6%; }
      .slider-container .slider li .slider-card {
        background-color: white;
        padding: 3em; }
  .slider-container .controls {
    text-align: center;
    padding-top: 2.25em; }
    .slider-container .controls ul {
      list-style: none; }
    .slider-container .controls li {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      margin: 0 4px; }
      .slider-container .controls li a {
        display: block;
        width: 6px;
        height: 6px;
        margin: 3px;
        border-radius: 50%;
        border: 2px solid #919191; }
        .slider-container .controls li a:hover {
          background-color: #919191; }
      .slider-container .controls li.active {
        background-color: #26A0CE; }
        .slider-container .controls li.active a {
          border: 0;
          cursor: default; }
          .slider-container .controls li.active a:hover {
            background: none; }

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .icon.mail {
    background-image: url("../img/icon-mail.svg");
    background-size: 2em; }
  .icon.phone {
    background-image: url("../img/icon-phone.svg");
    background-size: 2em; }
  .icon.check {
    cursor: default;
    background-image: url("../img/icon-check.svg");
    background-size: 1.5em;
    padding-left: 2.5em; }
  .icon.smartlink {
    background-image: url("../img/icon-products-smartlink.svg"); }
  .icon.smartadsearch {
    background-image: url("../img/icon-products-smartadsearch.svg"); }
  .icon.smarttag {
    background-image: url("../img/icon-products-smarttag.svg"); }
  .icon.smartsocial {
    background-image: url("../img/icon-products-smartsocial.svg"); }
  .icon.universalsearch {
    background-image: url("../img/icon-products-universalsearch.svg"); }
  .icon.api {
    background-image: url("../img/icon-products-api.svg"); }
  .icon.white.smartlink {
    background-image: url("../img/icon-products-smartlink-w.svg"); }
  .icon.white.smartadsearch {
    background-image: url("../img/icon-products-smartadsearch-w.svg"); }
  .icon.white.smarttag {
    background-image: url("../img/icon-products-smarttag-w.svg"); }
  .icon.white.smartsocial {
    background-image: url("../img/icon-products-smartsocial-w.svg"); }
  .icon.white.universalsearch {
    background-image: url("../img/icon-products-universalsearch-w.svg"); }
  .icon.white.api {
    background-image: url("../img/icon-products-api-w.svg"); }
  .icon.arrow {
    line-height: 39.75px;
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
    text-indent: -999999px; }
    .icon.arrow.left {
      background: url("../img/icon-arrow-left.svg") center no-repeat; }
    .icon.arrow.right {
      background: url("../img/icon-arrow-right.svg") center no-repeat; }
  .icon.edit, .icon.delete {
    display: block;
    overflow: hidden;
    text-indent: -999999px;
    width: 20px;
    height: 38px;
    opacity: .5;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    .icon.edit:hover, .icon.delete:hover {
      opacity: 1; }
  .icon.edit {
    background: transparent url(../img/icon-edit.svg) center no-repeat; }
  .icon.delete {
    background: transparent url(../img/icon-delete.svg) center no-repeat; }

.message {
  background: #ffffc4;
  padding: 1em 0 .5em 0; }
  .message p {
    color: #000;
    margin: 0 0 .5em 0; }
    .message p:last-child {
      margin-bottom: 0; }
    .message p a {
      color: inherit;
      text-decoration: underline; }
      .message p a:hover {
        text-decoration: none; }

.accordion .item {
  float: left;
  width: 100%;
  padding: 1em 0 0 0;
  border-bottom: 1px solid #C8C8C8; }
  .accordion .item:first-child {
    border-top: 1px solid #C8C8C8; }
  .accordion .item h4 {
    cursor: pointer;
    margin-bottom: 1em;
    color: #989898; }
    .accordion .item h4:hover {
      text-decoration: underline; }
    .accordion .item h4:after {
      content: " ";
      float: right;
      width: 16px;
      height: 1.4em;
      margin-right: 5px;
      display: block;
      background: transparent url(../img/icon-arrow-down.svg) center no-repeat; }
  .accordion .item .item-content {
    display: none; }
    .accordion .item .item-content .row {
      padding: .5em .5em;
      border-top: 1px solid #c8c8c8;
      box-sizing: border-box;
      line-height: 38px;
      margin: 0; }
      .accordion .item .item-content .row:hover {
        background: #F3F3F3; }
    .accordion .item .item-content h5 {
      line-height: 38px; }
    .accordion .item .item-content textarea {
      line-height: normal;
      max-height: 5em; }
    .accordion .item .item-content input, .accordion .item .item-content h5 {
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .accordion .item .item-content input:hover, .accordion .item .item-content h5:hover {
        cursor: pointer; }
    .accordion .item .item-content .icon {
      float: right;
      margin: 0 0 0 3px; }
    .accordion .item .item-content .span1 {
      width: 6.5%; }
    .accordion .item .item-content .span3 {
      width: 23.5%; }
    .accordion .item .item-content .span8 {
      width: 66%; }
    .accordion .item .item-content [class*="span"] {
      margin-right: 2%; }
    .accordion .item .item-content [class*="span"]:last-child {
      margin-right: 0; }
  .accordion .item.active h4 {
    color: #515151; }
    .accordion .item.active h4:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .accordion .item.active .item-content {
    display: block; }

.cp-color-picker {
  border: 1px solid #999;
  padding: 8px;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.4);
  background: #eee;
  overflow: visible;
  border-radius: 3px;
  margin: 5px 0 0;
  z-index: 999999; }

.cp-color-picker:after,
.cp-color-picker:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 8px;
  border: 8px solid #eee;
  border-width: 0px 8px 8px;
  border-color: transparent transparent #eee; }

.cp-color-picker:before {
  top: -9px;
  border-color: transparent transparent #999; }

.cp-xy-slider {
  border: 1px solid #aaa;
  margin-bottom: 10px;
  width: 150px;
  height: 150px; }

.cp-xy-slider:active {
  cursor: none; }

.cp-xy-cursor {
  width: 12px;
  height: 12px;
  margin: -6px; }

.cp-z-slider {
  margin-left: 8px;
  border: 1px solid #aaa;
  height: 150px;
  width: 24px; }

.cp-z-cursor {
  border-width: 5px;
  margin-top: -5px; }

.cp-color-picker .cp-alpha,
.cp-color-picker .cp-rgb-r,
.cp-color-picker .cp-rgb-g,
.cp-color-picker .cp-rgb-b {
  clear: both;
  overflow: visible;
  width: 152px;
  margin: 12px 0 0;
  height: 6px;
  border-radius: 6px;
  overflow: visible;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(left, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  background-image: linear-gradient(to right, #eeeeee 0%, rgba(238, 238, 238, 0) 100%); }

.cp-alpha-cursor,
.cp-rgb-r-cursor,
.cp-rgb-g-cursor,
.cp-rgb-b-cursor {
  box-sizing: border-box;
  position: absolute;
  background: #eee;
  border-radius: 100%;
  width: 14px;
  height: 14px !important;
  margin: -5px -7px;
  border: 1px solid #999 !important;
  box-shadow: inset -2px -4px 3px #ccc; }

.cp-alpha:after,
.cp-rgb-r:after,
.cp-rgb-g:after,
.cp-rgb-b:after {
  position: relative;
  content: "α";
  color: #666;
  font-size: 16px;
  font-family: monospace;
  position: absolute;
  right: -26px;
  top: -8px; }

.cp-rgb-r:after {
  content: "R"; }

.cp-rgb-g:after {
  content: "G"; }

.cp-rgb-b:after {
  content: "B"; }

div.cp-rgb-r {
  background-color: red; }

div.cp-rgb-g {
  background-color: green; }

div.cp-rgb-b {
  background-color: blue; }

.cp-patch {
  float: left;
  margin: 9px 0 0;
  height: 24px;
  width: 24px;
  border: 1px solid #aaa;
  background-image: url("data:image/gif;base64,R0lGODlhDAAMAIABAMzMzP///yH5BAEAAAEALAAAAAAMAAwAAAIWhB+ph5ps3IMyQFBvzVRq3zmfGC5QAQA7"); }

.cp-patch div {
  height: 24px;
  width: 24px; }

.cp-disp {
  padding: 4px 0 4px 4px;
  margin-top: 10px;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #fff; }

.header {
  z-index: 100;
  position: fixed;
  float: left;
  top: 0;
  width: 100%;
  display: block;
  text-align: center; }
  .header .grid {
    display: block; }

.list-nav a {
  position: relative;
  display: block;
  overflow: hidden;
  font-weight: 300;
  color: #fff; }
  .list-nav a.button {
    margin-top: .95em;
    font-size: 1.1666666667em;
    line-height: 2; }
    .list-nav a.button:after {
      display: none; }

.header-meta,
.header-main,
.header-sub {
  float: left;
  width: 100%; }

.header-meta {
  background-color: #141C26;
  font-size: .8333333em;
  font-weight: 300;
  padding: .175em 0; }
  .header-meta a {
    -webkit-font-smoothing: antialiased;
    opacity: .5;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    padding: .75em 0; }
    .header-meta a:hover {
      opacity: 1;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }

.header-main {
  background-color: #1C2633; }
  .header-main .logo {
    float: left;
    display: block;
    width: 13.5em;
    height: 3.5em;
    margin-top: 1.25em;
    margin-bottom: .6em;
    background: url("../img/logo.png") 0 0 no-repeat;
    background-size: 146px 40px;
    overflow: hidden;
    text-indent: -999999px; }
    .header-main .logo:after {
      height: 0; }
  .header-main a {
    line-height: 5.4em;
    text-transform: uppercase;
    font-size: 1.1666666667em; }
    @media only screen and (max-width: 768px) {
      .header-main a.nav-products {
        background-image: url("../img/arrow_right.png");
        background-size: 14px 14px;
        background-repeat: no-repeat;
        background-position: right center; } }
    .header-main a:after {
      position: absolute;
      content: " ";
      left: 0;
      width: 100%;
      height: 3px;
      display: block;
      background: #26A0CE;
      bottom: -3px;
      -webkit-transition: all .1s;
      transition: all .1s; }
    .header-main a:hover:after, .header-main a.active:after {
      bottom: 0;
      -webkit-transition: all .1s;
      transition: all .1s; }
  .header-main.active a:after {
    bottom: 0;
    -webkit-transition: all .1s;
    transition: all .1s; }

.active .header-sub {
  display: block; }

.header-sub {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #26A0CE; }
  @media only screen and (max-width: 768px) {
    .header-sub {
      display: block; } }
  .header-sub ul {
    display: inline-block; }
  .header-sub a {
    text-transform: none;
    font-size: 1.167em;
    padding-top: .750em;
    padding-bottom: .250em;
    opacity: .4;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    line-height: 1.5em; }
    .header-sub a:hover, .header-sub a.active {
      opacity: 1; }
  @media only screen and (max-width: 768px) {
    .header-sub {
      top: 0;
      z-index: 2;
      left: 100%;
      -webkit-transition: left 0.25s ease-in-out;
      transition: left 0.25s ease-in-out; }
      .header-sub.show {
        left: 0; }
      .header-sub a.nav-products {
        background-color: #1C2633;
        background-image: url("../img/arrow_left.png");
        background-size: 14px 14px;
        background-repeat: no-repeat;
        background-position: left center; } }

.trigger-menu {
  position: absolute;
  right: 0;
  font-size: 1.1666666667em;
  line-height: 5.4;
  width: 5.4em;
  display: block;
  overflow: hidden;
  text-indent: -999999px;
  background: transparent url(../img/icon-menu.svg) center no-repeat;
  border-left: 1px solid #141C26; }

#mainmenu {
  display: none; }
  #mainmenu.open {
    display: block; }

@media only screen and (max-width: 767px) {
  .header-meta {
    display: none; }
  .header .grid {
    padding: 0; }
  .header .logo {
    margin-left: 2%; }
  .header .list-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 1em;
    background: #141C26; }
    .header .list-nav li {
      width: 100%;
      text-align: center;
      margin: 0; }
    .header .list-nav a {
      line-height: 4em; }
      .header .list-nav a.button {
        line-height: 3em;
        border-radius: 0; }
  .header .header-sub .list-nav {
    background: #26A0CE;
    padding-top: 0; }
    .header .header-sub .list-nav a {
      opacity: 1;
      text-transform: uppercase; }
  #mainmenu {
    display: none; } }

@media only screen and (min-width: 768px) {
  .trigger-menu {
    display: none !important; }
  #mainmenu {
    display: block; } }

@media only screen and (min-width: 1024px) {
  .header-meta a {
    padding: .25em 0; } }

.section.backgroundimage {
  background-color: #1C2633; }
  .section.backgroundimage .section-intro h2,
  .section.backgroundimage .section-intro p {
    color: white; }

.section.content {
  padding-top: 4em; }
  .section.content h3.mobile-center {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .section.content h3.mobile-center {
        display: block; } }
  @media only screen and (max-width: 768px) {
    .section.content .button {
      margin-bottom: 2em; } }
  .section.content p {
    margin-bottom: 1em; }
    @media only screen and (max-width: 768px) {
      .section.content p {
        padding: 0 10%;
        text-align: center; } }
    .section.content p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .section.content h2 {
      padding: 0 10%;
      text-align: center; }
      .section.content h2:after {
        margin-left: auto;
        margin-right: auto; } }
  .section.content img {
    width: 100%; }

.section.blocks {
  padding: 5em 0; }
  .section.blocks .block {
    padding: 1em 2em;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); }
  .section.blocks .earnings h5 {
    float: left;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 3em;
    line-height: 1;
    margin: .25em 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #F3F3F3; }
  .section.blocks .earnings span {
    float: left;
    width: auto;
    font-weight: 300;
    font-size: 14px; }
  .section.blocks .news .entry {
    float: left;
    width: 100%;
    margin-bottom: .5em; }
    .section.blocks .news .entry:last-child {
      margin-bottom: 0; }
  .section.blocks .news span {
    display: inline-block;
    font-size: 11px;
    margin-bottom: 0;
    color: #919191; }
  .section.blocks .news p {
    display: block;
    width: 100%;
    margin-top: 0; }
  .section.blocks .teaser-box .span3, .section.blocks .teaser-box .span6 {
    background: #f5f5f5; }

.section-image {
  min-height: 10px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 2%; }
  @media only screen and (max-width: 768px) {
    .section-image {
      display: none; } }
  .section-image img {
    float: left;
    max-width: 100%; }
  .section-image.fullwidth {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    padding: 0;
    text-align: left; }
    .section-image.fullwidth img {
      max-width: none;
      height: 100%; }
  .section-image.left {
    right: 50%;
    left: auto;
    text-align: right; }
    .section-image.left img {
      float: right; }

@media only screen and (max-width: 768px) {
  .section-intro {
    text-align: center; }
    .section-intro h2:after {
      margin-left: auto;
      margin-right: auto; } }

.section-intro span.icon {
  width: 3.5em;
  height: 3em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  display: block; }
  @media only screen and (min-width: 1024px) {
    .section-intro span.icon {
      margin: .5em 1em 0 0;
      float: left;
      height: 4em;
      padding: .5em;
      box-sizing: border-box; } }

@media only screen and (min-width: 769px) {
  .section-intro h2:after {
    display: none; } }

.intro {
  color: #fff;
  background: transparent url("../img/bg-intro.jpg") center;
  background-size: cover;
  padding: 8em 0; }
  @media only screen and (min-width: 769px) {
    .intro {
      padding: 14em 0; } }
  .intro.intro-products {
    padding: 15em 0; }
    .intro.intro-products .next-section:after {
      height: 2em; }
  .intro h1,
  .intro .subline {
    color: inherit;
    margin-top: .25em;
    text-shadow: 1px 1px 70px black; }
  .intro h1 {
    margin-top: 0; }
  .intro.product-smartlink {
    background-image: url("../img/product-smartlink.jpg"); }
  .intro.product-smartadsearch {
    background-image: url("../img/product-smartadsearch.jpg"); }
  .intro.product-smarttag {
    background-image: url("../img/product-smarttag.jpg"); }
  .intro.product-smartsocial {
    background-image: url("../img/product-smartsocial.jpg"); }
  .intro.product-universalsearch {
    background-image: url("../img/product-universalsearch.jpg"); }
  .intro.product-api {
    background-image: url("../img/product-api.jpg"); }
  .intro.meta-page {
    background-image: url("../img/bg-meta.jpg"); }

.connected {
  position: relative;
  margin-bottom: 4em; }
  .connected:before {
    position: absolute;
    content: " ";
    width: 104%;
    height: 0;
    display: none;
    border-top: 1px dashed #919191;
    top: 7.5em;
    left: 50%; }
  @media only screen and (min-width: 1024px) {
    .connected {
      margin-bottom: 1em; }
      .connected:before {
        display: block;
        top: 4.5em; } }
  .connected:last-child:before {
    display: none; }

.publisher .publisher-details {
  margin-bottom: 7em; }

@media only screen and (max-width: 768px) {
  .publisher .publisher-details {
    margin-bottom: 0em; }
  .publisher .connected {
    padding-top: 3em;
    border-top: 1px solid #F3F3F3; } }

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .publisher .connected {
    width: 49%;
    border: 0; }
    .publisher .connected:nth-child(2n) {
      margin-right: 0; } }

@media only screen and (min-width: 1024px) {
  .publisher .publisher-details {
    margin-bottom: 4em; }
  .publisher p {
    box-sizing: border-box;
    padding: 0 .5em; } }

.about {
  background-image: url("../img/bg-about.jpg"); }

.products {
  z-index: 2;
  padding-bottom: 0; }
  .products .products-container {
    float: left;
    display: block;
    margin: 4em auto 0; }
  .products .product {
    padding: 2em 10% 3.333em; }
  .products .icon {
    display: block;
    width: 4em;
    height: 5em;
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .products .icon {
        width: 5em;
        height: 5em; } }

.marketer {
  border-bottom: 1px solid #F3F3F3; }

.adv-details {
  margin: 0;
  padding: 5em 0;
  background: #26A0CE; }
  .adv-details h3,
  .adv-details p {
    color: #fff; }
  .adv-details h3 {
    line-height: 1.4em; }
  .adv-details p {
    opacity: .75;
    padding: 0 15%; }
  .adv-details .span3 {
    margin: 0;
    width: 25%; }
  .adv-details .circle,
  .adv-details .connected:before {
    border-color: #fff;
    background: #26A0CE; }

.facts {
  background-image: url("../img/bg-facts.jpg");
  background-size: cover;
  background-position: center; }
  .facts .section-intro {
    margin-bottom: 4em; }
  .facts .facts-list {
    background-color: white;
    color: #515151;
    font-size: 1.667em;
    padding: 0;
    margin-bottom: 2.5em; }
    .facts .facts-list li {
      padding: 1em 0;
      margin-bottom: 0;
      border-bottom: 1px dashed #919191; }
      .facts .facts-list li:last-child {
        border: 0; }
    .facts .facts-list .connected:before,
    .facts .facts-list .dot {
      display: none; }
    .facts .facts-list .fact {
      display: block;
      font-size: 2.4em; }
    .facts .facts-list .fact-item {
      padding-top: 0; }
    @media only screen and (min-width: 769px) {
      .facts .facts-list .connected:before,
      .facts .facts-list .dot {
        display: block; }
      .facts .facts-list .connected:before {
        width: 102%;
        margin-top: -.75em; }
      .facts .facts-list .fact {
        padding: .25em 0 .5em 0; }
      .facts .facts-list .fact-item {
        display: block;
        padding: 1.25em 0 .667em 0; }
      .facts .facts-list li {
        border: 0;
        width: 33.333333%;
        margin-bottom: 1em; }
        .facts .facts-list li:last-child:before {
          display: none; } }
    @media only screen and (min-width: 1024px) {
      .facts .facts-list .connected:before {
        margin-top: 2.25em; } }
  .facts .dot {
    width: 1.2em;
    height: 1.2em;
    display: block;
    background-color: white;
    border: 1px dashed #919191;
    border-radius: 50%;
    margin: -0.4em auto 0 auto;
    position: relative; }
    .facts .dot:after {
      content: " ";
      background-color: #26A0CE;
      display: block;
      border-radius: 50%;
      width: .6em;
      height: .6em;
      margin: .3em; }

.request .contact {
  padding-left: 2.667em;
  background-size: 1.333em 1.333em;
  background-position: left .667em;
  background-repeat: no-repeat; }
  .request .contact.phone {
    background-image: url("../img/icon-contact-phone.png");
    position: relative; }
    .request .contact.phone:after {
      content: " ";
      display: block;
      width: 1px;
      height: 2.5em;
      background-color: #919191;
      position: absolute;
      top: .667em;
      right: 0; }
  .request .contact.mail {
    background-image: url("../img/icon-contact-mail.png"); }
  .request .contact strong {
    font-size: 1.667em;
    font-weight: 100;
    color: #515151; }
  .request .contact p {
    margin: 0 0 1.5em; }

@media only screen and (max-width: 768px) {
  .request .span6 {
    width: 100%; }
  .request .link-list {
    margin-top: 0;
    margin-bottom: 2em; }
    .request .link-list .icon {
      background-size: 2em auto; }
  .request .contact-form {
    margin-top: 0; }
    .request .contact-form .span6 {
      width: 49%;
      margin-right: 2%; }
      .request .contact-form .span6:last-child {
        margin-right: 0; }
  .request .contact.phone:after {
    display: none; } }

@media only screen and (min-width: 468px) {
  .request .link-list {
    padding-top: 0;
    margin-bottom: 0; }
    .request .link-list li {
      width: 50%;
      float: left;
      margin-top: 2em; } }

@media only screen and (min-width: 769px) {
  .request .subline {
    padding-right: 2em; } }

.slider-card {
  height: 240px;
  position: relative; }

.testimonial-info {
  position: absolute;
  bottom: 0; }
  .testimonial-info img {
    margin: 3em 0 0;
    display: block; }
  .testimonial-info strong {
    font-size: 1.333em;
    font-weight: 100;
    color: #515151; }
    .testimonial-info strong:before {
      display: block;
      margin: 0 0 .375em;
      content: " ";
      width: 2em;
      height: 3px;
      background: #26A0CE; }
  .testimonial-info p {
    margin: 0 0 1.5em; }

.map {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  margin-top: 4em;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.popup p {
  padding: 0;
  margin: 0 0 1em 0; }

.popup span.icon {
  width: 5em;
  height: 5em;
  float: none;
  margin: 0 auto; }

.popup img {
  max-width: 100%;
  margin: 1em 0; }

.popup .footer {
  padding: 2em 0 1em 0; }

.popup .contact-form {
  margin-top: 0; }

.popup .small {
  margin-bottom: 0; }

.dashboard .section.intro {
  padding: 2em 0 1em 0;
  background: transparent; }
  .dashboard .section.intro .row:last-child {
    border-bottom: 1px solid #cdcdcd; }

.dashboard .filters {
  padding: 0 0 1em 0; }

.dashboard .table {
  padding: 0;
  margin-bottom: 4em; }

.dashboard thead {
  width: 100%;
  font-weight: bold;
  background: #1C2633;
  color: #fff;
  text-align: center; }
  .dashboard thead .header {
    height: auto;
    background: #fff; }

.dashboard th, .dashboard td {
  padding: .4rem;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box; }

.dashboard tr {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .dashboard tr td {
    text-align: right; }
    .dashboard tr td:first-child {
      text-align: center; }

.dashboard tbody tr:nth-child(2n) {
  background: #F3F3F3; }

.dashboard tbody tr:hover {
  background: #d3eef8;
  color: #000;
  -webkit-transition: all .2s;
  transition: all .2s; }

.dashboard tfoot {
  background: #1C2633; }
  .dashboard tfoot td {
    color: #fff;
    font-weight: bold; }

.dashboard .border-right {
  border-right-width: 3px; }

.reports select {
  margin-bottom: .5em; }

.page-footer {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #141C26;
  font-weight: 300; }
  .page-footer ul {
    font-size: 1.167em;
    margin-top: 1em;
    text-align: center; }
    .page-footer ul a {
      line-height: 2em;
      color: white;
      padding: 0 1em;
      border-right: 1px solid #4c4c4c;
      opacity: .5;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
      .page-footer ul a:hover {
        opacity: 1; }
  .page-footer li {
    float: none;
    display: inline-block;
    margin: 0 0 1em 0; }
    .page-footer li:last-child a {
      border-right: 0; }
  .page-footer p {
    text-align: center;
    margin-top: 0;
    padding: 1em 0;
    opacity: .5;
    color: white;
    border-top: 1px solid #fff; }
    .page-footer p a {
      color: inherit; }
  @media only screen and (min-width: 768px) {
    .page-footer ul {
      text-align: left; }
    .page-footer li {
      margin-right: 1em; }
      .page-footer li a {
        padding: 0 1em 0 0; }
      .page-footer li:last-child {
        margin-right: 0; }
    .page-footer p {
      text-align: right; } }

@media only screen and (min-width: 768px) {
  .page-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5.000em;
    width: 100%; } }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

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

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.hidden {
  display: none; }

@media only screen and (max-width: 768px) {
  .hidden-on-mobile {
    display: none; } }

@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none; } }

.color-dark {
  color: #1C2633; }

.text-bigger {
  font-size: 1.2em; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #26A0CE; }

::selection {
  color: white;
  background: #26A0CE; }
