@charset "UTF-8";
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/pn_regular_italic.woff2") format("woff2"), url("../fonts/pn_regular_italic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/pn_regular.woff2") format("woff2"), url("../fonts/pn_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/pn_semibold_italic.woff2") format("woff2"), url("../fonts/pn_semibold_italic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/pn_semibold.woff2") format("woff2"), url("../fonts/pn_semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/

* {
    margin: 0;
    padding: 0;
}

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

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* 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 39-.
     * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
     * Add the correct background and color in IE 9-.
     */
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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

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

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 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 10-.
     * 2. Remove the padding in IE 10-.
     */
[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 macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 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.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 16px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #003941;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 78.75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.map-item,
.screenshot-item,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 2.5rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 400;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4,
.map-item,
.screenshot-item, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #003941;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small,
  .map-item small,
  .screenshot-item small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #fff; }

h1, .h1 {
  font-size: 1.875rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.875rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem; }


h4,
.map-item,
.screenshot-item, .h4 {
  font-size: 1.4375rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.4375rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1.4375rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.875rem; }
  
  h4,
  .map-item,
  .screenshot-item, .h4 {
    font-size: 1.4375rem; }
  h5, .h5 {
    font-size: 1.4375rem; }
  h6, .h6 {
    font-size: 1.4375rem; } }

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.875rem; }
  
  h4,
  .map-item,
  .screenshot-item, .h4 {
    font-size: 1.4375rem; }
  h5, .h5 {
    font-size: 1.4375rem; }
  h6, .h6 {
    font-size: 1.4375rem; } }

a {
  line-height: inherit;
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #dbdbdb; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 78.75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 2.5rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 400; }

blockquote {
  margin: 0 0 2.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 20px;
  line-height: 1.5; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    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; }
  .print-break-inside {
    page-break-inside: auto; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

@media print, screen and (min-width: 64em) {
  html, body {
    font-size: 16px; } }

@media screen and (max-width: 63.9375em) {
  html, body {
    font-size: 13px; } }

@media screen and (max-width: 39.9375em) {
  html, body {
    font-size: 11px; } }

body > div {
  position: relative;
  z-index: 2;
  font-weight: 400; }

h1 {
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 1.2em;
  margin: 2.5rem 0; }

h2 {
  font-weight: 600;
  line-height: 1.5em;
  font-size: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem; }

h3 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.25em; }


h4,
.map-item,
.screenshot-item {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4em;
  text-transform: uppercase; }

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5em;
  font-weight: 400; }

p a {
  color: #003941;
  border-bottom: 1px solid #149EE7; }
  p a:hover {
    color: #003941;
    border-bottom: 1px solid transparent; }

p.small {
  font-size: 0.875rem;
  line-height: 1.3em; }

.green {
  color: #47CE90; }

p.caption {
  font-size: 1.125rem;
  /** line-height: 28rem; */
  opacity: 0.8; }

@media print, screen and (min-width: 40em) {
  .heading-left h2 {
    margin-bottom: 0.625rem; }
  .heading-left .caption {
    opacity: 0.5;
    font-size: 1rem; } }

.icon {
  width: 4.75rem;
  height: 4.75rem;
  background: url("") no-repeat center center;
  background-size: contain; }

.icon--big {
  width: 7.9375rem;
  height: 7.9375rem; }

.button, .button--blue, form button, .button--green, .coverLeft--green .coverLeft-btnClr, .list--green .list-button a, .button--orange, .coverLeft--orange .coverLeft-btnClr, .list--orange .list-button a, .signup-form input {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  text-transform: uppercase;
  box-shadow: 0 0 7px 0 rgba(131, 245, 248, 0.5);
  font-weight: 600;
  color: #003941;
  letter-spacing: 1px;
  line-height: 1.125rem;
  transition: box-shadow 100ms ease;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1); }
  .button:hover, .button--blue:hover, form button:hover, .button--green:hover, .coverLeft--green .coverLeft-btnClr:hover, .list--green .list-button a:hover, .button--orange:hover, .coverLeft--orange .coverLeft-btnClr:hover, .list--orange .list-button a:hover, .signup-form input:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2); }

