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

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

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border: 0;
}

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

pre {
  overflow: auto;
}

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

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

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

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

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

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

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

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

.clear:before,
.clear:after,
.row,
.content-text,
.slide-cta,
.mobile-nav,
.footer,
.global-footer .fluid-width,
.ref-message,
.about-section .download-links,
.about-page .download-links,
.about-section .reviews-container,
.about-page .reviews-container,
.skills-section .download-links,
.skills-page .download-links,
.skills-section .skills-container,
.skills-page .skills-container,
.stories-section .download-links,
.stories-page .download-links,
.stories-section .stories-container,
.stories-page .stories-container,
.stories-section .stories-list,
.stories-page .stories-list,
.faq-section .faq-question,
.faq-page .faq-question,
.faq-section .faq-row,
.faq-page .faq-row {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}

.clear:after {
  clear: both;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  font: 300 13px/1.6 'Helvetica Neue', Helvetica, Arial;
  background: #fff;
  color: #444;
}

@font-face {
  font-family: 'gt_walsheim_light';
  src: url("../fonts/GT-Walsheim-Light.eot");
  src: url("../fonts/GT-Walsheim-Light-0.eot#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Light.woff") format("woff"), url("../fonts/GT-Walsheim-Light.ttf") format("truetype"), url("../fonts/GT-Walsheim-Light.svg#gt_walsheim_light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gt_walsheim_regular';
  src: url("../fonts/GT-Walsheim-Regular.eot");
  src: url("../fonts/GT-Walsheim-Regular-0.eot#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Regular.woff") format("woff"), url("../fonts/GT-Walsheim-Regular.ttf") format("truetype"), url("../fonts/GT-Walsheim-Regular.svg#gt_walsheim_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gt_walsheim_medium';
  src: url("../fonts/GT-Walsheim-Medium.eot");
  src: url("../fonts/GT-Walsheim-Medium-0.eot#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Medium.woff") format("woff"), url("../fonts/GT-Walsheim-Medium.ttf") format("truetype"), url("../fonts/GT-Walsheim-Medium.svg#gt_walsheim_medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gt_walsheim_bold';
  src: url("../fonts/GT-Walsheim-Bold.eot");
  src: url("../fonts/GT-Walsheim-Bold-0.eot#iefix") format("embedded-opentype"), url("../fonts/GT-Walsheim-Bold.woff") format("woff"), url("../fonts/GT-Walsheim-Bold.ttf") format("truetype"), url("../fonts/GT-Walsheim-Bold.svg#gt_walsheim_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.about-section .main p.page-body,
.about-section p.page-body,
.about-page .main p.page-body,
.about-page p.page-body,
.skills-section .main p.page-body,
.skills-section p.page-body,
.skills-page .main p.page-body,
.skills-page p.page-body,
.skills-section .skill div.skill-description,
.skills-page .skill div.skill-description,
.stories-section .main p.page-body,
.stories-section p.page-body,
.stories-page .main p.page-body,
.stories-page p.page-body,
.stories-section .story-detail p.story-body,
.stories-page .story-detail p.story-body,
.stories-section .story div.story-description,
.stories-page .story div.story-description,
.interstitial-title {
  font-family: 'gt_walsheim_light';
}

.content-text p,
.internal-page .page-sub-title,
.internal-page .main p,
.mobile-nav .mobile-nav-link,
.pilot-text,
.ref-message .ref-title,
.about-section .review p.review-body,
.about-page .review p.review-body,
.skills-section .skill div.skill-title,
.skills-page .skill div.skill-title,
.skills-section div.learn div.learn-title,
.skills-page div.learn div.learn-title,
.skills-section div.learn div.learn-get-app,
.skills-page div.learn div.learn-get-app,
.stories-section .story-sidebar p.story-info,
.stories-page .story-sidebar p.story-info,
.faq-section p.faq-body,
.faq-page p.faq-body,
.interstitial-label,
.interstitial-link {
  font-family: 'gt_walsheim_regular';
}

.content-text h2,
.slide-cta span,
.header .header-nav-link,
.footer .footer-nav-link,
.global-footer .footer-nav-link,
.ref-message .email-form input,
.about-section .title,
.about-page .title,
.about-section .download-links,
.about-page .download-links,
.about-section .page-title,
.about-page .page-title,
.about-section .review p.review-credit,
.about-page .review p.review-credit,
.skills-section .title,
.skills-page .title,
.skills-section .download-links,
.skills-page .download-links,
.skills-section .page-title,
.skills-page .page-title,
.stories-section .title,
.stories-page .title,
.stories-section .download-links,
.stories-page .download-links,
.stories-section .page-title,
.stories-page .page-title,
.stories-section .story-detail h3.story-title,
.stories-page .story-detail h3.story-title,
.stories-section .story-sidebar h3.story-heading,
.stories-page .story-sidebar h3.story-heading,
.stories-section .story div.story-title,
.stories-page .story div.story-title,
.stories-section .story div.story-learn,
.stories-page .story div.story-learn,
.faq-section .faq-title,
.faq-page .faq-title,
.faq-section .page-title,
.faq-page .page-title,
.faq-section .faq-key,
.faq-page .faq-key {
  font-family: 'gt_walsheim_medium';
}

body {
  -webkit-font-smoothing: antialiased;
  background: black;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  body {
    overflow: auto;
  }
}

body.internal-page {
  overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.fluid-width {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
}

.fluid-width.constrain-medium {
  max-width: 770px;
}

.fluid-width.constrain-medlarge {
  max-width: 930px;
}

.fluid-width.constrain-large {
  max-width: 1050px;
}

@media only screen and (max-width: 768px) {
  .fluid-width.mobile-full-width {
    width: 100%;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.header .menu,
.primer-logo {
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
}

.fade-in {
  opacity: 0.0;
}

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

.col {
  float: left;
  display: inline-block;
}

.col.col-1-3 {
  width: 33.33%;
}

@media only screen and (max-width: 768px) {
  .col.col-1-3 {
    float: none;
    display: block;
    width: 100%;
  }
}

.hover-color,
.hover-color-static,
.hover-fill,
.hover-fill-static,
.hover-fill path,
.hover-fill-static path,
.hover-fill polygon,
.hover-fill-static polygon,
.hover-fill svg,
.hover-fill-static svg {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.hug-top {
  padding-top: 101px !important;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.hover-color:hover {
  color: #f14f06;
}

@media only screen and (min-width: 769px) {
  .hover-color:hover path,
  .hover-color:hover polygon,
  .hover-fill:hover path
}

.footer > a > svg:hover polygon{
  fill: #f14f06;
}

.hover-color-static:hover,
.hover-fill-static:hover {
  color: #689742;
}

.hover-color-static:hover path,
.hover-color-static:hover polygon,
.hover-fill-static:hover path,
.hover-fill-static:hover polygon {
  fill: #689742;
}

.fp-viewing-0 .hover-color:hover {
  color: #f14f06;
}

@media only screen and (min-width: 769px) {
  .fp-viewing-0 .hover-fill:hover path,
  .fp-viewing-0 .hover-fill:hover polygon {
    fill: # f14f06;
  }
}

.fp-viewing-0 .hover-color-static:hover {
  color: #f14f06;
}

.fp-viewing-0 .hover-fill-static:hover path,
.fp-viewing-0 .hover-fill-static:hover polygon {
  fill: #689742;
}

.fp-viewing-2 .hover-color:hover {
  color: #f14f06;
}


.fp-viewing-1 .hover-color:hover {
  color: #f14f06;
}


.fp-viewing-3 .hover-color:hover {
  color: #FF5722;
}


.fp-viewing-3 .down-arrow {
  opacity: 0.0;
  cursor: default;
}

@media only screen and (min-width: 769px) {
  .text-slide-desktop30 {
    top: -30px !important;
  }
}

@media only screen and (min-width: 769px) {
  .text-slide-desktop40 {
    top: -40px !important;
  }
}

@media only screen and (min-width: 769px) {
  .text-slide-desktop50 {
    top: -50px !important;
  }
}

.text-slide-fix {
  top: -30px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix {
    top: 0 !important;
  }
}

.text-slide-fix-down10 {
  top: 10px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix-down10 {
    top: 0 !important;
  }
}

.text-slide-fix-down20 {
  top: 20px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix-down20 {
    top: 0 !important;
  }
}

.text-slide-fix-down30 {
  top: 30px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix-down30 {
    top: 0 !important;
  }
}

.text-slide-fix10 {
  top: -10px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix10 {
    top: 0 !important;
  }
}

.text-slide-fix20 {
  top: -20px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix20 {
    top: 0 !important;
  }
}

.text-slide-fix35 {
  top: -35px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix35 {
    top: 0 !important;
  }
}

.text-slide-fix50 {
  top: -50px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix50 {
    top: 0px !important;
  }
}

.text-slide-fix70 {
  top: -70px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix70 {
    top: 0px !important;
  }
}

.text-slide-fix80 {
  top: -80px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix80 {
    top: 0px !important;
  }
}

.text-slide-fix90 {
  top: -90px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix90 {
    top: 0px !important;
  }
}

.text-slide-fix150 {
  top: -100px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix150 {
    top: 0px !important;
  }
}

.text-slide-fix-large {
  top: -50px !important;
}

@media only screen and (max-width: 768px) {
  .text-slide-fix-large {
    top: -45px !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-slide-mobile0 {
    top: -0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-slide-mobile10 {
    top: -10px !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-slide-mobile20 {
    top: -20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-slide-mobile30 {
    top: -30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-slide-mobile40 {
    top: -40px !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-slide-mobile120 {
    top: -80px !important;
  }
}

.fixed-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: table;
  width: 100%;
}

.fixed-content * {
  -webkit-transform: translate3d(0px, 0px, 0px);
}

@media only screen and (max-width: 768px) {
  .fixed-content {
    display: block;
    position: static;
  }
}

.fixed-content .content {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .fixed-content .content {
    display: block;
  }
}

.fixed-content .constrain {
  max-width: 720px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .fixed-content .constrain {
    max-width: 610px;
  }
}

.fixed-content .device-frame {
  position: relative;
  float: left;
}

.fixed-content .device-frame .screen-shine {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.fixed-content .device-frame .system-overlay {
  position: absolute;
  z-index: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .fixed-content .device-frame .device {
    width: 266px;
  }

  .fixed-content .device-frame .prod-video {
    top: 56px;
    left: 7px;
    width: 198px;
  }
}

@media only screen and (max-width: 768px) {
  .fixed-content .device-frame {
    position: absolute;
    float: none;
    padding-top: 300px;
  }

  .fixed-content .device-frame video {
    display: none;
  }

  .fixed-content .device-frame .device {
    margin: 0 auto;
    display: block;
    right: -29px;
    width: 280px;
  }

  .fixed-content .device-frame .image-slides {
    display: block;
    position: absolute;
    top: 367px;
    left: -7px;
    right: 0;
    width: 199px;
    height: 368px;
    z-index: 10;
    margin: 0 auto;
    overflow: hidden;
  }

  .fixed-content .device-frame .image-slide {
    width: 199px;
  }

  .fixed-content .device-frame .system-overlay {
    width: 199px;
  }

  .fixed-content .device-frame .image-slide-static {
    width: 199px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .fixed-content .device-frame .image-slides {
    display: block;
    width: 188px;
    height: 334px;
    position: absolute;
    top: 65px;
    left: 7px;
    z-index: 10;
    overflow: hidden;
  }

  .fixed-content .device-frame .image-slide {
    width: 188px;
  }

  .fixed-content .device-frame .system-overlay {
    width: 188px;
    left: 0px;
  }

  .fixed-content .device-frame .image-slide-static {
    width: 188px;
  }
}

@media only screen and (min-width: 1141px) {
  .fixed-content .device-frame .image-slides {
    display: block;
    position: absolute;
    top: 76px;
    left: 11px;
    right: 0;
    width: 236px;
    height: 419px;
    z-index: 10;
    overflow: hidden;
  }

  .fixed-content .device-frame .image-slide {
    width: 236px;
  }

  .fixed-content .device-frame .system-overlay {
    width: 236px;
    left: 0px;
  }

  .fixed-content .device-frame .image-slide-static {
    width: 236px;
  }
}

.fixed-content .image-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
  margin: 0 auto;
}

.fixed-content .image-slide-static {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
}

.fixed-content .device {
  position: relative;
  top: 25px;
  width: 337px;
}

.fixed-content .prod-video {
  position: absolute;
  top: 68px;
  left: 12px;
  width: 263px;
  z-index: 10;
  opacity: 0.0;
}

.scroll-container * {
  -webkit-transform: translate3d(0px, 0px, 0px);
}

@media only screen and (max-width: 768px) {
  .scroll-container {
    display: none;
  }
}

.scroll-section {
  height: 6000px !important;
}

.scroll-section .scroll-section-content {
  position: relative;
  height: 100%;
}

.scroll-section .section-bg {
  will-change: transform;
  position: absolute;
  z-index: 0;
  opacity: 0.0;
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .section-bg.section-bg-one {
    -ms-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    -webkit-transform: scale(0.8) translateZ(0);
  }
}

.scroll-section .section-bg.section-bg-two {
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-59%) translateY(-51%) translateZ(0);
  transform: translateX(-59%) translateY(-51%) translateZ(0);
  -webkit-transform: translateX(-59%) translateY(-51%) translateZ(0);
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .section-bg.section-bg-two {
    -ms-transform: translateX(-49%) translateY(-42%) scale(0.8) translateZ(0);
    transform: translateX(-49%) translateY(-42%) scale(0.8) translateZ(0);
    -webkit-transform: translateX(-49%) translateY(-42%) scale(0.8) translateZ(0);
  }
}

.scroll-section .section-bg.section-bg-three {
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-59%) translateY(-45%) translateZ(0);
  transform: translateX(-59%) translateY(-45%) translateZ(0);
  -webkit-transform: translateX(-59%) translateY(-45%) translateZ(0);
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .section-bg.section-bg-three {
    -ms-transform: translateX(-49%) translateY(-42%) scale(0.8) translateZ(0);
    transform: translateX(-49%) translateY(-42%) scale(0.8) translateZ(0);
    -webkit-transform: translateX(-49%) translateY(-42%) scale(0.8) translateZ(0);
  }
}

.scroll-section .section-bg.section-bg-four {
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-61%) translateY(-49%) translateZ(0);
  transform: translateX(-61%) translateY(-49%) translateZ(0);
  -webkit-transform: translateX(-61%) translateY(-49%) translateZ(0);
  opacity: 0.0 !important;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .section-bg.section-bg-four {
    -ms-transform: translateX(-49%) translateY(-42%) scale(0.8) translateZ(0);
    transform: translateX(-49%) translateY(-42%) scale(0.8) translateZ(0);
    -webkit-transform: translateX(-49%) translateY(-42%) scale(0.8) translateZ(0);
  }
}

.scroll-section.active .section-bg.section-bg-four {
  opacity: 1.0 !important;
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object {
    position: absolute;
    z-index: 1;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object {
    -webkit-transform: scale(0.8) translateZ(0);
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.dohnut {
    top: 500px;
    right: -100px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.dohnut {
    top: 420px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.coffee {
    top: -80px;
    right: 10%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.coffee {
    top: -140px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.napkin {
    top: 275px;
    left: -100px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.napkin {
    left: -150px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.sushi {
    top: 150px;
    right: -100px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.sushi {
    top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.seaweed {
    top: -140px;
    right: 20%;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.seaweed {
    top: -140px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.chopsticks {
    top: 300px;
    left: -250px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.chopsticks {
    left: -300px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.sunglasses {
    top: -100px;
    right: 230px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.sunglasses {
    right: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.leash {
    top: 270px;
    left: -180px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.leash {
    left: -260px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.keys {
    top: 700px;
    left: 40px;
  }

  .scroll-section .layer-object.newspaper {
    bottom: -700px;
    right: -210px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.newspaper {
    bottom: -460px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.candy {
    top: 150px;
    left: -100px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.candy {
    top: 70px;
    left: -135px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.headphones {
    top: -400px;
    right: -150px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.headphones {
    width: 610px;
  }
}

@media only screen and (min-width: 768px) {
  .scroll-section .layer-object.passport {
    top: 570px;
    right: -130px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 769px) and (max-width: 1140px) {
  .scroll-section .layer-object.passport {
    top: 380px;
  }
}

@media only screen and (max-width: 420px) {
  .content-wide {
    width: 100% !important;
    margin-left: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .content-wide {
    min-width: 420px;
    margin-right: -50px !important;
  }
}

@media only screen and (min-width: 1141px) {
  .content-wide {
    min-width: 420px;
    margin-right: -20px !important;
  }
}

.content-text {
  color: #ffffff;
  float: right;
  width: 390px;
  margin-right: 20px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1140px) {
  .content-text {
    width: 340px;
    float: right;
  }
}

@media only screen and (max-width: 768px) {
  .content-text {
    float: none;
    width: 100%;
  }
}

.content-text h2 {
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
}

@media only screen and (max-width: 1140px) {
  .content-text h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 372px) {
  .content-text h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

.content-text .small-h2 {
  font-size: 32px;
  line-height: 38px;
}

@media only screen and (max-width: 1140px) {
  .content-text .small-h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.content-text p {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .content-text p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .content-text p {
    display: none;
  }
}

.content-text img {
  margin: 30px 0 0 0;
}

.text-fix {
  top: -120px !important;
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .text-fix {
    top: -150px !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-fix {
    top: 35px !important;
  }
}

.text-slide {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateY(48%);
  transform: translateY(48%);
  -webkit-transform: translateY(48%);
  z-index: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .text-slide {
    top: -50px;
    width: 340px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 768px) {
  .text-slide {
    text-align: center;
    width: 100%;
    top: 35px;
  }
}

@media only screen and (max-width: 400px) {
  .text-slide {
    text-align: center;
    width: 100%;
    top: 0px;
  }
}

.text-slide.active {
  z-index: 10;
}

.text-slide.push-slide-down {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .text-slide.push-slide-down {
    margin-top: 0;
  }
}

.text-slide .js-animate-this {
  opacity: 0.0;
}

.text-slide h2 {
  margin-bottom: 25px;
}

.slide-cta {
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  float: left;
  margin: 20px 0 0 0;
}

.slide-cta:hover {
    background: #FF5722;
  }

.slide-cta span {
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  float: left;
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .slide-cta {
    float: none;
    margin: 30px auto 0;
  }
}

.slide-cta-button {
  width: 40px;
  height: 40px;
  padding: 5px;
  display: inline-block;
  float: left;
}

.primer-logo-footer {
  position: absolute;
  top: -14px;
  right: 0;
}

.google-logo-footer {
  left: 60px;
}

@media only screen and (max-width: 768px) {
  .google-logo-footer {
    left: -20px;
  }
}

.scroll-section-one {
  background: black;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fd0ea), color-stop(100%, #009688));
  background: -webkit-linear-gradient(top, #4fd0ea 0%, #009688 100%);
  background: linear-gradient(to bottom, #4fd0ea 0%, #009688 100%); */
  background-repeat: no-repeat;
}

.scroll-section-two {
  background: black;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009688), color-stop(100%, #4BB7B9));
  background: -webkit-linear-gradient(top, #009688 0%, #4BB7B9 100%);
  background: linear-gradient(to bottom, #009688 0%, #4BB7B9 100%); */
  background-repeat: no-repeat;
}

.scroll-section-three {
  background: black;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4BB7B9), color-stop(100%, #795548));
  background: -webkit-linear-gradient(top, #4BB7B9 0%, #795548 100%);
  background: linear-gradient(to bottom, #4BB7B9 0%, #795548 100%); */
  background-repeat: no-repeat;
}

.scroll-section-four {
  background: black;
  /* background: #795548; */
}

.internal-page {
  background: black;
}

.internal-page .page-sub-title {
  font-size: 24px;
  line-height: 24px;
  margin: 80px 0 45px 0;
  color: #728087;
}

.internal-page .main {
  padding: 167px 0;
}

@media only screen and (max-width: 768px) {
  .internal-page .main {
    padding-top: 25px;
  }
}

.internal-page .main p {
  font-size: 18px;
  line-height: 25px;
  color: #586971;
}

.main {
  margin-top: 0px;
}

.main.active {
  margin-top: 77px;
}

.home-page .global-footer {
  display: none;
  position: relative;
  margin-top: -150px;
}

@media only screen and (max-width: 768px) {
  .home-page .primer-logo {
    background-position: bottom center;
  }

  .home-page .pilot-text {
    display: none;
  }

  .home-page .device-frame {
    position: relative;
    top: -40px;
    left: 0;
    right: 0;
  }

  .home-page .global-footer {
    margin-top: -54px;
  }
}

@media only screen and (max-width: 768px) {
  .home-page .footer {
    display: none;
  }

  .home-page .global-footer {
    display: block;
  }

  .home-page .global-footer .pilot-text {
    display: block;
  }
}

.fade-gradient.active {
  top: 0px;
}

.fade-gradient {
  position: fixed;
  z-index: 2;
  right: 0;
  top: -48px;
  left: 0;
  height: 277px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 10%, white 50%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 10%, white 50%);
  -webkit-backface-visibility: hidden;
  pointer-events: auto;
}

@media only screen and (max-width: 768px) {
  .fade-gradient {
    top: 50px;
    height: 0px;
  }
}

.fade-solid.active {
  top: 0px;
}

.fade-solid {
  position: fixed;
  z-index: 2;
  right: 0;
  top: -77px;
  left: 0;
  height: 179px;
  background-color: black;
  -webkit-backface-visibility: hidden;
  pointer-events: auto;
}

@media only screen and (max-width: 768px) {
  .fade-solid {
    top: 50px;
    height: 0px;
  }
}

.init-image {
  opacity: 0.0;
}

.error-image {
  width: 100%;
  max-width: 700px;
}

.page-overlay-wrapper-static {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-y: auto;
  display: none;
  z-index: 50;
  opacity: 0.0;
  -webkit-backface-visibility: hidden;
}

.page-overlay-wrapper-static .overlay-sections {
  min-height: 100%;
}

.page-overlay-wrapper-static .overlay-section {
  display: none;
}

.page-overlay-wrapper-static .global-footer {
  margin-top: 100px;
  display: block;
}

.header-wrapper-static {
  position: fixed;
  margin-top: 2%;
  left: 0;
  right: 0;
  z-index: 100;
}

a {
  color: #FF5722;
  text-decoration: none;
}

.header-wrapper {
  position: fixed;
  margin-top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .header-wrapper {
    position: absolute;
    background: black;
    height: 0px;
  }
}

.header-wrapper.active {
  margin-top: 2%;
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.internal-page .header-wrapper {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  margin-top: 35px;
}

.internal-page .header-wrapper.active {
  margin-top: 112px;
}

@media only screen and (max-width: 768px) {
  .header {
    background: black;
    margin-top: 0;
    padding: 5px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    z-index: 101;
  }
}

.header .header-nav-links {
  float: right;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .header .header-nav-links {
    display: none;
  }
}

.header .header-nav-link {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  padding: 8px 10px 10px;
  border-radius: 4px;
  margin-left: 5px;
  background: none;
}


.header .menu {
  width: 24px;
  height: 24px;
  background: url(../img/menu@2x.png) no-repeat top center;
  background-size: 24px 48px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 10;
}

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

.header .menu.active {
  background-position: bottom center;
}

.mobile-nav {
  width: 100%;
  background: #ffffff;
  height: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

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

.mobile-nav .mobile-nav-link {
  border-top: 1px solid #f9f9f9;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding: 15px 0;
  color: #586971;
  text-decoration: none;
}

.primer-logo {
  background: url(logo_dom.png) no-repeat top center;
  background-size: 180px 96px;
  margin-top: -8px;
  width: 180px;
  height: 48px;
  display: block;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
}

@media only screen and (max-width: 768px) {
  .primer-logo {
    -ms-transform: scale(0.8) translateX(-10px);
    transform: scale(0.8) translateX(-10px);
    -webkit-transform: scale(0.8) translateX(-10px);
  }
}

.footer {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 45;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.footer .footer-nav-link {
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 32px;
  margin: 0 15px 0 0;
  float: left;
}

.footer .footer-social-link {
  padding: 7px 2px;
  display: inline-block;
}

.footer .footer-social-link .icon {
  width: 15px;
  height: 15px;
}

.footer .footer-social-link-image {
  margin-top: -1px;
  padding: 10px 2px;
  display: inline-block;
  vertical-align: top;
}

.footer .footer-social-link-image .icon {
  width: 15px;
  height: 15px;
}

.footer .footer-image {
  vertical-align: top;
  width: 14px;
  margin-top: 1px;
}

.footer .down-arrow {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin: 0 0 0 -15px;
}

@media only screen and (max-width: 768px) {
  .footer .down-arrow {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .footer .footer-social-links {
    margin-top: 20px;
    text-align: center;
    float: none;
  }

  .footer .footer-nav-links {
    float: none;
    text-align: center;
  }

  .footer .footer-nav-link {
    float: none;
  }
}

.global-footer {
  background: #f9f9f9;
  padding: 55px 0 85px;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  z-index: 100;
}

.global-footer .footer-branding .pilot-text {
  color: #000000;
  padding: 0 65px 0 15px;
  margin-top: 52px;
  opacity: 0.54;
}

.global-footer .footer-branding .google-logo path {
  fill: #000000;
}

.global-footer .footer-nav-links {
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .global-footer .footer-nav-links {
    margin: 10px 0 0 0;
  }
}

.global-footer .footer-nav-link {
  color: #586971;
  font-size: 14px;
  line-height: 14px;
  margin: 0 40px 0 0;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.global-footer .footer-nav-link:hover {
  opacity: 0.6;
}

.global-footer .footer-social-links {
  margin: 42px 0 0 0;
}

.global-footer .footer-social-link {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.global-footer .footer-social-link:hover {
  opacity: 0.6;
}

.global-footer .footer-social-link-image {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.global-footer .footer-social-link-image:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .global-footer {
    padding: 20px 0 20px;
  }

  .global-footer .footer-branding {
    text-align: center;
    float: none;
  }

  .global-footer .footer-branding .pilot-text {
    margin: 0 auto;
    width: 200px;
  }

  .global-footer .footer-social-links {
    text-align: center;
    float: none;
  }

  .global-footer .footer-nav-links {
    float: none;
    text-align: center;
  }

  .global-footer .footer-nav-link {
    margin: 8px 10px;
    float: none;
    display: inline-block;
  }
}

.pilot-text {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin: 8px 0 0 0;
  padding: 0 65px 0 0;
  position: relative;
}

.google-logo {
  width: 60px;
  height: 24px;
  position: absolute;
  top: -3px;
  right: 0;
}

.ref-message {
  background: rgba(54, 70, 78, 0.9);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1001;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.ref-message .download-link-button {
  position: relative;
  top: 8px;
  text-decoration: none;
}

.ref-message.from-shared {
  background: rgba(255, 255, 255, 0.9);
}

.ref-message.from-shared .ref-title {
  color: #4e4e4e;
  position: relative;
}

.ref-message.from-shared .ref-title a {
  color: #4e4e4e;
}

.ref-message.from-shared .icon {
  position: relative;
  top: 6px;
  margin-right: 15px;
}

.ref-message.from-shared .close-ref:hover svg {
  fill: #a1a9ab;
  opacity: 0.8;
}

.ref-message.skills-shared .ref-title {
  position: relative;
}

.ref-message.skills-shared .icon {
  position: relative;
  top: 6px;
  margin-right: 15px;
}

.ref-message.skills-shared .close-ref:hover svg {
  opacity: 0.8;
}

.ref-message.active {
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

@media only screen and (max-width: 768px) {
  .ref-message {
    display: none;
  }
}

.ref-message .fluid-width {
  position: relative;
}

.ref-message .close-ref {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  margin: -12px 10px 0 0;
  z-index: 10;
}

.ref-message .close-ref:hover svg {
  fill: #ffffff;
  opacity: 0.8;
}

@media only screen and (max-width: 900px) {
  .ref-message .close-ref {
    right: 0;
    margin: -12px 0 0 0;
  }
}

.ref-message .ref-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 12px 0;
  text-align: center;
}

.ref-message .ref-title .email-myself-link {
  color: #ffffff;
  text-decoration: underline;
}

.ref-message .ref-title a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .ref-message .ref-title {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.ref-message .email-form {
  display: inline-block;
}

.ref-message .email-form input {
  border: 0;
  border-radius: 4px;
  padding: 8px;
  color: #586971;
  font-size: 16px;
  line-height: 16px;
}

.page-overlay-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-y: auto;
  display: none;
  z-index: 50;
  opacity: 0.0;
  -webkit-backface-visibility: hidden;
}

.page-overlay-wrapper .overlay-sections {
  min-height: 100%;
}

.page-overlay-wrapper .overlay-section {
  display: none;
}

.page-overlay-wrapper .global-footer {
  margin-top: 100px;
  display: block;
}

.overlay-is-active .header-nav-link,
.internal-page .header-nav-link {
  color: #586971;
  background: none;
}

.overlay-is-active .header-nav-link:hover,
.overlay-is-active .header-nav-link.active,
.internal-page .header-nav-link:hover,
.internal-page .header-nav-link.active {
  color: #FF5722 !important;
}

.overlay-is-active .primer-logo,
.internal-page .primer-logo {
  background-position: bottom center;
}

.overlay-is-active .nohover:hover,
.internal-page .nohover:hover {
  opacity: 1.0;
}

.internal-page .ref-message {
  position: fixed;
}

.overlay-is-active .footer:not(.global-footer) {
  visibility: hidden;
}

.is-mobile .home-page {
  background: black;
}

.is-mobile .prod-video {
  display: none;
}

.is-mobile .scroll-container {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.is-mobile .scroll-section {
  background: none;
  height: 100% !important;
  display: none;
}

.is-mobile .scroll-section .layer-object {
  display: none;
}

.is-mobile .scroll-section:first-of-type {
  display: block;
}

.is-mobile .scroll-section:first-of-type .layer-object {
  display: block;
}

.is-mobile .down-arrow {
  display: none;
}



.about-section .header .mobile-full-width,
.about-page .header .mobile-full-width {
  padding-left: 0;
  padding-right: 0;
}

.about-section .title,
.about-page .title {
  font-size: 24px;
  color: #586971;
  margin-bottom: 25px;
}

.about-section .header-nav-link.about-link,
.about-page .header-nav-link.about-link {
  background: black;
  color: #ffffff;
}

.about-section .mobile-nav-link.about-link,
.about-section .mobile-nav-link:hover,
.about-page .mobile-nav-link.about-link,
.about-page .mobile-nav-link:hover {
  color: #f14f06;
}

.about-section .hover-color:hover,
.about-page .hover-color:hover {
  color: #f14f06;
}

.about-section .hover-fill:hover path,
.about-section .hover-fill:hover polygon,
.about-page .hover-fill:hover path,
.about-page .hover-fill:hover polygon {
  fill: #f14f06;
}

.about-section .download-links,
.about-page .download-links {
  border-radius: 4px;
  background: #f14f06;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  padding: 12px 24px 2px;
  margin: 16px 0;
  text-align: left;
}

.about-section .download-links span,
.about-page .download-links span {
  float: left;
}

.about-section .page-title,
.about-page .page-title {
  font-size: 30px;
  line-height: 30px;
  color: #586971;
  margin: 45px 0 40px 0;
}

.about-section .page-title.margin-edit,
.about-page .page-title.margin-edit {
  margin-top: 115px;
}

@media only screen and (max-width: 768px) {
  .about-section .page-title,
  .about-page .page-title {
    margin-top: 95px;
  }
}

.about-section .title,
.about-page .title {
  font-size: 24px;
  line-height: 24px;
  color: #586971;
  margin: 80px 0 40px 0;
}

.about-section .hline,
.about-page .hline {
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 36px;
  background-color: #536E7B;
}

.about-section .main p.page-body,
.about-section p.page-body,
.about-page .main p.page-body,
.about-page p.page-body {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 40px;
  color: #586971;
}

.about-section .review,
.about-page .review {
  float: left;
  display: inline-block;
  width: 33%;
  min-height: 220px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .about-section .review,
  .about-page .review {
    float: none;
    display: block;
    width: 100%;
    min-height: 0;
    margin-bottom: 75px;
  }
}

.about-section .review .star-rating path,
.about-page .review .star-rating path {
  fill: #f14f06;
}

.about-section .review p.review-body,
.about-page .review p.review-body {
  font-size: 16px;
  line-height: 22px;
  padding-right: 10%;
  color: #586971;
}

@media only screen and (max-width: 768px) {
  .about-section .review p.review-body,
  .about-page .review p.review-body {
    padding-right: 0;
  }
}

.about-section .review p.review-credit,
.about-page .review p.review-credit {
  font-size: 16px;
  line-height: 22px;
  color: #586971;
  padding-right: 10%;
}

@media only screen and (max-width: 768px) {
  .about-section .review p.review-credit,
  .about-page .review p.review-credit {
    padding-right: 0;
  }
}

.about-section .review-large,
.about-page .review-large {
  min-height: 300px;
}



.skills-section .header .mobile-full-width,
.skills-page .header .mobile-full-width {
  padding-left: 0;
  padding-right: 0;
}

.skills-section .title,
.skills-page .title {
  font-size: 24px;
  color: #586971;
  margin-bottom: 25px;
}

.skills-section .header-nav-link.skills-link,
.skills-page .header-nav-link.skills-link {
  background: #f14f06;
  color: #ffffff;
}

.skills-section .mobile-nav-link.skills-link,
.skills-section .mobile-nav-link:hover,
.skills-page .mobile-nav-link.skills-link,
.skills-page .mobile-nav-link:hover {
  color: #f14f06;
}

.skills-section .hover-color:hover,
.skills-page .hover-color:hover {
  color: #f14f06;
}

.skills-section .hover-fill:hover path,
.skills-section .hover-fill:hover polygon,
.skills-page .hover-fill:hover path,
.skills-page .hover-fill:hover polygon {
  fill: #f14f06;
}

.skills-section .download-links,
.skills-page .download-links {
  border-radius: 4px;
  background: #f14f06;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  padding: 12px 24px 2px;
  margin: 16px 0;
  text-align: left;
}

.skills-section .download-links span,
.skills-page .download-links span {
  float: left;
}

.skills-section .page-title,
.skills-page .page-title {
  font-size: 30px;
  line-height: 30px;
  color: #586971;
  margin: 45px 0 40px 0;
}

.skills-section .page-title.margin-edit,
.skills-page .page-title.margin-edit {
  margin-top: 115px;
}

@media only screen and (max-width: 768px) {
  .skills-section .page-title,
  .skills-page .page-title {
    margin-top: 95px;
  }
}

.skills-section .main p.page-body,
.skills-section p.page-body,
.skills-page .main p.page-body,
.skills-page p.page-body {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 18px;
  color: #586971;
}

.skills-section .skills-container,
.skills-page .skills-container {
  margin-left: -8px;
}

.skills-section .skill,
.skills-page .skill {
  float: left;
  display: inline-block;
  width: 31%;
  min-height: 350px;
  margin: 8px;
  border: 1px solid #eaeaea;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .skills-section .skill,
  .skills-page .skill {
    float: none;
    display: block;
    width: 100%;
    min-height: 0;
    margin-bottom: 75px;
    min-height: 520px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .skills-section .skill,
  .skills-page .skill {
    width: 47%;
    min-height: 420px;
  }
}

.skills-section .skill div.skill-image,
.skills-page .skill div.skill-image {
  margin: auto;
}

.skills-section .skill div.skill-image img,
.skills-page .skill div.skill-image img {
  margin-top: 32px;
  margin-bottom: 8px;
  width: 40%;
}

.skills-section .skill div.skill-title,
.skills-page .skill div.skill-title {
  margin: auto;
  font-size: 14px;
  letter-spacing: 1px;
  color: #586971;
  margin-bottom: 16px;
}

.skills-section .skill div.skill-title img,
.skills-page .skill div.skill-title img {
  width: 13px;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 4px;
}

.skills-section .skill div.skill-description,
.skills-page .skill div.skill-description {
  margin: auto;
  font-size: 16px;
  line-height: 23px;
  color: #586971;
  padding-left: 10%;
  padding-right: 10%;
}

.skills-section .skill div.skill-description-wide,
.skills-page .skill div.skill-description-wide {
  padding-left: 2% !important;
  padding-right: 2% !important;
}

.skills-section .skill-tall,
.skills-page .skill-tall {
  min-height: 375px !important;
}

.skills-section div.learn,
.skills-page div.learn {
  background-color: #FF5722;
  border: 1px solid #FF5722;
}

.skills-section div.learn div.learn-title,
.skills-page div.learn div.learn-title {
  margin: auto;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 18px;
  color: #ffffff;
}

.skills-section div.learn div.learn-get-app,
.skills-page div.learn div.learn-get-app {
  margin: auto;
  padding-top: 60px;
  font-size: 13px;
  color: #ffffff;
  padding-left: 10%;
  padding-right: 10%;
}

.skills-section div.learn .download-link-button,
.skills-page div.learn .download-link-button {
  vertical-align: middle;
  padding-left: 6px;
}

.skills-section div.learn .download-link-button path,
.skills-page div.learn .download-link-button path {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.skills-section div.learn .download-link-button svg,
.skills-page div.learn .download-link-button svg {
  margin-bottom: -5px;
}

.skills-section div.learn .download-link-button:hover path,
.skills-page div.learn .download-link-button:hover path {
  fill: #008ecc;
}

.stories-section .header .mobile-full-width,
.stories-page .header .mobile-full-width {
  padding-left: 0;
  padding-right: 0;
}

.stories-section .title,
.stories-page .title {
  font-size: 24px;
  color: #586971;
  margin-bottom: 25px;
}

.stories-section .header-nav-link.stories-link,
.stories-page .header-nav-link.stories-link {
  background: #f14f06;
  color: #ffffff;
}

.stories-section .mobile-nav-link.stories-link,
.stories-section .mobile-nav-link:hover,
.stories-page .mobile-nav-link.stories-link,
.stories-page .mobile-nav-link:hover {
  color: #f14f06;
}

.stories-section .hover-color:hover,
.stories-page .hover-color:hover {
  color: #f14f06;
}

.stories-section .hover-fill:hover path,
.stories-section .hover-fill:hover polygon,
.stories-page .hover-fill:hover path,
.stories-page .hover-fill:hover polygon {
  fill: #f14f06;
}

.stories-section .download-links,
.stories-page .download-links {
  border-radius: 4px;
  background: #f14f06;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  padding: 12px 24px 2px;
  margin: 16px 0;
  text-align: left;
}

.stories-section .download-links span,
.stories-page .download-links span {
  float: left;
}

.stories-section .page-title,
.stories-page .page-title {
  font-size: 30px;
  line-height: 30px;
  color: #586971;
  margin: 45px 0 40px 0;
}

.stories-section .page-title.margin-edit,
.stories-page .page-title.margin-edit {
  margin-top: 115px;
}

@media only screen and (max-width: 768px) {
  .stories-section .page-title,
  .stories-page .page-title {
    margin-top: 95px;
  }
}

.stories-section .main p.page-body,
.stories-section p.page-body,
.stories-page .main p.page-body,
.stories-page p.page-body {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 18px;
  color: #586971;
}

.stories-section .stories-container,
.stories-page .stories-container {
  margin-top: 50px;
}

.stories-section .stories-list,
.stories-page .stories-list {
  width: 100%;
  margin-top: 10px;
  margin-left: -8px;
}

.stories-section .story-detail,
.stories-page .story-detail {
  float: left;
  display: inline-block;
  width: 67%;
}

@media only screen and (max-width: 768px) {
  .stories-section .story-detail,
  .stories-page .story-detail {
    float: none;
    display: block;
    width: 100%;
    min-height: 0;
  }
}

.stories-section .story-detail h3.story-title,
.stories-page .story-detail h3.story-title {
  font-size: 30px;
  line-height: 45px;
  color: #586971;
}

.stories-section .story-detail p.story-body,
.stories-page .story-detail p.story-body {
  font-size: 24px;
  width: 90%;
  line-height: 36px;
  color: #586971;
}

.stories-section .story-image,
.stories-page .story-image {
  padding: 0;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .stories-section .story-image,
  .stories-page .story-image {
    margin-top: 36px;
  }
}

.stories-section .story-sidebar,
.stories-page .story-sidebar {
  float: right;
  display: inline-block;
  margin-top: 72px;
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .stories-section .story-sidebar,
  .stories-page .story-sidebar {
    float: none;
    display: block;
    width: 100%;
    min-height: 0;
    margin-top: 0;
  }
}

.stories-section .story-sidebar a,
.stories-page .story-sidebar a {
  color: #586971;
  text-decoration: underline;
}

.stories-section .story-sidebar h3.story-heading,
.stories-page .story-sidebar h3.story-heading {
  font-size: 14px;
  color: #586971;
  letter-spacing: 1px;
}

.stories-section .story-sidebar p.story-info,
.stories-page .story-sidebar p.story-info {
  font-size: 18px;
  line-height: 23px;
  color: #586971;
  margin-bottom: 26px;
  margin-top: 4px;
}

.stories-section .story-sidebar img.story-lesson,
.stories-page .story-sidebar img.story-lesson {
  height: 72px;
  margin-top: 8px;
}

.stories-section .story,
.stories-page .story {
  float: left;
  width: 31.4%;
  min-height: 320px;
  margin: 8px;
  border: 1px solid #eaeaea;
}

@media only screen and (max-width: 768px) {
  .stories-section .story,
  .stories-page .story {
    float: none;
    display: block;
    width: 100%;
    min-height: 0;
    margin-bottom: 75px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1140px) {
  .stories-section .story,
  .stories-page .story {
    width: 47%;
  }
}

.stories-section .story div.story-image,
.stories-page .story div.story-image {
  margin: auto;
}

.stories-section .story div.story-image img,
.stories-page .story div.story-image img {
  margin-bottom: 8px;
  width: 100%;
}

.stories-section .story div.story-title,
.stories-page .story div.story-title {
  font-size: 18px;
  line-height: 23px;
  color: #586971;
  padding-left: 20px;
  padding-right: 20px;
}

.stories-section .story div.story-description,
.stories-page .story div.story-description {
  font-size: 18px;
  line-height: 23px;
  height: 54px;
  color: #586971;
  padding-left: 20px;
  padding-right: 20px;
}

.stories-section .story div.story-learn,
.stories-page .story div.story-learn {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 12px;
  color: #586971;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.stories-section .story:hover,
.stories-page .story:hover {
  box-shadow: 0px 0px 5px 2px #f0f0f0;
}

.faq-section .header .mobile-full-width,
.faq-page .header .mobile-full-width {
  padding-left: 0;
  padding-right: 0;
}

.faq-section .header-nav-link.faq-link,
.faq-page .header-nav-link.faq-link {
  background: #f14f06;
  color: #ffffff;
}

.faq-section .mobile-nav-link.faq-link,
.faq-page .mobile-nav-link.faq-link {
  color: #3eaea4;
}

.faq-section .faq-question,
.faq-page .faq-question {
  padding: 5%;
  width: 100%;
  border: 1px solid #d8dbdd;
  border-radius: 8px;
  margin-bottom: 15px;
}

.faq-section .faq-row,
.faq-page .faq-row {
  margin-bottom: 15px;
  width: 100%;
}

.faq-section .faq-row:last-of-type,
.faq-page .faq-row:last-of-type {
  margin-bottom: 0;
}

.faq-section .faq-title,
.faq-page .faq-title {
  font-size: 18px;
  line-height: 22px;
  color: #586971;
  width: 95%;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .faq-section .faq-title,
  .faq-page .faq-title {
    width: 90%;
  }
}

.faq-section p.faq-body,
.faq-page p.faq-body {
  font-size: 16px;
  line-height: 22px;
  color: #586971;
  width: 95%;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.faq-section p.faq-body a,
.faq-page p.faq-body a {
  color: #f14f06;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .faq-section p.faq-body,
  .faq-page p.faq-body {
    width: 90%;
  }
}

.faq-section .page-title,
.faq-page .page-title {
  font-size: 30px;
  line-height: 30px;
  color: #586971;
  margin: 45px 0 40px 0;
}

@media only screen and (max-width: 768px) {
  .faq-section .page-title,
  .faq-page .page-title {
    padding-left: 0;
    margin-top: 95px;
  }
}

.faq-section .faq-key,
.faq-page .faq-key {
  float: left;
  width: 5%;
  height: 100%;
  font-size: 14px;
  color: #d8dbdd;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .faq-section .faq-key,
  .faq-page .faq-key {
    width: 10%;
  }
}

.interstitial-page {
  padding-top: 30px;
  background: #ECEFF1;
}

.interstitial-page .int-logo {
  width: 80px;
  margin: 0 auto 25px;
  display: block;
}

.interstitial-title {
  color: #36464E;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 24px;
  line-height: 32px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 40px;
}

.interstitial-label {
  color: rgba(83, 109, 121, 0.65);
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.interstitial-link {
  color: #36464E;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 48px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
  border-radius: 4px;
  background: #FAFAFA;
  width: 264px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.interstitial-link:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/**/

/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

/* Slider */

/* .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
} */

/*# sourceMappingURL=style.unprefixed.css.map */
/* Localized */
