@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
     */
html {
  font-size: 100%;
  line-height: 1.125em;
  font-family: "Nunito Sans", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/* HTML5 display definitions
       ========================================================================== */
/**
     * Add the correct display in IE <10.
     * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
     * Add the correct display in IE for `main`.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
     * Add the correct display in IE <10.
     */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
     * Add the correct display and remove excess height in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Add the correct display in IE <11, Safari <8, and Firefox <22.
     * 1. Add the correct display in IE.
     */
template,
[hidden] {
  display: none;
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox <40.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
     * Add the correct font style in Android <4.4.
     */
dfn {
  font-style: italic;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  line-height: 1.125em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.5625em 0;
}

h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0.75em 0;
}

h3 {
  font-size: 1.17em;
  line-height: 1.9230769231em;
  margin: 0.9615384615em 0;
}

h4 {
  font-size: 1em;
  line-height: 2.25em;
  margin: 1.125em 0;
}

h5 {
  font-size: 0.83em;
  line-height: 1.3554216867em;
  margin: 1.3554216867em 0;
}

h6 {
  font-size: 0.67em;
  line-height: 1.6791044776em;
  margin: 1.6791044776em 0;
}

/**
     * Add the correct background and color in IE <10.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE <11.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
       ========================================================================== */
/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
blockquote {
  margin: 1.125em 40px;
}

/**
       * Address margins set differently in IE 6/7.
       */
dl,
menu,
ol,
ul {
  margin: 1.125em 0;
}

/**
         * Turn off margins on nested lists.
         */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
       * Address paddings set differently in IE 6/7.
       */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.125em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
p,
pre {
  margin: 1.125em 0;
}

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

/* Forms
       ========================================================================== */
/**
     * Known issues:
     * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
     *   select, unless a border property is set. The default font weight on
     *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
     *   OS X.
     * - It is recommended that you do not style checkbox and radio inputs as
     *   Firefox's implementation does not respect box-sizing, padding, or width.
     * - Certain font size values applied to number inputs cause the cursor style of
     *   the decrement button to change from default to text.
     * - The search input is not fully stylable by default. In Chrome and Safari on
     *   OSX/iOS you can't control font, padding, border, or background. In Chrome
     *   and Safari on Windows you can't control border properly. It will apply
     *   border-width but will only show a border color (which cannot be controlled)
     *   for the outer 1px of that border. Applying -webkit-appearance: textfield
     *   addresses these issues without removing the benefits of search inputs (e.g.
     *   showing past searches). Safari (but not Chrome) will clip the cancel button
     *   on when it has padding (and textfield appearance).
     */
/**
     * 1. Change font properties to `inherit` in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 4. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE <11.
     * 2. Remove the padding in IE <11.
     * 3. Remove excess padding in IE 7.
     *    Known issue: excess padding remains in IE 6.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
       */
}

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

/**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     * 4. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */
}

/**
     * Restore the font weight unset by a previous rule.
     */