.button--blue, form button {
  background-color: #149EE7;
  color: #fff; }

.button--white:hover {
  color: #003941; }

.button--green, .coverLeft--green .coverLeft-btnClr, .list--green .list-button a {
  background-color: #47CE90;
  color: #fff; }

.button--orange, .coverLeft--orange .coverLeft-btnClr, .list--orange .list-button a {
  background-color: #FFA532;
  color: #fff; }

.button--big {
  padding: 1.4375rem 2.5rem 1.375rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  background-color: #83F5F8;
  transition: 150ms ease; }

.noselect, .live {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome and Opera */ }

.live {
  position: relative;
  transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease;
  transition: opacity 1000ms ease, transform 1000ms ease, -webkit-transform 1000ms ease; }
  .live:not(.active) {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .live img {
    max-width: none;
    position: absolute; }
  .live svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1; }
  .live path, .live circle {
    opacity: 0;
    cursor: pointer; }

.container {
  overflow: hidden;
  position: relative;
  z-index: 2; }

.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease; }
  .popup:not(.active) {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0) scale(1.05);
            transform: translateY(0) scale(1.05); }
    .popup:not(.active) .popup-bg {
      opacity: 0; }

.popup-bg {
  opacity: 0.5;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  cursor: pointer; }

.popup-content {
  position: relative;
  z-index: 2;
  background-color: #000;
  border-radius: 20px;
  border: 2px solid rgba(131, 245, 248, 0.25);
  box-shadow: 0 0 50px 10px rgba(131, 245, 248, 0.1); }

.popup-container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  max-width: calc(100% - 40px);
  margin: auto; }

form label {
  padding-top: 0.3125rem; }

form input,
form textarea {
  background-color: rgba(20, 158, 231, 0.05);
  border: none;
  padding: 0.3125rem 0.625rem;
  resize: none;
  outline: none;
  border-radius: 4px; }
  form input::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: rgba(0, 57, 65, 0.4); }
  form input::-moz-placeholder,
  form textarea::-moz-placeholder {
    color: rgba(0, 57, 65, 0.4); }
  form input:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    color: rgba(0, 57, 65, 0.4); }
  form input::placeholder,
  form textarea::placeholder {
    color: rgba(0, 57, 65, 0.4); }
  form input:focus,
  form textarea:focus {
    background-color: rgba(20, 158, 231, 0.1); }

.form-row + .form-row {
  margin-top: 0.625rem; }

.form-row {
  font-size: 0; }
  .form-row label {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.6em; }
    @media screen and (max-width: 28.125em) {
      .form-row label {
        width: 100%;
        margin-bottom: 5px; } }
  .form-row input,
  .form-row textarea {
    width: 66.6%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.0625rem;
    line-height: 1.6em; }
    @media screen and (max-width: 28.125em) {
      .form-row input,
      .form-row textarea {
        width: 100%; } }

.headerBg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 33%;
  background: url("../images/cover-blue.jpg") no-repeat center center;
  background-size: cover; }
  .headerBg::after {
    content: '';
    position: absolute;
    bottom: -1px;
    padding-bottom: 3%;
    left: 0;
    width: 100%;
    background: url("../images/cover-round-edge.svg") no-repeat center center;
    background-size: cover; }

.simplePage .header {
  position: relative;
  z-index: 3; }

.simplePage .headerBg {
  display: block; }

