/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  box-sizing: border-box;
  /* 1 */
  -moz-box-sizing: border-box; }

html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 500; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  -webkit-font-smoothing: antialiased; }

body {
  background: #e8e8d9;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #222; }

h1 {
  font-weight: 300;
  color: #222;
  text-rendering: optimizeLegibility; }

h2, h3 {
  line-height: 1;
  color: #333;
  font-weight: normal; }

h2 {
  color: #a5a39c;
  margin-bottom: 0.3em; }

h3 {
  margin-top: 0;
  margin-bottom: 0.3em;
  font-family: 'Montserrat', sans-serif;
  color: #555; }

p {
  padding: 0;
  margin: 0; }

/* ==========================================================================
   Horizontal
   ========================================================================== */
.page-header {
  position: fixed;
  width: 100%;
  min-width: 1060px;
  top: 0;
  left: 0;
  line-height: 0;
  z-index: 100;
  background: #423d30;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

.shadow {
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.25); }

.page-header-headline {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 300; }

.page-header-headline h1 {
  color: #222222;
  margin: 0.9rem 0 0 0;
  padding: 0; }

.page-header-headline h2 {
  color: #3c3c3c;
  margin: 1.3rem 0 0 0;
  font-weight: 300;
  font-size: 1.2em;
  padding: 0; }

.page-header-container {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 21.6037736%; }

.journey-container {
  float: left;
  display: block;
  width: 100%;
  z-index: 250;
  height: auto;
  background: #accfcc; }

.journey-container svg {
  width: 100%;
  height: auto; }

.journey-background {
  fill: #accfcc; }

#journey-part1 {
  fill: #423d30; }

#journey-part2 {
  fill: #4e4839; }

.emotional-line path, .emotional-line polyline, .emotional-line line {
  stroke: #6e8583;
  stroke-width: 1px; }

.journey-dot {
  opacity: 0.8;
  fill: #b8ae9c;
  stroke-width: 1px;
  stroke: #ddd;
  cursor: pointer; }

.passed, .active, .hover-active {
  fill: #8a0917; }

.passed {
  opacity: 0.4; }

.active, .hover-active {
  opacity: 1; }

.content-box-wrapper, .middle-step-wrapper {
  background: #d8d2c9; }

.active-section .content-box-wrapper, .active-section .middle-step-wrapper {
  background: #ba0c1f; }

.recursion-arrow-head {
  fill: #8fafac; }

.recursion-arrow-line {
  stroke: #8fafac; }

.phases {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 230;
  height: 30px;
  width: 100%;
  color: #e8e8d9; }

.phase {
  width: 33%;
  height: 30px;
  line-height: 2.2;
  font-size: 0.8em;
  display: block;
  float: left; }

.phase span {
  color: #998e72; }

.initial-phase {
  width: 52.6%;
  text-align: left;
  padding: 0 1rem;
  color: #d9d5cb; }

.recurring-phase {
  width: 45%;
  text-align: left;
  padding-left: 1rem;
  color: #cec9bc; }

/* ====== media ====== */
.media {
  margin: 1rem; }

.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.bd {
  float: left;
  width: 50%;
  text-align: justify;
  padding-right: 2rem; }

.bd p {
  margin-bottom: 1rem; }

.bd strong {
  color: #5e8481; }

.media .img {
  float: right;
  margin-left: 1rem;
  width: 48%;
  padding: 1rem;
  background-size: 250px 250px; }

.media .img img {
  display: block;
  width: 200px;
  margin: 0 auto; }

.media .imgExt {
  float: left;
  margin-right: 1rem; }

.media .img ul {
  font-size: 1em; }

/* ==========================================================================
   .guidelines
   ========================================================================== */
.guidelines-wrapper {
  border-top: 1px solid #cccccc; }

.guidelines-wrapper h2 {
  margin-top: 45px; }

.guidelines h3, .guidelines h4 {
  margin: 1em 0 0.5em 0; }

.guidelines ol h4 {
  padding-left: 0;
  margin-left: -2em; }

.guidelines li {
  padding: 0.2em; }

.guidelines i {
  display: block;
  font-style: italic;
  color: #888; }

/* ==========================================================================
   Tooltips
   ========================================================================== */
.tool-tip {
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: 400; }

.tool-tip span {
  padding: 0.25rem;
  line-height: 1;
  font-size: 0.8em;
  text-align: center;
  white-space: nowrap;
  opacity: 0.8;
  color: #222222;
  display: block;
  background: white;
  border: 4px solid white;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15); }

.tool-tip span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 27px; }

.left-tool-tip span:after {
  left: 15px; }

.center-tool-tip span:after {
  left: 50%;
  margin-left: -10px; }

.right-tool-tip span:after {
  right: 15px; }

.fixed-tool-tip {
  position: fixed; }

.fixed-tool-tip span {
  background: #95b3b1;
  border-color: #95b3b1;
  color: #111; }

.fixed-tool-tip span:after {
  border-color: #95b3b1 transparent transparent transparent; }

#tool-tip-button {
  width: 150px;
  left: 340px;
  top: 20px; }

#tool-tip-button button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: 0.25rem;
  font-size: 0.8em;
  opacity: 0.8; }

#emotional-line {
  left: 230px;
  top: 100px; }

#phase1 {
  left: 26%;
  top: 195px; }

#phase2 {
  left: 74%;
  top: 195px; }

#looping {
  left: 6000px;
  top: 20px; }

#smalldot {
  left: 29.3%;
  top: 33px; }

#largedot {
  left: 42.5%;
  top: 52px; }

/* ==========================================================================
   Vertical journey
   ========================================================================== */
.page-wrapper {
  width: 1000px;
  margin: auto; }

.general {
  width: 1060px;
  max-width: 1060px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px 0 20px; }

.journey-intro {
  padding: 20.5% 20px 0 20px; }

.journey-intro h2, .general h2 {
  color: #222222;
  font-size: 1.8em;
  font-weight: 300; }

.journey-intro h3 {
  margin: 1rem 0 0.3rem; }

.journey-intro ul {
  padding-left: 1.2em;
  list-style: square;
  padding-top: 0;
  margin-top: 0; }

.journey-intro p {
  margin-bottom: 1em; }

.column-1, .column-2, .column-3 {
  float: left;
  width: 50%;
  padding-top: 1rem;
  text-align: justify;
  color: #444; }

.column-wrapper {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc; }

.attribution {
  color: #888;
  padding-top: 0.3rem;
  text-align: left; }

.column-1 {
  padding-right: 1rem; }

.column-2 {
  padding-left: 1rem;
  background: url("../img/asad-environment2.svg") 16px 10px no-repeat;
  background-size: 500px auto;
  padding-top: 13.5em; }

.column-2 p {
  color: #444; }

.column-2 h2 {
  font-size: 1.3em; }

.column-3 {
  width: 10%; }

.intro-text-left {
  float: right; }

.intro-text-right {
  float: left;
  background: none; }

.asad {
  padding-top: 3rem; }

.scroll-info {
  background: #accfcc;
  padding: 1rem;
  font-size: 1.2em;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 600;
  color: #2d4f4c; }

.journey-wrapper {
  padding-top: 0; }

.journey-section {
  min-height: 100px;
  position: relative;
  background: url("../img/arrow.svg") bottom center no-repeat;
  background-size: 80px 80px;
  margin: 30px auto 0 auto;
  padding-bottom: 140px; }

.starting-point {
  text-align: center;
  font-size: 1.5em;
  color: #d6d6c8;
  margin: 0;
  margin-top: 6rem;
  padding: 0;
  min-height: 10px; }

.first-section {
  margin-top: 0;
  padding-top: 0; }

.journey-section:last-child, .no-arrow {
  background: none;
  padding-bottom: 60px; }

.section-content {
  margin: 0 auto;
  height: 100%;
  padding: 1rem 1rem 0 1rem; }

.section-content-box {
  width: 100%;
  min-height: 150px;
  display: block;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
  background-size: contain; }

.content-box-wrapper {
  padding-left: 0.5rem;
  width: 60%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.content-box {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  float: left;
  display: block;
  padding: 1rem;
  border-right: 1px solid #cccccc;
  border-radius: 0;
  background: white; }

.content-box:nth-of-type(3) {
  border-bottom: 0;
  margin-bottom: 0;
  background: #eeeeee; }

.section-content-box img {
  width: 38%;
  float: right;
  border: 2px solid #cccccc; }

.section-content h2 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  height: 35px;
  display: block; }

.middle-step-wrapper {
  padding-left: 0.5rem;
  width: 600px;
  margin: 40px auto 0 auto;
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem; }

.middle-step {
  background: #fff;
  padding: 2rem;
  text-align: center;
  font-size: 1em;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.middle-step p {
  color: #777;
  margin-top: 0.3em; }

.middle-step h3 {
  margin: 0; }

/* ==========================================================================
   Animation
   ========================================================================== */
.floating {
  -webkit-animation-name: Floatingy;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: Floating;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s; }

.floating:nth-of-type(4) {
  -moz-animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s; }

.floating:nth-of-type(3) {
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s; }

@-webkit-keyframes Floatingy {
  from {
    -webkit-transform: translate(0, 0px); }

  25% {
    -webkit-transform: translate(0, 2px); }

  75% {
    -webkit-transform: translate(0, -2px); }

  to {
    -webkit-transform: translate(0, 0px); } }
@-moz-keyframes Floating {
  from {
    -webkit-transform: translate(0, 0px); }

  25% {
    -webkit-transform: translate(0, 2px); }

  75% {
    -webkit-transform: translate(0, -2px); }

  to {
    -webkit-transform: translate(0, 0px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

  60% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

  60% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); } }
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

  60% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

  60% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); } }
.scroll-indication {
  position: absolute;
  bottom: 15px;
  right: 50%;
  margin-right: -320px;
  width: 35px;
  height: 35px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  z-index: 20; }

.bounce {
  -webkit-animation: bounce 1.5s infinite;
  -moz-animation: bounce 1.5s infinite;
  -ms-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite; }

/* ==========================================================================
   Section images
   ========================================================================== */
#website-com .section-content-box {
  background: white url("../img/s-t.png") no-repeat right center;
  background-size: contain; }

#trial-registration-form-password .section-content-box {
  background: white url("../img/trial-registration-2.png") no-repeat right top;
  background-size: 390px auto; }

#getting-started-after-a-while .section-content-box {
  background: white url("../img/getting-started.png") no-repeat right top;
  background-size: 390px auto; }

#getting-started-watching-video .section-content-box {
  background: white url("../img/watching-video.png") no-repeat right center;
  background-size: contain; }

#library-whats-next .section-content-box {
  background: white url("../img/library.png") no-repeat right top;
  background-size: 405px auto; }

#ba-trying-new-functionality .section-content-box {
  background: white url("../img/ba-first.png") no-repeat right top;
  background-size: 390px auto; }

#ba-trying-new-functionality2 .section-content-box {
  background: white url("../img/master-functionality.png") no-repeat right -12px;
  background-size: auto 285px; }

#ba-reached-insight .section-content-box {
  background: white url("../img/insight.png") no-repeat right top;
  background-size: 390px auto; }

#ba-pdf-generator .section-content-box {
  background: white url("../img/pdf-generator.png") no-repeat right center;
  background-size: auto 370px; }

#ba-saving .section-content-box {
  background: white url("../img/saving.png") no-repeat right center;
  background-size: auto 370px; }

#library-sharing .section-content-box {
  background: white url("../img/sharing-link.png") no-repeat right center;
  background-size: auto 415px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
