@import url("https://fonts.googleapis.com/css?family=Lato:100,200,300,400");
body {
  font-family: 'Lato', sans-serif; }

h2 {
  font-size: 3.3em; }

p {
  line-height: 1.9; }

* {
  font-weight: 300; }

a {
  text-decoration: none; }

li {
  list-style: none; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

img {
  border-style: none; }

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

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

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

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

.logo {
  margin-top: -13px;
  max-width: 120px;
  height: auto; }

.button {
  width: 326px;
  height: 46px;
  border: 1px solid #1a88ef;
  border-radius: 3px; }
  .button__filled {
    padding-top: 0;
    background-color: #1a88ef;
    color: white;
    font-weight: 100;
    font-size: 1.4em; }
    .button__filled:hover {
      background-color: transparent;
      color: #1a88ef; }
  .button__hollow {
    width: 210px;
    background-color: transparent;
    color: #1a88ef;
    font-size: 1.1em; }
    .button__hollow:hover {
      background-color: #1a88ef;
      color: white; }

#section--header {
  margin: 35px;
  background: url("../images/photo.png");
  background-size: cover;
  color: white;
  text-align: center; }
  #section--header .navigation--top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: flex-start;
    margin: 0 12%;
    padding: 20px 0 0 0; }
    #section--header .navigation--top .nav--button {
      color: white; }
      #section--header .navigation--top .nav--button:hover {
        color: #1a88ef; }
    #section--header .navigation--top .nav--selected {
      color: #1a88ef; }
    #section--header .navigation--top .nav--bullet {
      display: none;
      margin: 3px auto;
      width: 5px;
      height: 5px;
      background-color: #1a88ef;
      border-radius: 5px; }
  @media only screen and (max-width: 600px) {
    #section--header .navigation--top {
      -webkit-flex-flow: column wrap;
      flex-flow: column wrap;
      align-items: center;
      padding-top: 20px; }
      #section--header .navigation--top .nav--logo {
        order: -1; } }
  #section--header header {
    margin-top: 160px;
    padding-bottom: 12px; }
    #section--header header h1 {
      margin: 15px;
      color: white;
      font-size: 4em;
      font-weight: 100; }
    #section--header header p {
      margin: 80px 0 20px 0;
      font-size: 1.05em;
      letter-spacing: 1px; }
    #section--header header h4 {
      margin-bottom: 2px;
      font-size: 1.5em; }
    #section--header header .form-email {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      -webkit-flex-flow: column wrap;
      -moz-box-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      align-items: center; }
      #section--header header .form-email--input {
        margin-bottom: 10px;
        width: 320px;
        height: 42px;
        background-color: transparent;
        color: #1a88ef;
        border: 1px solid white;
        border-radius: 3px;
        font-size: 1.1em;
        text-indent: 15px; }
        #section--header header .form-email--input__error {
          border: 1px solid rgba(144, 14, 14, 0.8); }
      #section--header header .form-email--error {
        visibility: hidden;
        width: 330px;
        height: 25px;
        background-color: rgba(144, 14, 14, 0.8);
        border-radius: 3px 3px 0 0; }
        #section--header header .form-email--error p {
          margin: 0;
          font-size: 0.8em; }
    #section--header header #chevron {
      margin-top: 60px;
      max-width: 45px; }

#section--smart {
  margin: 260px 35px 400px 35px; }
  #section--smart h2 {
    width: 100%;
    height: 160px;
    line-height: 2.8;
    background-color: #1e1e1e;
    color: white;
    font-size: 3.4em; }
  #section--smart p {
    margin-top: 30px;
    margin-right: 130px; }
  #section--smart .smart-indent {
    text-indent: 20px; }
  #section--smart .image-phone {
    margin: -7.5% 5% 6% 8%;
    width: 29%;
    float: left; }

#section--tick {
  padding-top: 2%;
  clear: both;
  text-align: center; }
  #section--tick h2 {
    font-size: 3.3em; }
  #section--tick p {
    margin: 3% 28% 7% 28%;
    line-height: 1.9; }
  #section--tick .image-diamonds {
    display: block;
    width: 100%;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 50%, #1e1e1e 51%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(51%, #1e1e1e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 50%, #1e1e1e 51%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 50%, #1e1e1e 51%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 50%, #1e1e1e 51%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 50%, #1e1e1e 51%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }

#section--bitdifferent {
  padding-top: 5%;
  background-color: #1e1e1e;
  color: white;
  text-align: center; }
  #section--bitdifferent h2 {
    margin-bottom: 0; }
  #section--bitdifferent p {
    margin: 2% 30% 2% 30%; }
  #section--bitdifferent .image-bitdifferent {
    display: block;
    margin: auto;
    max-width: 54%; }

#section--assets {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 9% 0 11% 0;
  padding: 0; }
  #section--assets .flex-item {
    max-width: 580px; }
  #section--assets h2 {
    margin-right: 0;
    padding-right: 0;
    font-size: 3.4em; }
  #section--assets p {
    margin-bottom: 30px; }
  #section--assets .image-assets {
    max-width: 90%; }
  #section--assets .info-assets {
    margin-left: -1%;
    padding: 2% 0 4% 0; }

#section--join-us {
  padding-bottom: 10%;
  text-align: center; }
  #section--join-us p {
    margin: 3% 23%; }

#section--footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-box-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: flex-start;
  padding-left: 8%;
  padding-bottom: 20px;
  background-color: #2a394f;
  line-height: 1.6; }
  #section--footer ul {
    padding-right: 5px; }
  #section--footer h4 {
    margin-bottom: 5px;
    color: white;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 2px; }
  #section--footer a {
    color: #6788b7;
    font-weight: 300;
    font-size: 0.7em; }
  #section--footer .logo {
    position: relative;
    left: 235px;
    margin-top: 0;
    max-width: 100px; }

@media only screen and (max-width: 750px) {
  #section--header > header, #section--smart, #section--tick, #section--bitdifferent, #section--assets, #section--join-us {
    margin: 35px 0; }
    #section--header > header h2, #section--smart h2, #section--tick h2, #section--bitdifferent h2, #section--assets h2, #section--join-us h2 {
      margin: 20px 0 0 0;
      line-height: 1.2;
      font-size: 2.2em; }
    #section--header > header h4, #section--smart h4, #section--tick h4, #section--bitdifferent h4, #section--assets h4, #section--join-us h4 {
      font-size: 1.1em; }
    #section--header > header p, #section--smart p, #section--tick p, #section--bitdifferent p, #section--assets p, #section--join-us p {
      margin: 25px; }
    #section--header > header .button, #section--header > header .form-email--input, #section--smart .button, #section--smart .form-email--input, #section--tick .button, #section--tick .form-email--input, #section--bitdifferent .button, #section--bitdifferent .form-email--input, #section--assets .button, #section--assets .form-email--input, #section--join-us .button, #section--join-us .form-email--input {
      width: 300px; }
  #section--header {
    margin: 0 0 35px 0; }
    #section--header header {
      margin-top: 40px; }
      #section--header header h1 {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1.4;
        font-size: 2em; }
  #section--smart {
    margin: 0; }
  #section--tick {
    margin: 0 0 -100px 0; }
  #section--bitdifferent .image-bitdifferent {
    max-width: 85%; }
  #section--assets {
    margin: 20px 0 0 0;
    text-align: center; }
  #section--join-us {
    margin: 20px 0 0 0;
    text-align: center; }
  #section--footer {
    padding-left: 3%; }
    #section--footer .logo {
      left: 0;
      margin: auto 50%; } }

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