optgroup {
  font-weight: bold;
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/*
.elevation-1 {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.elevation-2 {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.elevation-3 {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.elevation-4 {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.elevation-5 {
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
*/
.elevation-1 {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.elevation-2 {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.elevation-3 {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.elevation-4 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.elevation-5 {
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);
}

.bg-red {
  background-color: #F15A3C;
  color: #FFF;
}

.bg-red a:not(.button) {
  color: #eee9f0;
  text-decoration: underline;
}

.bg-red a:not(.button):hover, .bg-red a:not(.button):focus {
  color: #B2A7B6;
  text-decoration: none;
}

.bg-red svg {
  fill: #FFF;
}

.bg-red svg .background {
  fill: #F15A3C;
}

.bg-red hr,
.bg-red .header {
  border-bottom-color: #FFF;
}

.bg-orange {
  background-color: #e77b23;
  color: #FFF;
}

.bg-orange a:not(.button) {
  color: #eee9f0;
  text-decoration: underline;
}

.bg-orange a:not(.button):hover, .bg-orange a:not(.button):focus {
  color: #B2A7B6;
  text-decoration: none;
}

.bg-orange svg {
  fill: #FFF;
}

.bg-orange svg .background {
  fill: #e77b23;
}

.bg-orange hr,
.bg-orange .header {
  border-bottom-color: #FFF;
}

.bg-yellow {
  background-color: #FDBE57;
  color: #FFF;
}

.bg-yellow a:not(.button) {
  color: #eee9f0;
  text-decoration: underline;
}

.bg-yellow a:not(.button):hover, .bg-yellow a:not(.button):focus {
  color: #B2A7B6;
  text-decoration: none;
}

.bg-yellow svg {
  fill: #FFF;
}

.bg-yellow svg .background {
  fill: #FDBE57;
}

.bg-yellow hr,
.bg-yellow .header {
  border-bottom-color: #FFF;
}

.bg-gold {
  background-color: #e4ae0e;
  color: #FFF;
}

.bg-gold a:not(.button) {
  color: #eee9f0;
  text-decoration: underline;
}

.bg-gold a:not(.button):hover, .bg-gold a:not(.button):focus {
  color: #B2A7B6;
  text-decoration: none;
}

.bg-gold svg {
  fill: #FFF;
}

.bg-gold svg .background {
  fill: #e4ae0e;
}

.bg-gold hr,
.bg-gold .header {
  border-bottom-color: #FFF;
}

.bg-green {
  background-color: #889E24;
  color: #FFF;
}

.bg-green a:not(.button) {
  color: #eee9f0;
  text-decoration: underline;
}

.bg-green a:not(.button):hover, .bg-green a:not(.button):focus {
  color: #B2A7B6;
  text-decoration: none;
}

.bg-green svg {
  fill: #FFF;
}

.bg-green svg .background {
  fill: #889E24;
}

.bg-green hr,
.bg-green .header {
  border-bottom-color: #FFF;
}

.bg-blue {
  background-color: #5587A2;
  color: #FFF;
}

.bg-blue a:not(.button) {
  color: #eee9f0;
  text-decoration: underline;
}

.bg-blue a:not(.button):hover, .bg-blue a:not(.button):focus {
  color: #B2A7B6;
  text-decoration: none;
}

.bg-blue svg {
  fill: #FFF;
}

.bg-blue svg .background {
  fill: #5587A2;
}

.bg-blue hr,
.bg-blue .header {
  border-bottom-color: #FFF;
}

.bg-purple {
  background-color: #824EA0;
  color: #FFF;
}

.bg-purple a:not(.button) {
  color: #eee9f0;
  text-decoration: underline;
}

.bg-purple a:not(.button):hover, .bg-purple a:not(.button):focus {
  color: #B2A7B6;
  text-decoration: none;
}

.bg-purple svg {
  fill: #FFF;
}

.bg-purple svg .background {
  fill: #824EA0;
}

.bg-purple hr,
.bg-purple .header {
  border-bottom-color: #FFF;
}

.bg-pink {
  background-color: #bd4074;
  color: #FFF;
}

.bg-pink a:not(.button) {
  color: #eee9f0;
  text-decoration: underline;
}

.bg-pink a:not(.button):hover, .bg-pink a:not(.button):focus {
  color: #B2A7B6;
  text-decoration: none;
}

.bg-pink svg {
  fill: #FFF;
}

.bg-pink svg .background {
  fill: #bd4074;
}

.bg-pink hr,
.bg-pink .header {
  border-bottom-color: #FFF;
}

.bg-white {
  background-color: #FFF;
  color: #4D4946;
}

.bg-white svg {
  fill: #4D4946;
}

.bg-white svg .background {
  fill: #FFF;
}

.bg-white hr,
.bg-white .header {
  border-bottom-color: #4D4946;
}

.bg-gradient {
  background: linear-gradient(to right, #F15A3C 0%, #F6883A 100%);
  color: #FFF;
}

.bg-gradient svg {
  fill: #FFF;
}

.bg-gradient svg .background {
  fill: #e77b23;
}

.bg-gradient hr,
.bg-gradient .header {
  border-bottom-color: #FFF;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/**
 * Fonts
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ejl1mx");
  src: url("../fonts/icomoon.eot?ejl1mx#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ejl1mx") format("truetype"), url("../fonts/icomoon.woff?ejl1mx") format("woff"), url("../fonts/icomoon.svg?ejl1mx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dropbox:before {
  content: "\e90b";
}

.icon-google-drive:before {
  content: "\e90c";
}

.icon-nudgeforchange:before {
  content: "\e90a";
}

.icon-arrow_forward:before {
  content: "\e90e";
}

.icon-arrow_back:before {
  content: "\e90f";
}

.icon-remove_circle:before {
  content: "\e905";
}

.icon-add_circle:before {
  content: "\e906";
}

.icon-check_circle:before {
  content: "\e904";
}

.icon-medium:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-google-plus:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-file-pdf-o:before {
  content: "\e910";
}

.icon-file-archive-o:before {
  content: "\e90d";
}

.icon-file-zip-o:before {
  content: "\e90d";
}

.icon-apple:before {
  content: "\e908";
}

.icon-android:before {
  content: "\e909";
}

/**
 * Base Styles
 */
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-size: 100%;
  color: #4D4946;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  z-index: 1;
  overflow-x: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: #F15A3C;
}

button {
  cursor: pointer;
}

hr {
  width: 100%;
  height: 0;
  border: none;
  background: none;
  margin: 1rem 0;
  border-bottom: 0.125em dashed #FFF;
  /*
	border-width: 0 0 4px 0;
	border-style: solid;
	border-color: transparent;
	border-image-source: url(../img/border_dashed.svg);
	border-image-repeat: round;
	*/
}

dd {
  margin: 0;
}

/**
 * Typography
 */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

h1 {
  font-sie: 2em;
  font-weight: 300;
}

h2 {
  font-size: 1.5em;
  font-weight: 300;
}

h3 {
  font-size: 1.25em;
  font-weight: 700;
}

.section-subtitle {
  font-size: 1.25em;
  font-weight: 300;
}

.lead {
  font-weight: 300;
  font-size: 1.25em;
}

.small {
  font-size: 0.75em;
}

p {
  margin: 1rem 0;
}

dt {
  font-size: 1.5em;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

b, strong {
  font-weight: 700;
}

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

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

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

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

.text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.text-large {
  font-size: 1.25em;
}

.text-columns {
  columns: 20rem;
  column-gap: 1rem;
}

.text-columns p:first-child {
  margin-top: 0;
}

.text-columns p:last-child {
  margin-bottom: 0;
}

/**
 * Layout
 */
.rel {
  position: relative;
}

.full-height {
  height: 100%;
}

.container {
  width: 100%;
  max-width: 59.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.text-container {
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.container .text-container {
  padding-left: 0;
  padding-right: 0;
}

.page-section-container {
  display: flex;
  flex-direction: column;
}

.page-section {
  position: relative;
  padding: 4rem 0;
  z-index: 1;
}

.page-section:first-of-type {
  padding-top: 5em;
}

.page-section.fullscreen {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-section.fullscreen:first-of-type {
  min-height: 98%;
  min-height: 98vh;
}

.page-section.bg-red svg.slope polygon {
  fill: #F15A3C;
}

.page-section.bg-orange svg.slope polygon {
  fill: #e77b23;
}

.page-section.bg-yellow svg.slope polygon {
  fill: #FDBE57;
}

.page-section.bg-gold svg.slope polygon {
  fill: #e4ae0e;
}

.page-section.bg-green svg.slope polygon {
  fill: #889E24;
}

.page-section.bg-blue svg.slope polygon {
  fill: #5587A2;
}

.page-section.bg-purple svg.slope polygon {
  fill: #824EA0;
}

.page-section.bg-pink svg.slope polygon {
  fill: #bd4074;
}

.page-section.bg-white svg.slope polygon {
  fill: #FFF;
}

.page-section svg.slope {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  z-index: -1;
}

.page-section.slope-reversed svg.slope {
  transform: scaleX(-1) translateY(-50%);
}

.page-section.slope-below {
  padding-bottom: 8vw;
}

.section-icon {
  max-width: 8em;
  margin: 0 auto;
}

.section-icon svg {
  max-width: 100%;
  height: auto;
}

.header {
  padding: 2rem 0;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 0.125em dashed #4D4946;
  /*
	border-width: 0 0 4px 0;
	border-style: solid;
	border-color: transparent;
	border-image-source: url(../img/border_dashed.svg);
	border-image-repeat: round;
	border-image-slice: 27.0834%;
	*/
}

.header.white {
  border-bottom-color: #FFF;
}

.header.no-hr {
  border-bottom: none;
}

.header h1 {
  margin: 0;
}

.header .section-subtitle {
  margin-bottom: 0;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.flex-columns {
  margin-left: -1rem;
  margin-right: -1rem;
}

.flex-columns .col {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 35em) {
  .flex-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .flex-columns .col {
    flex: 1 0 0;
    margin-bottom: 0;
  }
}

.flex-columns.separators .col {
  padding: 1rem;
}

.flex-columns.separators .col::after {
  content: '';
  display: block;
  position: absolute;
  right: 1rem;
  left: 1rem;
  bottom: 0;
  width: auto;
  height: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.flex-columns.separators .col:last-of-type::after {
  display: none;
}

@media (min-width: 35em) {
  .flex-columns.separators .col {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .flex-columns.separators .col::after {
    top: 2rem;
    right: -1px;
    left: auto;
    bottom: 2rem;
    width: 0;
    height: auto;
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
  }
}

.columns {
  position: relative;
}

.columns::after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 35em) {
  .columns.three > * {
    display: block;
    margin-right: 8%;
    float: left;
    width: 46%;
  }
  .columns.three > *:nth-child(2n+2) {
    margin-right: 0;
  }
  .columns.three > *:nth-child(2n+1) {
    clear: both;
  }
}

@media (min-width: 48.0625em) {
  .columns > * {
    display: block;
    margin-right: 8%;
    float: left;
  }
  .columns > *:last-of-type {
    margin-right: 0;
  }
  .columns > *.last {
    margin-right: 0;
    float: right;
  }
  .columns.two > * {
    width: 46%;
  }
  .columns.two > *:nth-child(2n+2) {
    margin-right: 0;
  }
  .columns.two > *:nth-child(2n+1) {
    clear: both;
  }
  .columns.three > * {
    width: 29%;
  }
  .columns.three > *:nth-child(2n+2) {
    margin-right: 8%;
  }
  .columns.three > *:nth-child(2n+1) {
    clear: none;
  }
  .columns.three > *:nth-child(3n+3) {
    margin-right: 0;
  }
  .columns.three > *:nth-child(3n+1) {
    clear: both;
  }
  .columns > *::after {
    content: '';
    display: table;
    clear: both;
  }
}

.link-icons {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  text-align: center;
}

.link-icons li {
  margin-bottom: 2em;
}

.link-icons i {
  display: block;
  margin: 0 auto;
  font-size: 3em;
  text-align: center;
}

.link-icons a {
  text-decoration: none !important;
  line-height: 1;
  color: #FFF !important;
}

.link-icons a:hover, .link-icons a:focus {
  color: #eee9f0 !important;
}

a {
  color: #F15A3C;
  text-decoration: none;
  transition: all 300ms;
}

a:hover, a:focus {
  color: #77777A;
}

button, .button, .button-dark, .button-cta, .button-orange, .button-yellow, .button-green, .button-blue {
  display: inline-block;
  position: relative;
  height: 2em;
  line-height: 2em;
  padding: 0 1em;
  margin: 0 0.5rem;
  border: none;
  border-radius: 1em;
  background-color: #FFF;
  color: #F15A3C;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

button:hover, .button:hover, .button-dark:hover, .button-cta:hover, .button-orange:hover, .button-yellow:hover, .button-green:hover, .button-blue:hover, button:focus, .button:focus, .button-dark:focus, .button-cta:focus, .button-orange:focus, .button-yellow:focus, .button-green:focus, .button-blue:focus {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  color: #F15A3C;
}

button:active, .button:active, .button-dark:active, .button-cta:active, .button-orange:active, .button-yellow:active, .button-green:active, .button-blue:active {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  color: #77777A;
  transition: all 100ms;
}

button.loading, .loading.button, .loading.button-dark, .loading.button-cta, .loading.button-orange, .loading.button-yellow, .loading.button-green, .loading.button-blue {
  color: transparent !important;
}

button.loading::after, .loading.button::after, .loading.button-dark::after, .loading.button-cta::after, .loading.button-orange::after, .loading.button-yellow::after, .loading.button-green::after, .loading.button-blue::after {
  opacity: 1;
  animation: spin 1s infinite linear, pulse 1200ms 300ms infinite linear;
}

button::after, .button::after, .button-dark::after, .button-cta::after, .button-orange::after, .button-yellow::after, .button-green::after, .button-blue::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.125em;
  margin-top: -0.4375em;
  content: '';
  display: block;
  width: 0.25em;
  height: 0.875em;
  border-radius: 0.125em;
  background-color: #F15A3C;
  transition: all 300ms;
  opacity: 0;
}

button[disabled], [disabled].button, [disabled].button-dark, [disabled].button-cta, [disabled].button-orange, [disabled].button-yellow, [disabled].button-green, [disabled].button-blue {
  background-color: #B2A7B6;
  text-shadow: none !important;
  cursor: not-allowed;
}

button svg, .button svg, .button-dark svg, .button-cta svg, .button-orange svg, .button-yellow svg, .button-green svg, .button-blue svg {
  height: 1.5em;
  width: auto;
  max-width: none;
  vertical-align: middle;
  fill: #F15A3C;
}

button svg .background, .button svg .background, .button-dark svg .background, .button-cta svg .background, .button-orange svg .background, .button-yellow svg .background, .button-green svg .background, .button-blue svg .background {
  fill: #FFF;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.button-dark {
  background-color: #4D4946;
  color: #FFF;
}

.button-dark:hover, .button-dark:focus {
  color: #FFF;
}

.button-dark:active {
  color: #F15A3C;
}

.button-dark.loading::after {
  background-color: #FFF;
}

.button-dark svg {
  fill: #FFF;
}

.button-dark svg .background {
  fill: #4D4946;
}

.button-cta {
  background-color: #00B6E5;
  color: #FFF;
}

.button-cta:hover, .button-cta:focus {
  color: #FFF;
  background-color: #008db2;
}

.button-cta:active {
  color: #eee9f0;
}

.button-cta.loading::after {
  background-color: #FFF;
}

.button-cta svg {
  fill: #FFF;
}

.button-cta svg .background {
  fill: #00B6E5;
}

.button-orange {
  background-color: #e77b23;
  color: #FFF;
}

.button-orange:hover, .button-orange:focus {
  color: #FFF;
  background-color: #c26315;
}

.button-orange:active {
  color: #eee9f0;
}

.button-orange.loading::after {
  background-color: #FFF;
}

.button-orange svg {
  fill: #FFF;
}

.button-orange svg .background {
  fill: #e77b23;
}

.button-yellow {
  background-color: #FDBE57;
  color: #FFF;
}

.button-yellow:hover, .button-yellow:focus {
  color: #FFF;
  background-color: #fcab25;
}

.button-yellow:active {
  color: #eee9f0;
}

.button-yellow.loading::after {
  background-color: #FFF;
}

.button-yellow svg {
  fill: #FFF;
}

.button-yellow svg .background {
  fill: #FDBE57;
}

.button-green {
  background-color: #889E24;
  color: #FFF;
}

.button-green:hover, .button-green:focus {
  color: #FFF;
  background-color: #64741b;
}

.button-green:active {
  color: #eee9f0;
}

.button-green.loading::after {
  background-color: #FFF;
}

.button-green svg {
  fill: #FFF;
}

.button-green svg .background {
  fill: #889E24;
}

.button-blue {
  background-color: #5587A2;
  color: #FFF;
}

.button-blue:hover, .button-blue:focus {
  color: #FFF;
  background-color: #436b81;
}

.button-blue:active {
  color: #eee9f0;
}

.button-blue.loading::after {
  background-color: #FFF;
}

.button-blue svg {
  fill: #FFF;
}

.button-blue svg .background {
  fill: #5587A2;
}

form {
  position: relative;
}

form .input-group {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

form .input-group input,
form .input-group button {
  margin: 0 !important;
  border-radius: 0;
  height: 3em;
}

form .input-group input {
  flex: 1 1 auto;
  min-width: 2em;
  border: 1px solid #B2A7B6;
  padding: 0 1em !important;
  background-color: #eee9f0;
}

form .input-group input:first-child {
  border-left: none;
}

form .input-group button {
  flex: 0 0 8em;
  white-space: nowrap;
  vertical-align: middle;
  box-shadow: none;
}

form .input-group button:hover, form .input-group button:focus {
  box-shadow: none;
}

form:last-child .input-group input {
  border-bottom: none;
}

form .form-result {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
  font-size: 1.25em;
  opacity: 0;
  z-index: -1;
  text-align: center;
  transition: opacity 300ms;
}

form.submitted .form-content {
  opacity: 0;
  pointer-events: none;
}

form.submitted .form-result {
  opacity: 1;
  z-index: 2;
}

form textarea,
form input[type="text"],
form input[type="tel"] {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  border: none;
  background-color: #eee9f0;
  padding: 0.5em;
}

form textarea {
  height: 6em;
  resize: vertical;
}

form label i {
  font-style: normal;
  color: #F15A3C;
}

form .form-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: -0.5rem;
}

form .form-columns > * {
  display: block;
  flex: 1 0 12em;
  padding: 0 0.5rem;
}

/**
 * Cards
 */
.card {
  background-color: #FFF;
  color: #4D4946;
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card.orange {
  color: #FFF;
  background-color: #e77b23;
}

.card.yellow {
  color: #FFF;
  background-color: #FDBE57;
}

.card.red {
  color: #FFF;
  background-color: #F15A3C;
}

.card.purple {
  color: #FFF;
  background-color: #824EA0;
}

.card.green {
  color: #FFF;
  background-color: #889E24;
}

.card.blue {
  color: #FFF;
  background-color: #5587A2;
}

.card .header p:first-child,
.card .content p:first-child {
  margin-top: 0;
}

.card .header p:last-child,
.card .content p:last-child {
  margin-bottom: 0;
}

.card .header {
  margin: 0;
  padding: 1rem;
  text-align: left;
  border-bottom-color: #eee9f0;
}

.card .content {
  padding: 1rem;
}

.card-form {
  padding: 0;
  margin: 2rem auto;
  overflow: hidden;
}

.card-form form {
  width: 100%;
}

/**
 * Header
 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3em;
  padding: 0.25em;
  z-index: 999;
  background-color: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 300ms;
}

#header .logo {
  display: block;
  float: left;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
}

#header .logo svg {
  width: 15.3125em;
  height: 2.5em;
}

#header .logo .logo-text {
  display: none;
}

@media (min-width: 35em) {
  #header .logo {
    width: auto;
  }
  #header .logo .logo-text {
    display: block;
  }
}

#header nav {
  float: right;
}

#header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header nav li {
  display: inline-block;
  margin-right: 0.5em;
}

@media (min-width: 35em) {
  #header nav li {
    margin-right: 1em;
  }
}

#header nav a {
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
}

.flexbox #header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.flexbox #header .logo,
.flexbox #header nav {
  float: none;
}

.flexbox #header .logo {
  flex: 0 0 auto;
}

.flexbox #header nav {
  white-space: nowrap;
  overflow-x: auto;
}

@media (min-height: 35em) {
  #header {
    height: 4em;
    padding: 0.75em;
  }
}

/**
 * Nav
 */
#header nav a.active {
  color: #4D4946;
}

/**
 * Footer
 */
#footer {
  padding-top: 2rem;
  background-color: #2C282D;
  overflow: hidden;
  text-align: center;
  color: #FFF;
}

#footer header svg {
  display: block;
  margin: 0 auto;
}

#footer header svg.icon-logo {
  width: 6em;
}

#footer header svg.logotext {
  fill: #FFF;
  max-width: 24em;
}

#footer .links,
#footer .social {
  padding: 0;
}

#footer .links li,
#footer .social li {
  display: inline-block;
  margin: 0 0.5rem;
}

#footer .links a,
#footer .social a {
  color: #FFF;
}

#footer .links a:hover, #footer .links a:focus,
#footer .social a:hover,
#footer .social a:focus {
  color: #F15A3C;
}

#footer .links {
  margin: 0;
  columns: 2;
}

#footer .links li {
  display: block;
  margin: 0 1rem 1rem;
}