.simplePage-content {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-top: 7px; }
  @media print, screen and (min-width: 64em) {
    .simplePage-content {
      padding: 30px 0 100px; } }
  @media screen and (max-width: 63.9375em) {
    .simplePage-content {
      padding: 40px 0; } }
  @media screen and (max-width: 39.9375em) {
    .simplePage-content {
      padding: 20px 0; } }
  @media print, screen and (min-width: 64em) {
    .simplePage-content {
      margin-bottom: 100px; } }
  @media screen and (max-width: 63.9375em) {
    .simplePage-content {
      margin-bottom: 70px; } }
  @media screen and (max-width: 39.9375em) {
    .simplePage-content {
      margin-bottom: 50px; } }
  @media print, screen and (min-width: 64em) {
    .simplePage-content > *:not(img) {
      padding: 0 100px; } }
  @media screen and (max-width: 63.9375em) {
    .simplePage-content > *:not(img) {
      padding: 0 40px; } }
  @media screen and (max-width: 39.9375em) {
    .simplePage-content > *:not(img) {
      padding: 0 20px; } }
  .simplePage-content h1 {
    text-align: center; }
  .simplePage-content .caption {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.8em;
    margin: 2.5rem 0 5rem; }
  .simplePage-content h2 {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    text-transform: none;
    margin: 5rem 0 1.25rem; }
  .simplePage-content h3 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.5em;
    margin: 5rem 0 1.25rem; }
  .simplePage-content h4, .simplePage-content .map-item, .simplePage-content .screenshot-item {
    /* H4 In summary: */
    opacity: 0.8;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.75em;
    margin: 3.75rem 0 0.3125rem; }
  .simplePage-content h4 + p, .simplePage-content .map-item + p, .simplePage-content .screenshot-item + p {
    margin-top: 0; }
  .simplePage-content p {
    opacity: 0.8;
    font-size: 1rem;
    line-height: 1.75em;
    margin: 0.75rem 0; }
  .simplePage-content ol, .simplePage-content ul {
    opacity: 0.8;
    font-size: 1rem;
    line-height: 1.75em;
    margin: 1.25rem 0 1.25rem 3.125rem; }
    .simplePage-content ol li, .simplePage-content ul li {
      margin: 0.375rem 0; }
  .simplePage-content img {
    margin: 3.75rem 0;
    display: block;
    width: 100%; }

.contact {
  margin-bottom: 6.25rem; }

.contact-container {
  background: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 1.25rem; }
  .contact-container form button {
    width: 100%;
    margin-top: 0.625rem; }

.cover {
  position: relative;
  margin-bottom: -9.375rem; }
  .cover h1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff; }
  .cover .caption {
    margin: auto;
    color: #fff;
    max-width: 585px;
    opacity: 1; }
  .cover .row {
    position: relative; }

.cover-content {
  padding: 8.75rem 0 13.75rem 0;
  position: relative;
  z-index: 2; }

.cover-background {
  position: relative;
  z-index: 1;
  background: url("../images/cover-blue.jpg") no-repeat center center;
  background-size: cover; }

.cover-background::after {
  content: '';
  position: absolute;
  bottom: -1px;
  padding-bottom: 3%;
  left: 0;
  width: 100%;
  background: url("../images/cover-round-edge.svg") no-repeat center center;
  background-size: cover; }

.coverLeft {
  position: relative;
  margin-bottom: 9.375rem; }
  .coverLeft h1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff; }
  .coverLeft .caption {
    margin: auto;
    color: #fff;
    max-width: 585px;
    opacity: 1; }
  .coverLeft .row {
    position: relative; }

.coverLeft-content {
  padding: 10.625rem 0 5rem 0;
  position: relative;
  z-index: 2; }

.coverLeft-background {
  position: relative;
  z-index: 1;
  background: url("../images/cover-orange.jpg") no-repeat center center;
  background-size: cover; }

.coverLeft--green .coverLeft-background {
  background: url("../images/cover-green.jpg") no-repeat center center;
  background-size: cover; }

.coverLeft--green .list--orange {
  display: none; }

.coverLeft--orange .coverLeft-background {
  background: url("../images/cover-orange.jpg") no-repeat center center;
  background-size: cover; }

.coverLeft--orange .list--green {
  display: none; }

.coverLeft-background::after {
  content: '';
  position: absolute;
  bottom: -1px;
  padding-bottom: 3%;
  left: 0;
  width: 100%;
  background: url("../images/cover-round-edge.svg") no-repeat center center;
  background-size: cover; }

