/**
 * @copyright Copyright 2016 (C)
 * @author Steve Maggs
 */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,600");
html {
  box-sizing: border-box; }

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

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
select{
	height:35px;
	
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 32px;
  margin: 0.67em 0; }

li {
	font-size: 16px !important;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 16px 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  color: #4a4a4a; }
  @media (min-width: 1200px) {
    body {
      text-rendering: optimizeLegibility; } }

#topSection {
  position: relative;
  padding: 2em 0 0; }
  #topSection #pointsBg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-height: 650px;
    height: 66vh;
    background: url("../images/data-points.jpg") no-repeat center top;
    background-size: cover;
    z-index: -1; }
    @media (max-height: 560px) and (orientation: landscape) {
      #topSection #pointsBg {
        height: 95vh; } }
    @media (max-width: 800px) and (orientation: landscape) {
      #topSection #pointsBg {
        height: 68vm;
        height: 68vmax; } }

#secondSection {
  margin: 6em 0 0;
  background: #144c7b; }
  @media (min-width: 768px) {
    #secondSection {
      margin-top: 9em; } }
  #secondSection .innerWrap div {
    display: inline-block;
    width: calc(50% - 42px);
    margin: 0 20px 40px;
    vertical-align: top; }
    @media (min-width: 768px) {
      #secondSection .innerWrap div {
        width: calc(33% - 60px);
        margin: 0 25px 60px; } }
    @media (min-width: 1024px) {
      #secondSection .innerWrap div {
        width: calc(33% - 60px);
        margin: 0 30px 90px; } }
    #secondSection .innerWrap div img {
      width: 100%;
      max-width: 124px;
      margin: 0 auto 12px; }
      @media (min-width: 768px) {
        #secondSection .innerWrap div img {
          width: 90%;
          margin-bottom: 18px; } }
      @media (min-width: 1024px) {
        #secondSection .innerWrap div img {
          margin-bottom: 25px; } }
    #secondSection .innerWrap div span {
      display: block;
      color: #fff;
      font-size: 0.85em; }
      @media (min-width: 768px) {
        #secondSection .innerWrap div span {
          font-size: 16px; } }
      @media (min-width: 1024px) {
        #secondSection .innerWrap div span {
          font-size: 16px; } }

#thirdSection {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px;
  padding: 16.5em 0 0;
  background: url("../images/list-bg.jpg") no-repeat center top;
  background-size: cover; }
  @media (min-width: 768px) {
    #thirdSection {
      padding: 20em 0 0; } }
  @media (min-width: 1200px) {
    #thirdSection {
      padding: 27em 0 0; } }
  #thirdSection .blur {
    position: absolute;
    top: 16.5em;
    height: 100%;
    width: 100%;
    background: url("../images/list-bg.jpg") no-repeat center -16.5em;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 0; }
    @media (min-width: 768px) {
      #thirdSection .blur {
        top: 20em;
        background-position: center -20em; } }
    @media (min-width: 1200px) {
      #thirdSection .blur {
        top: 27em;
        background-position: center -27em; } }
  #thirdSection .aboveBlur {
    position: relative;
    padding: 1.5em 0;
    background: rgba(255, 255, 255, 0.8); }
    #thirdSection .aboveBlur::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 768px) {
      #thirdSection .aboveBlur {
        padding: 3.5em 0; } }
  #thirdSection .list {
    padding: 0 5%;
    color: #144c7b;
    text-align: left;
    z-index: 1; }
    @media (min-width: 768px) {
      #thirdSection .list {
        float: left;
        width: 30%;
        margin-right: 5%;
        padding: 0; }
        #thirdSection .list:last-child {
          margin-right: 0; } }
    #thirdSection .list:last-child {
      margin: 0; }
    #thirdSection .list h3 {
      margin-top: 16px;
      font-weight: 300;
      font-size: 1.2em; }
      @media (min-width: 768px) {
        #thirdSection .list h3 {
          margin-top: 0.6em; } }
      @media (min-width: 1024px) {
        #thirdSection .list h3 {
          font-size: 22px; } }
    #thirdSection .list ul {
      padding-left: 23px;
      list-style-image: url("../images/tick.svg"); }
      @media (min-width: 768px) {
        #thirdSection .list ul {
          margin-bottom: 0; } }
      #thirdSection .list ul li {
        padding: 0 0 20px 3px;
        line-height: 1.5; }
        #thirdSection .list ul li:last-child {
          padding-bottom: 0; }

#logo {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 600px) {
    #logo {
      left: 25px;
      transform: none; } }

.innerWrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center; }
  .innerWrap p.splitLine {
    margin: 0 0 20px;
    color: #144c7b;
    font-size: 0.95em;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .innerWrap p.splitLine {
        margin: 40px 0 0;
        font-size: 16px;
        line-height: 1.8; } }
    .innerWrap p.splitLine span {
      display: block;
      color: #2f2a3d; }

h1 {
  margin: 2.4em auto 30px;
  font-size: 22px;
  font-weight: 300;
  color: #fff; }
  @media (min-width: 600px) {
    h1 {
      font-size: 1.6em; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 2em; } }
  @media (min-width: 1024px) {
    h1 {
      max-width: 75%;
      font-size: 36px; } }
  @media (min-width: 1200px) {
    h1 {
      max-width: none; } }

#formWrap {
  max-width: 600px;
  margin: 16px auto; }
  #formWrap p {
    display: inline-block;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 0.95em;
    line-height: 1.7; }
    @media (min-width: 768px) {
      #formWrap p {
        padding: 0 20px;
        font-size: 1.05em; } }
    @media (min-width: 1024px) {
      #formWrap p {
        margin: 16px 0;
        font-size: 16px; } }
  #formWrap form {
    position: relative;
    margin: 1.2em auto 0;
    padding: 0 15px 28px;
    background: #e5f7fd; }
    #formWrap form::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 1024px) {
      #formWrap form {
        padding: 0 40px 28px; } }
  #formWrap h3 {
    margin: 0;
    padding: 16px 0;
    text-transform: uppercase;
    color: #144c7b;
    font-weight: 600;
    font-size: 1.5em;
    letter-spacing: 2.3px; }
  #formWrap fieldset {
    margin: 0 0 12px;
    padding: 5px;
    border: 0; }
    @media (max-width: 800px) and (orientation: landscape) {
      #formWrap fieldset {
        float: left;
        width: calc(50% - 10px); }
        #formWrap fieldset:nth-child(even) {
          margin-right: 20px; } }
    @media (min-width: 768px) {
      #formWrap fieldset {
        float: left;
        width: calc(50% - 10px); }
        #formWrap fieldset:nth-child(even) {
          margin-right: 20px; } }
    #formWrap fieldset:last-of-type {
      margin-bottom: 24px; }
  #formWrap label, #formWrap input, #formWrap button {
    display: block; }
  #formWrap label {
    margin: 0 0 5px;
    font-size: 16px;
    text-align: left; }
  #formWrap select {
    width: 100%; }
  #formWrap input {
    width: 100%;
    padding: 4px 10px;
    font-size: 16px;
    border: solid 1px #cfcfcf;
    border-radius: 2px;
    transition: background 250ms; }
    #formWrap input.error {
      background: pink; }
  #formWrap input[type="submit"] {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: #144c7b;
    letter-spacing: 1.7px;
    border: 0;
    border-radius: 2px; }
    #formWrap input[type="submit"]:hover {
      background: #0d314f; }
    #formWrap input[type="submit"]:active, #formWrap input[type="submit"]:focus {
      outline: none; }

.seenIn {
  display: block;
  margin: 30px auto 25px;
  font-size: 16px; }
  @media (min-width: 768px) {
    .seenIn {
      margin: 50px auto 30px; } }

.col-3 {
  display: inline-block;
  width: calc(33% - 12px);
  max-width: 200px;
  margin: 0 15px 0 0;
  vertical-align: middle; }
  .col-3:last-child {
    margin-right: 0; }
  .col-3.lower {
    max-width: 25%;
    margin: 16px 15px 2em 0; }
  @media (min-width: 600px) {
    .col-3 {
      width: calc(33% - 42px);
      margin-right: 60px; }
      .col-3.lower {
        margin: 2em 40px 3em 0; } }
  @media (min-width: 1024px) {
    .col-3.lower {
      margin: 4em 60px 5em 0; } }
  .col-3:not(.lower):last-child {
    margin-bottom: 0; }

.device {
  display: block;
  width: 65%;
  max-width: 260px;
  margin: 0 auto;
  -ms-transform: translateY(-45%);
  transform: translateY(-45%); }

footer {
  padding: 35px;
  background: #59a2d3;
  color: #fff; }
  footer p {
    margin: 4px 0 0; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      display: inline; }
      footer ul li:first-child a {
        padding-right: 14px;
        margin-right: 10px;
        border-right: 1px solid; }
      footer ul li a {
        display: inline-block;
        color: #fff;
        text-decoration: none; }

#errorMsg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  @media (min-width: 768px) {
    #errorMsg {
      position: absolute;
      top: auto;
      right: 0;
      bottom: calc(100% + 10px);
      left: 0; } }
  #errorMsg.success p {
    opacity: 1;
    background: #9dc254;
    color: #fff; }
  #errorMsg p {
    display: block;
    opacity: 0;
    margin: 0 auto;
    padding: 10px 18px;
    color: #756311;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    background: #f7df5a; }
    @media (min-width: 768px) {
      #errorMsg p:last-child {
        margin-top: 12px; } }

#demoCTA {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px 5% 12px;
  background: #e5f7fd;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  #demoCTA.stuck {
    transform: translateY(0); }
  #demoCTA a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #144c7b;
    font-size: 0.95em;
    font-weight: 600;
    letter-spacing: 2.3px;
    line-height: 1; }
    @media (min-width: 768px) {
      #demoCTA a {
        font-size: 16px; } }

#loader {
  display: none;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #59a2d3; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%; }

.loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 16px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before,
.loader:after {
  position: absolute;
  content: ''; }

.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #59a2d3;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.16px;
  left: -0.16px;
  -webkit-transform-origin: 5.2em 5.16px;
  transform-origin: 5.2em 5.16px;
  -webkit-animation: loader 1s infinite ease 750ms;
  animation: loader 1s infinite ease 750ms; }

.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #59a2d3;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.16px;
  left: 5.16px;
  -webkit-transform-origin: 0px 5.16px;
  transform-origin: 0px 5.16px;
  -webkit-animation: loader 1s infinite ease;
  animation: loader 1s infinite ease; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