@media (min-width: 35em) {
  #footer .links {
    columns: 1;
  }
  #footer .links li {
    display: inline-block;
  }
}

#footer .social {
  margin: 2rem 0;
}

#footer .social a {
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.75em;
  font-size: 1.5em;
  text-align: center;
  color: #2C282D;
  background-color: #FFF;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

#footer .social a:hover, #footer .social a:focus {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

#footer .social a:active {
  color: #77777A;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

#footer .social i {
  line-height: 1.5em;
}

#footer .footer-bottom {
  color: #77777A;
  font-size: 0.8em;
}

/**
 * Download
 */
.download {
  margin: 1rem 0;
  text-align: center;
}

.download .store-link {
  display: inline-block;
  width: 8.4375em;
  height: 2.5em;
}

/**
 * Join us section used on most pages
 */
#join-us .feedback {
  margin-top: 2rem;
}

/**
 * SVG animation
 */
svg.animation_logo .toppled {
  display: none;
}

svg.animation_logo .dots {
  display: block;
}

svg.animation_logo .dots .dot1,
svg.animation_logo .dots .dot2,
svg.animation_logo .dots .dot3 {
  transform: scale(0);
  animation-name: logo-dots;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

svg.animation_logo .dots .dot1 {
  transform-origin: 36px 144px;
}

svg.animation_logo .dots .dot2 {
  transform-origin: 96px 144px;
  animation-delay: 250ms;
}

svg.animation_logo .dots .dot3 {
  transform-origin: 156px 144px;
  animation-delay: 500ms;
}

svg.animation_logo .upright {
  display: block;
}

svg.animation_logo .upright .line1,
svg.animation_logo .upright .line2,
svg.animation_logo .upright .line3 {
  opacity: 0;
  transform: scaleY(0);
  animation-duration: 2000ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

svg.animation_logo .upright .line1 {
  transform-origin: 36px 144px;
  animation-delay: 1000ms;
  animation-name: logo-line1;
}

svg.animation_logo .upright .line2 {
  transform-origin: 96px 144px;
  animation-delay: 1250ms;
  animation-name: logo-line2;
}

svg.animation_logo .upright .line3 {
  transform-origin: 156px 144px;
  animation-duration: 2500ms;
  animation-delay: 1500ms;
  animation-name: logo-line3;
}

@keyframes logo-dots {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes logo-line1 {
  0% {
    opacity: 1;
    transform: scaleY(0);
  }
  15% {
    opacity: 1;
    transform: rotate(-0.5deg) scaleY(1.1);
  }
  30% {
    opacity: 1;
    transform: rotate(1deg) scaleY(1);
  }
  60% {
    opacity: 1;
    transform: rotate(-3deg);
  }
  100% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: rotate(38.68deg);
  }
}

@keyframes logo-line2 {
  0% {
    opacity: 1;
    transform: scaleY(0);
  }
  25% {
    opacity: 1;
    transform: scaleY(1.05);
  }
  38% {
    opacity: 1;
    transform: scaleY(1);
  }
  57% {
    opacity: 1;
    transform: rotate(0deg);
  }
  100% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: rotate(22.02deg);
  }
}

@keyframes logo-line3 {
  0% {
    opacity: 1;
    transform: scaleY(0);
  }
  35% {
    opacity: 1;
    transform: scaleY(1);
  }
  65% {
    opacity: 1;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(3.58deg);
  }
}

svg.graphic_compass .needle {
  transform-origin: 96px 96px;
  animation-name: compass-needle;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes compass-needle {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-3deg);
  }
  45% {
    transform: rotate(4deg);
  }
  86% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

svg.graphic_gears .gear-lg,
svg.graphic_gears .gear-sm {
  animation-name: gear-spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

svg.graphic_gears .gear-lg {
  transform-origin: 80px 112px;
  animation-duration: 6s;
}

svg.graphic_gears .gear-sm {
  transform-origin: 136px 56px;
  animation-duration: 4s;
  animation-direction: reverse;
}

@keyframes gear-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

svg.graphic_join .fig-l,
svg.graphic_join .fig-c,
svg.graphic_join .fig-r {
  animation-name: join-hover;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

svg.graphic_join .fig-l {
  animation-delay: -0.5s;
}

svg.graphic_join .fig-r {
  animation-delay: -1.5s;
}

@keyframes join-hover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}

svg.graphic_location .dot,
svg.graphic_location .line {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

svg.graphic_location .dot {
  transform-origin: 96px 112px;
  animation-name: location-alert-dot;
}

svg.graphic_location .line {
  transform-origin: 96px 96px;
  animation-name: location-alert-line;
}

@keyframes location-alert-dot {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.15);
  }
  8% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  28% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes location-alert-line {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  8% {
    transform: translateY(-2px);
  }
  10% {
    transform: translateY(0);
  }
  12% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  28% {
    transform: translateY(-2px);
  }
  30% {
    transform: translateY(0);
  }
  32% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

svg.graphic_message .lines rect {
  transform-origin: 48px 0;
  transform: scaleX(0);
}

svg.graphic_message .lines .line1 {
  animation-name: message-line-1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes message-line-1 {
  0% {
    transform: scaleX(0);
  }
  10% {
    transform: scaleX(0);
  }
  20% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_message .lines .line2 {
  animation-name: message-line-2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes message-line-2 {
  0% {
    transform: scaleX(0);
  }
  20% {
    transform: scaleX(0);
  }
  30% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_message .lines .line3 {
  animation-name: message-line-3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes message-line-3 {
  0% {
    transform: scaleX(0);
  }
  30% {
    transform: scaleX(0);
  }
  40% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_message .lines .line4 {
  animation-name: message-line-4;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes message-line-4 {
  0% {
    transform: scaleX(0);
  }
  40% {
    transform: scaleX(0);
  }
  46.666% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_nudgehog {
  transform-origin: 47.6786% 58.75%;
  animation-name: nudgehog-rock;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes nudgehog-rock {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

svg.graphic_rating .fills .fill10,
svg.graphic_rating .fills .fill9,
svg.graphic_rating .fills .fill8,
svg.graphic_rating .fills .fill7 {
  opacity: 0;
}

svg.graphic_rating .fills .fill5,
svg.graphic_rating .fills .fill6,
svg.graphic_rating .fills .fill7 {
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}

svg.graphic_rating .fills .fill5 {
  animation-name: rating-fill-5;
}

svg.graphic_rating .fills .fill6 {
  animation-name: rating-fill-6;
}

svg.graphic_rating .fills .fill7 {
  animation-name: rating-fill-7;
}

@keyframes rating-fill-5 {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rating-fill-6 {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rating-fill-7 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

svg.graphic_scroll .lines rect {
  transform-origin: 64px 0;
  transform: scaleX(0);
}

svg.graphic_scroll .lines .line1 {
  animation-name: scroll-line-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-1 {
  0% {
    transform: scaleX(0);
  }
  5% {
    transform: scaleX(0);
  }
  15% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line2 {
  animation-name: scroll-line-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-2 {
  0% {
    transform: scaleX(0);
  }
  10% {
    transform: scaleX(0);
  }
  20% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line3 {
  animation-name: scroll-line-3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-3 {
  0% {
    transform: scaleX(0);
  }
  15% {
    transform: scaleX(0);
  }
  25% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line4 {
  animation-name: scroll-line-4;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-4 {
  0% {
    transform: scaleX(0);
  }
  20% {
    transform: scaleX(0);
  }
  27.5% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line5 {
  animation-name: scroll-line-5;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-5 {
  0% {
    transform: scaleX(0);
  }
  25% {
    transform: scaleX(0);
  }
  35% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line6 {
  animation-name: scroll-line-6;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-6 {
  0% {
    transform: scaleX(0);
  }
  30% {
    transform: scaleX(0);
  }
  40% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line7 {
  animation-name: scroll-line-7;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-7 {
  0% {
    transform: scaleX(0);
  }
  35% {
    transform: scaleX(0);
  }
  45% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line8 {
  animation-name: scroll-line-8;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-8 {
  0% {
    transform: scaleX(0);
  }
  40% {
    transform: scaleX(0);
  }
  45% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line9 {
  animation-name: scroll-line-9;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-9 {
  0% {
    transform: scaleX(0);
  }
  45% {
    transform: scaleX(0);
  }
  55% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line10 {
  animation-name: scroll-line-10;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-10 {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(0);
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_scroll .lines .line11 {
  animation-name: scroll-line-11;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes scroll-line-11 {
  0% {
    transform: scaleX(0);
  }
  55% {
    transform: scaleX(0);
  }
  63.75% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}

svg.graphic_spyglass {
  overflow: visible;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: spyglass-extend;
}

svg.graphic_spyglass .part1,
svg.graphic_spyglass .part2,
svg.graphic_spyglass .part3,
svg.graphic_spyglass .part4 {
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

svg.graphic_spyglass .part1 {
  animation-name: spyglass-extend-1;
}

svg.graphic_spyglass .part2 {
  animation-name: spyglass-extend-2;
}

svg.graphic_spyglass .part3 {
  animation-name: spyglass-extend-3;
}

svg.graphic_spyglass .part4 {
  animation-name: spyglass-extend-4;
}

@keyframes spyglass-extend {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-45deg);
  }
  85% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes spyglass-extend-1 {
  0% {
    transform: translateX(-40px);
  }
  15% {
    transform: translateX(-40px);
  }
  25% {
    transform: translateX(0px);
  }
  85% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-40px);
  }
}

@keyframes spyglass-extend-3 {
  0% {
    transform: translateX(40px);
  }
  15% {
    transform: translateX(40px);
  }
  25% {
    transform: translateX(0px);
  }
  85% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(40px);
  }
}

@keyframes spyglass-extend-4 {
  0% {
    transform: translateX(72px);
  }
  15% {
    transform: translateX(72px);
  }
  25% {
    transform: translateX(0px);
  }
  85% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(72px);
  }
}

/*
svg.graphic_vision {

	.iris {
		transform-origin: 96px 96px;
		animation-name: vision-look;
		animation-duration: 5s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}

	@keyframes vision-look {
		0% {
			transform: translate(0, 0);
		}
		10% {
			transform: translate(0, 0);
		}

		11% {
			transform: translate(-3px, 1px);
		}
		20% {
			transform: translate(-3px, 1px);
		}

		21% {
			transform: translate(-7px, 2px);
		}
		40% {
			transform: translate(-7px, 2px);
		}

		41% {
			transform: translate(4px, -2px);
		}
		60% {
			transform: translate(4px, -2px);
		}

		61% {
			transform: translate(8px, 3px);
		}
		68% {
			transform: translate(8px, 3px);
		}

		71% {
			transform: translate(-2px, -3px);
		}
		75% {
			transform: translate(-2px, -3px);
		}
		76% {
			transform: translate(-2px, -1px);
		}
		90% {
			transform: translate(-2px, -1px);
		}

		91% {
			transform: translate(0, 0);
		}
		100% {
			transform: translate(0, 0);
		}
	}
}
*/
/** Misc keyframes */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/** AOS Keyframes */
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
}

[data-aos="spin-zoom"] {
  transform: rotate(360deg) scale(0.25);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos="spin-zoom"].aos-animate {
  transform: rotate(0) scale(1);
  opacity: 1;
}

/**
 * Home Page Styles
 */
body#home .stay-informed {
  position: relative;
}

body#home .stay-informed .input-group {
  opacity: 1;
  transition: all 300ms;
}

body#home .stay-informed.submitted .input-group {
  opacity: 0;
  pointer-events: none;
}

body#home .stay-informed.submitted::after {
  content: 'You\'re in!';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.25em;
  color: #00B6E5;
}

body#home #get-it-now .layout {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body#home #get-it-now .logo {
  max-width: 8em;
  margin: 0 auto;
}

body#home #get-it-now .logo svg {
  fill: #FFF;
  max-width: 100%;
  height: auto;
}

body#home #get-it-now .info {
  max-width: 100%;
}

body#home #get-it-now .intro {
  margin-bottom: 2rem;
}

body#home #get-it-now .header {
  text-align: left;
}

body#home #get-it-now .card-form {
  margin-bottom: 0;
}

body#home #get-it-now .demo {
  position: relative;
  width: 100%;
  order: 1;
  margin: 1rem;
  z-index: 1;
}

body#home #get-it-now .phone {
  position: relative;
  width: 100%;
  max-width: 16rem;
  margin: 0 auto;
  transition: all 300ms;
  z-index: 1;
}

body#home #get-it-now .phone .hardware {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation-name: fadein;
  animation-duration: 500ms;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.23));
}

body#home #get-it-now .phone .hardware svg {
  width: 100%;
  height: 100%;
}

body#home #get-it-now .phone .content,
body#home #get-it-now .phone .screen-container {
  padding: 25% 6.125%;
}

body#home #get-it-now .phone .screen-image {
  background-image: url(../img/screen1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 177.5%;
}

body#home #get-it-now .phone img {
  display: block;
}

@media (min-width: 48.0625em) {
  body#home #get-it-now .phone {
    animation-name: phone-vibrate;
    animation-duration: 500ms;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  body#home #get-it-now .phone .content,
  body#home #get-it-now .phone .screen-image {
    opacity: 0;
    animation-name: fadein;
    animation-duration: 300ms;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}

body#home #get-it-now .page-title {
  margin-top: 0;
}

@media (min-width: 48.0625em) {
  body#home #get-it-now .layout {
    flex-direction: row;
    align-items: center;
  }
  body#home #get-it-now .info {
    order: 2;
    width: 50%;
    margin-left: 2rem;
  }
  body#home #get-it-now .demo {
    order: 1;
    width: 30%;
    margin-left: 0;
  }
}

body#home #how-it-works .flex-columns .icon {
  width: 100%;
  max-width: 8em;
  margin: 1rem auto;
}

body#home #how-it-works .flex-columns .icon svg {
  fill: #FFF;
}

/* Animation Keyframes */
@keyframes phone-vibrate {
  0% {
    left: -2px;
    right: -2px;
  }
  12.5% {
    left: 2px;
    right: 0px;
  }
  25.0% {
    left: -2px;
    right: 2px;
  }
  37.5% {
    left: 0px;
    right: -2px;
  }
  50.0% {
    left: 0px;
    right: 2px;
  }
  62.5% {
    left: 2px;
    right: -2px;
  }
  75.0% {
    left: -2px;
    right: 0;
  }
  87.5% {
    left: 2px;
    right: 2px;
  }
  100% {
    left: 0px;
    right: 2px;
  }
}

/**
 * Scoring page styles
 */
body#scoring ul.positive,
body#scoring ul.negative {
  padding-left: 3em;
  list-style-type: none;
}

body#scoring ul.positive li,
body#scoring ul.negative li {
  position: relative;
  display: block;
  margin-bottom: 1em;
}

body#scoring ul.positive li::before,
body#scoring ul.negative li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1.25em;
  font-size: 2em;
  font-family: 'icomoon';
  line-height: 1;
}

body#scoring ul.positive li::before {
  content: '\e906';
}

body#scoring ul.negative li::before {
  content: '\e905';
}

/**
 * Presskit page styles
 */
body#press #download {
  margin: 2em 0;
  text-align: center;
}

body#press #download i {
  font-size: 3em;
  display: block;
  margin-bottom: 0.25em;
}