.coverLeft-buttons {
  margin-top: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    .coverLeft-buttons {
      margin-bottom: 3.75rem; } }
  .coverLeft-buttons .button, .coverLeft-buttons .button--blue, .coverLeft-buttons form button, form .coverLeft-buttons button, .coverLeft-buttons .button--green, .coverLeft-buttons .coverLeft--green .coverLeft-btnClr, .coverLeft--green .coverLeft-buttons .coverLeft-btnClr, .coverLeft-buttons .list--green .list-button a, .list--green .list-button .coverLeft-buttons a, .coverLeft-buttons .button--orange, .coverLeft-buttons .coverLeft--orange .coverLeft-btnClr, .coverLeft--orange .coverLeft-buttons .coverLeft-btnClr, .coverLeft-buttons .list--orange .list-button a, .list--orange .list-button .coverLeft-buttons a, .coverLeft-buttons .signup-form input, .signup-form .coverLeft-buttons input {
    margin-right: 1.5625rem; }

.coverLeft-list {
  margin-bottom: -12.5rem; }
  @media print, screen and (min-width: 64em) {
    .coverLeft-list {
      padding: 0 70px; } }
  @media screen and (max-width: 63.9375em) {
    .coverLeft-list {
      padding: 0; } }
  @media screen and (max-width: 39.9375em) {
    .coverLeft-list {
      padding: 0; } }

.header {
  padding: 20px 0 17px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9; }
  .header .button, .header .button--blue, .header form button, form .header button, .header .button--green, .header .coverLeft--green .coverLeft-btnClr, .coverLeft--green .header .coverLeft-btnClr, .header .list--green .list-button a, .list--green .list-button .header a, .header .button--orange, .header .coverLeft--orange .coverLeft-btnClr, .coverLeft--orange .header .coverLeft-btnClr, .header .list--orange .list-button a, .list--orange .list-button .header a, .header .signup-form input, .signup-form .header input {
    margin-left: 20px; }

.header-small,
.header-large {
  position: relative; }

@media screen and (max-width: 62.5em) {
  .header {
    padding: 1.25rem 0 1.0625rem; }
  .header-large {
    display: none; } }

@media screen and (min-width: 62.5625em) {
  .header-small {
    display: none; } }

.header-small {
  padding-top: 9px; }

.header-item {
  position: relative;
  cursor: pointer;
  color: #fff;
  padding: 20px;
  font-weight: 500;
  display: inline-block;
  transition: color 100ms ease; }
  .header-item:hover {
    color: rgba(255, 255, 255, 0.6); }

.header-item--dropdown:hover {
  color: #fff; }
  .header-item--dropdown:hover .header-dropdown {
    display: block; }

.header-dropdown {
  display: none;
  position: absolute;
  background-color: #00000045;
  padding: 0.625rem 0 0.75rem;
  margin-top: 0.3125rem;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  left: -10px;
  right: -10px; }
  .header-dropdown a {
    text-align: center;
    display: block; }
  .header-dropdown a + a {
    margin-top: 0.1875rem; }

.header-logo {
  display: inline-block;
  width: 89px;
  height: 30px;
  background: url("../images/logo.svg") no-repeat center center;
  background-size: contain;
  margin-right: 80px;
  vertical-align: middle;
  position: relative;
  top: -4px; }

.header-menuOpen {
  width: 29px;
  height: 25px;
  background: url("../images/icon-menu.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  cursor: pointer; }

.header-menuClose {
  width: 29px;
  height: 25px;
  background: url("../images/icon-menu-close.svg") no-repeat center center;
  background-size: contain;
  display: none;
  cursor: pointer; }

.header-popup:not(.active) {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.95) translateY(-5px);
          transform: scale(0.95) translateY(-5px);
  transition: opacity 150 ease, visibility 150 ease, -webkit-transform 150 ease;
  transition: transform 150 ease, opacity 150 ease, visibility 150 ease;
  transition: transform 150 ease, opacity 150 ease, visibility 150 ease, -webkit-transform 150 ease; }

.orangePage .header-popup {
  background-color: #FFA532; }

.greenPage .header-popup {
  background-color: #47CE90; }

.header-popup {
  position: absolute;
  top: 71px;
  background-color: #00000045;
  z-index: 9;
  text-align: center;
  padding: 1.875rem 0;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  transition: opacity 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease; }
  @media print, screen and (min-width: 64em) {
    .header-popup {
      left: 1.875rem; } }
  @media screen and (max-width: 63.9375em) {
    .header-popup {
      left: 1.875rem; } }
  @media screen and (max-width: 39.9375em) {
    .header-popup {
      left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .header-popup {
      right: 1.875rem; } }
  @media screen and (max-width: 63.9375em) {
    .header-popup {
      right: 1.875rem; } }
  @media screen and (max-width: 39.9375em) {
    .header-popup {
      right: 1.25rem; } }
  .header-popup .header-item {
    display: block;
    padding: 0.625rem 1.25rem; }
  @media print, screen and (min-width: 64em) {
    .header-popup {
      display: none; } }

.info {
  margin-bottom: 6.25rem; }
  .info .icon {
    margin-bottom: 2.1875rem; }

.info--background {
  padding: 3.75rem 0 3.75rem;
  background-color: #F5F7FA; }

@media screen and (max-width: 39.9375em) {
  .info-item {
    margin-bottom: 3.75rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; } }

.footer {
  position: relative;
  padding: 3.75rem 0 3.125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer .button, .footer .button--blue, .footer form button, form .footer button, .footer .button--green, .footer .coverLeft--green .coverLeft-btnClr, .coverLeft--green .footer .coverLeft-btnClr, .footer .list--green .list-button a, .list--green .list-button .footer a, .footer .button--orange, .footer .coverLeft--orange .coverLeft-btnClr, .coverLeft--orange .footer .coverLeft-btnClr, .footer .list--orange .list-button a, .list--orange .list-button .footer a, .footer .signup-form input, .signup-form .footer input {
    margin-left: 20px; }
  .footer .row {
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      .footer .row {
        padding-bottom: 40px; } }
  .footer .columns {
    margin-bottom: 1.25rem; }

.footer-logo {
  position: absolute;
  width: 4.4375rem;
  height: 1.5625rem;
  background: url("../images/footer-logo.svg") no-repeat center center;
  background-size: contain;
  bottom: 0px;
  left: 15px; }
  @media print, screen and (min-width: 40em) {
    .footer-logo {
      bottom: 0px;
      left: 25px; } }
  @media print, screen and (min-width: 64em) {
    .footer-logo {
      bottom: auto;
      top: auto;
      left: 25px; } }

.footer-copy {
  position: absolute;
  bottom: 0px;
  right: 15px; }
  @media print, screen and (min-width: 40em) {
    .footer-copy {
      bottom: 0;
      right: 25px; } }
  @media print, screen and (min-width: 64em) {
    .footer-copy {
      bottom: 8px;
      left: 25px; } }

.footer-item {
  display: block;
  color: #003941;
  font-size: 0.875rem;
  opacity: 0.5;
  margin-bottom: 0.75rem; }

a.footer-item {
  transition: opacity 100ms ease, color 100ms ease; }
  a.footer-item:hover {
    opacity: 1;
    color: #149EE7; }

.footer-item--b {
  font-weight: 600;
  opacity: 1; }

@media screen and (max-width: 39.9375em) {
  .footer {
    padding: 15px 20px 10px; }
  .footer-logo {
    margin: 7px auto;
    display: block; } }

.list {
  background: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  text-align: center;
  color: #003941;
  margin-bottom: 1.5625rem;
  overflow: hidden; }

.list-button {
  padding: 0 1rem 1rem; }
  .list-button a {
    display: block; }

.list--green .list-title {
  background-color: rgba(71, 206, 144, 0.5); }

.list--green .list-item::before {
  background-color: rgba(71, 206, 144, 0.5); }

.list--green .list-button a {
  display: block; }

.list--orange .list-title {
  background-color: rgba(255, 165, 50, 0.5); }

.list--orange .list-item::before {
  background-color: rgba(255, 165, 50, 0.75); }

.list--orange .list-button a {
  display: block; }

.list-title {
  font-weight: 600;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1.25rem;
  background-color: rgba(0, 57, 65, 0.1); }

.list-content {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 3%;
  padding-right: 3%;
  max-width: 65%;
  margin: auto;
  text-align: left; }

.list-item {
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-left: 3.125rem;
  position: relative; }
  .list-item + .list-item {
    margin-top: 1.75rem; }
  .list-item::before {
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -5px;
    margin-right: 1.5625rem;
    background: url("../images/checkmark.svg") no-repeat center center;
    background-size: 50% 50%;
    background-color: rgba(0, 57, 65, 0.1); }

.numbers {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  overflow: hidden; }

.numbers--green .numbers-digit {
  color: #47CE90; }

@media print, screen and (min-width: 64em) {
  .numbers-item {
    margin-top: 0; } }

@media screen and (max-width: 63.9375em) {
  .numbers-item {
    margin-top: 0; } }

@media screen and (max-width: 39.9375em) {
  .numbers-item {
    margin-top: 20px; } }

.numbers-digit {
  font-size: 3.5rem;
  color: #FFA532;
  letter-spacing: -2px;
  line-height: 1.2em; }

.outro {
  position: relative; }
  .outro h1 {
    color: #fff;
    margin-bottom: 1.5625rem; }

.outro--orange .outro-background {
  background: url("../images/cover-orange.jpg") no-repeat center center;
  background-size: cover; }

.outro--green .outro-background {
  background: url("../images/cover-green.jpg") no-repeat center center;
  background-size: cover; }

.outro-background {
  padding: 3.125rem 0 3.125rem;
  position: relative;
  z-index: 1;
  background: url("../images/cover-blue.jpg") no-repeat center center;
  background-size: cover; }

.outro-background::after {
  content: '';
  position: absolute;
  top: -1px;
  padding-bottom: 3%;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/cover-round-edge.svg") no-repeat center center;
  background-size: cover; }

.outro-buttons a {
  margin: 0 0.625rem; }

.outro-contact {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-top: 1.875rem; }
  .outro-contact span {
    opacity: 0.5; }

.map {
  margin-bottom: 6.25rem; }
  .map .caption {
    margin-bottom: 1.25rem; }

.map-items {
  margin: 1.25rem 0; }
  @media screen and (max-width: 39.9375em) {
    .map-items {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.map-item {
  display: inline-block;
  padding: 0.625rem 1.25rem 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .map-item {
      min-width: 48%;
      padding: 0.625rem 0.5rem 0.625rem 0; } }
  .map-item span {
    vertical-align: middle; }

.map-flag {
  display: inline-block;
  vertical-align: middle;
  width: 1.6875rem;
  height: 1.6875rem;
  background: url("") no-repeat center center;
  background-size: contain;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .map-flag {
      margin-right: 15px; } }
  @media screen and (max-width: 63.9375em) {
    .map-flag {
      margin-right: 10px; } }
  @media screen and (max-width: 39.9375em) {
    .map-flag {
      margin-right: 7px; } }
  @media print, screen and (min-width: 64em) {
    .map-flag {
      top: 0; } }
  @media screen and (max-width: 63.9375em) {
    .map-flag {
      top: 0; } }
  @media screen and (max-width: 39.9375em) {
    .map-flag {
      top: -1px; } }

.partners {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  position: relative;
  z-index: 9; }
  .partners h2 {
    margin-top: 0;
    margin-bottom: 1.25rem; }

.partners-item {
  margin-top: 4.375rem; }

.partners-logo {
  width: 160px;
  max-width: 100%;
  height: 50px;
  background: url("") no-repeat center center;
  background-size: contain;
  margin: auto;
  margin-bottom: 1.875rem; }

.features {
  background-color: #F6F7F2;
  padding: 4.375rem 0;
  margin: 6.25rem 0; }

.features--green {
  background-color: #F2F6F7; }

.features--nobg {
  background-color: transparent;
  padding: 0; }

.features-item {
  margin-top: 2.1875rem; }
  .features-item img {
    height: 77px; }
  .features-item h4, .features-item .map-item, .features-item .screenshot-item {
    margin-top: 1.0625rem;
    min-height: 2.8em; }

.screenshot {
  margin: 6.25rem 0; }
  .screenshot img {
    max-width: none;
    width: 106%;
    margin-left: -3%; }
    @media print, screen and (min-width: 64em) {
      .screenshot img {
        margin-top: -3%; } }
    @media screen and (max-width: 63.9375em) {
      .screenshot img {
        margin-top: -3%; } }
    @media screen and (max-width: 39.9375em) {
      .screenshot img {
        margin-top: 0; } }

.screenshot-items {
  margin-top: 1.25rem; }

.screenshot-item {
  padding: 0.25rem 0; }
  @media screen and (max-width: 39.9375em) {
    .screenshot-item {
      display: inline-block;
      padding: 0.25rem 0.75rem; } }

.screenshot-item::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 1.3125rem;
  background: url("../images/checkmark.svg") no-repeat center center;
  background-size: 50% 50%;
  background-color: #FFA532;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .screenshot-item::before {
      margin-right: 15px; } }
  @media screen and (max-width: 63.9375em) {
    .screenshot-item::before {
      margin-right: 10px; } }
  @media screen and (max-width: 39.9375em) {
    .screenshot-item::before {
      margin-right: 7px; } }
  @media print, screen and (min-width: 64em) {
    .screenshot-item::before {
      top: 0; } }
  @media screen and (max-width: 63.9375em) {
    .screenshot-item::before {
      top: 0; } }
  @media screen and (max-width: 39.9375em) {
    .screenshot-item::before {
      top: -1px; } }

.signup-content {
  background: url("../images/signup-bg.png") no-repeat center center;
  background-size: contain;
  background-position: center 95%; }
  @media print, screen and (min-width: 64em) {
    .signup-content {
      padding: 90px; } }
  @media screen and (max-width: 63.9375em) {
    .signup-content {
      padding: 60px 40px; } }
  @media screen and (max-width: 39.9375em) {
    .signup-content {
      padding: 50px 30px; } }
  .signup-content h2 {
    font-size: 1.875rem;
    color: #83F5F8;
    line-height: 1.33em;
    text-shadow: 0 0 4px rgba(131, 245, 248, 0.5);
    margin-bottom: 1.25rem; }
  .signup-content p {
    opacity: 0.5; }

.signup-form {
  max-width: 400px;
  margin: auto;
  margin-top: 5.625rem; }
  .signup-form input {
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    outline: none;
    text-shadow: 0 0 1px #83F5F8;
    color: #83F5F8 !important; }
    .signup-form input::-webkit-input-placeholder {
      text-shadow: 0 0 1px #83F5F8;
      color: #83F5F8 !important; }
    .signup-form input::-moz-placeholder {
      text-shadow: 0 0 1px #83F5F8;
      color: #83F5F8 !important; }
    .signup-form input:-ms-input-placeholder {
      text-shadow: 0 0 1px #83F5F8;
      color: #83F5F8 !important; }
    .signup-form input::placeholder {
      text-shadow: 0 0 1px #83F5F8;
      color: #83F5F8 !important; }
    .signup-form input:focus {
      opacity: 1;
      box-shadow: 0 0 7px 0 rgba(131, 245, 248, 0.5); }
    .signup-form input:hover {
      background-color: rgba(0, 0, 0, 0.5); }
  .signup-form form {
    display: block; }
  .signup-form input,
  .signup-form button {
    outline: none;
    display: block;
    width: 100%; }
  .signup-form button {
    margin-top: 20px;
    font-weight: 600;
    color: #000;
    background-color: #83F5F8; }
    .signup-form button:hover {
      color: #83F5F8;
      background-color: #000; }

@media print, screen and (min-width: 64em) {
  .steps {
    margin-top: 0; } }

@media screen and (max-width: 63.9375em) {
  .steps {
    margin-top: 0; } }

@media screen and (max-width: 39.9375em) {
  .steps {
    margin-top: 150px; } }

.steps .icon {
  margin: auto; }

.steps h4, .steps .map-item, .steps .screenshot-item {
  font-weight: 600;
  text-transform: none;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem; }

.steps p {
  opacity: 0.5; }

.steps--bg-orange {
  margin: 6.25rem 0;
  background-color: #F6F7F2;
  padding: 4.375rem 0; }

.steps--bg-green {
  margin: 6.25rem 0;
  background-color: #F2F6F7;
  padding: 4.375rem 0; }
  .steps--bg-green .steps-items .columns + .columns::before {
    background: url("../images/dots-green.svg") no-repeat center center;
    background-size: contain; }

.steps-item {
  margin: 2.5rem 0 0; }
  .steps-item .icon {
    position: relative; }

.steps-items .columns + .columns {
  position: relative; }
  .steps-items .columns + .columns::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 10px;
    right: 100%;
    top: 6.1875rem;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background: url("../images/dots-orange.svg") no-repeat center center;
    background-size: contain; }
    @media print, screen and (min-width: 64em) {
      .steps-items .columns + .columns::before {
        display: block; } }
    @media screen and (max-width: 63.9375em) {
      .steps-items .columns + .columns::before {
        display: block; } }
    @media screen and (max-width: 39.9375em) {
      .steps-items .columns + .columns::before {
        display: none; } }

.steps-wrapper {
  max-width: 250px;
  margin: auto; }

.steps-buttons {
  text-align: center;
  margin-top: 1.5625rem; }
  .steps-buttons .button, .steps-buttons .button--blue, .steps-buttons form button, form .steps-buttons button, .steps-buttons .button--green, .steps-buttons .coverLeft--green .coverLeft-btnClr, .coverLeft--green .steps-buttons .coverLeft-btnClr, .steps-buttons .list--green .list-button a, .list--green .list-button .steps-buttons a, .steps-buttons .button--orange, .steps-buttons .coverLeft--orange .coverLeft-btnClr, .coverLeft--orange .steps-buttons .coverLeft-btnClr, .steps-buttons .list--orange .list-button a, .list--orange .list-button .steps-buttons a, .steps-buttons .signup-form input, .signup-form .steps-buttons input {
    margin: 0 0.75rem; }

.support {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem; }

.support-container {
  background: #FFFFFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 2.5rem;
  overflow: hidden;
  position: relative; }
  .support-container .heading-left {
    position: relative;
    z-index: 2; }
    @media print, screen and (min-width: 64em) {
      .support-container .heading-left {
        margin-top: 0; } }
    @media screen and (max-width: 63.9375em) {
      .support-container .heading-left {
        margin-top: 0; } }
    @media screen and (max-width: 39.9375em) {
      .support-container .heading-left {
        margin-top: 70px; } }

.support-icon {
  width: 400px;
  height: 400px;
  background: url("../images/support-icon-blue.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-39%, -36%);
          transform: translate(-39%, -36%); }
  @media print, screen and (min-width: 40em) {
    .support-icon {
      top: 50%;
      left: 0;
      -webkit-transform: translate(-25%, -50%);
              transform: translate(-25%, -50%); } }

.support--orange .support-icon {
  background: url("../images/support-icon-orange.svg") no-repeat center center;
  background-size: contain; }

.support--green .support-icon {
  background: url("../images/support-icon-green.svg") no-repeat center center;
  background-size: contain; }

.cover {
    color: #fff;
}

.contact .form-group {
    width: 99.9%;
    margin-bottom: 5px;
}

.contact .form-group .form-control {
    background-color: rgba(20, 158, 231, 0.05);
    border: none;
    padding: 0.3125rem 0.625rem;
    resize: none;
    outline: none;
    border-radius: 4px;
    width: 66.6%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.0625rem;
    line-height: 1.6em;
}

.contact .columns {
    z-index: 2;
}

@media screen and (max-width: 28.125em) {
    .form-group .form-control {
        width: 100% !important;
    }
}

.footer li {
    list-style: none;
}

.footer li a {
    display: block;
    color: #003941;
    font-size: 0.875rem;
    opacity: 0.5;
    margin-bottom: 0.75rem;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.error-summary {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-bottom: 10px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.error-summary ul {
    margin-bottom: 0px;
}

.contact .fade {
    opacity: 1 !important;
}


.publishers .cover-content, .affiliates .cover-content {
    padding: 8.75rem 0 6.75rem 0;
}

.publishers, .affiliates {
    margin-bottom: 80px;
}

.affiliates {
    margin-bottom: 120px;
}

.row {
    max-width: 70rem;
}

.footer ul {
    margin-left: 0px;
}

.contentBlock {
    margin-top: -100px;
    margin-bottom: 100px;
}