body#press #download .col {
  margin-bottom: 2em;
}

body#press #download a {
  text-decoration: none;
  color: #FFF;
}

body#press #download a:hover, body#press #download a:focus {
  color: #eee9f0;
}

body#press .article {
  margin-top: 2em;
  margin-bottom: 4em;
}

body#press .article h2 {
  margin-top: 0;
}

body#press .article::before, body#press .article::after {
  content: '';
  display: block;
  clear: both;
}

body#press .date,
body#press .author {
  float: right;
  margin: 0;
}

body#press .date {
  font-size: 0.875em;
  margin-top: 0.35em;
  text-transform: uppercase;
}

body#press blockquote {
  position: relative;
  margin: 0;
  margin: 2em 1em;
  font-style: italic;
}

body#press blockquote::before, body#press blockquote::after {
  display: block;
  position: absolute;
  font-size: 6em;
  opacity: 0.25;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
}

body#press blockquote::before {
  bottom: 100%;
  right: 100%;
  content: '“';
  vertical-align: top;
  margin-bottom: -0.75em;
}

body#press blockquote::after {
  top: 100%;
  left: 100%;
  content: '”';
  vertical-align: bottom;
  margin-top: -0.25em;
}

/**
 * Contact page styles
 */
body#contact #contact-form {
  margin-top: 1rem;
}

/**
 * Privacy Policy page styles
 */
/**
 * Terms of Service page styles
 */
/**
 * 404 Page Styles
 */
body#notfound #not-found {
  min-height: 100%;
  min-height: 100vh;
}

body#notfound #not-found .logo {
  max-width: 6em;
  margin: 0 auto;
}

body#notfound #not-found .compass {
  max-width: 6em;
  margin: 0 auto;
}

body#notfound #not-found .button {
  margin-top: 1rem;
}

body#notfound #not-found .button span {
  vertical-align: middle;
}

body#notfound #not-found .intro svg.logotext {
  fill: #FFF;
}
