/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  background-color: #F4F4F4;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  color: #242424;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #FFF498;
}

::selection {
  background: #FFF498;
}

::-moz-selection {
  background: #FFF498;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #FFF498;
}

a {
  color: #0074D9;
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus {
  color: #40a6ff;
}

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 300;
}

.gigantic {
  font-size: 72px;
  line-height: 1.09;
  letter-spacing: -2px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .gigantic {
    font-size: 48px;
  }
}

.huge, h1 {
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -1px;
  text-align: center;
}

.large, h2 {
  font-size: 26px;
  line-height: 1.24;
}

.bigger, h3 {
  font-size: 20px;
  line-height: 1.38;
}

.big, h4 {
  font-size: 16px;
  line-height: 1.38;
}

.small, small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  margin: 0 0 20px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: none;
  border-bottom: solid 1px rgba(164, 164, 164, 0.6);
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.center {
  text-align: center;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover, .button:active, .button:focus,
button:hover,
button:active,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

nav {
  position: absolute;
  top: 0;
  height: 80px;
  width: 100%;
  z-index: 1893;
  padding: 0px 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  nav {
    padding: 0px 20px;
  }
}

nav .logo {
  text-align: left;
  line-height: 80px;
  width: auto;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: 1;
}

nav .logo a {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

nav .logo a span {
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  nav .logo {
    left: 20px;
  }
}

nav .main-nav {
  text-align: right;
  list-style: none;
  margin: 0;
  position: absolute;
  line-height: 80px;
  right: 30px;
}

@media screen and (max-width: 960px) {
  nav .main-nav {
    background-color: rgba(17, 17, 17, 0.97);
    position: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    height: 100vh;
    width: 100%;
    right: 0;
    z-index: -10;
    transition: all 300ms ease-in-out;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  nav .main-nav ul li {
    display: block;
    text-align: center;
    padding: 0 30px;
    margin: 0;
  }
  nav .main-nav.is-active {
    opacity: 1;
    pointer-events: auto;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }
}

nav .main-nav ul {
  margin: 0;
  padding: 0;
}

nav .main-nav li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}

@media screen and (max-width: 920px) {
  nav .main-nav li {
    margin-right: 20px;
  }
}

nav .main-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

nav .main-nav li:before {
  content: '';
  height: 3px;
  width: 0%;
  background-color: #fff;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  transition: all 200ms ease-in-out;
}

nav .main-nav li.active:before {
  width: 100%;
}

nav .main-nav li:hover:before {
  width: 100%;
}

nav.transparent {
  background-color: rgba(17, 17, 17, 0.8);
}

nav .hamburger {
  cursor: pointer;
  margin-top: 22px;
  position: absolute;
  right: 20px;
}

nav .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

nav .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

nav .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

nav .hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #ecf0f1;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
  display: none;
}

@media screen and (max-width: 960px) {
  nav .hamburger .line {
    display: block;
  }
}

.slidebox {
  background-color: #ecf0f1;
  border-radius: 5px;
  width: calc(100% + 20px);
  box-sizing: border-box;
  margin-left: -10px;
  margin-bottom: 10px;
}

.slidebox .head {
  width: 100%;
  padding: 0px 10px;
  cursor: pointer;
  box-sizing: border-box;
}

.slidebox .head i, .slidebox .head h3 {
  display: inline-block;
}

.slidebox .head i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: relative;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slidebox .head i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-80%) translateY(-50%);
      -ms-transform: translateX(-80%) translateY(-50%);
          transform: translateX(-80%) translateY(-50%);
}

.slidebox .head i.active {
  -webkit-transform: rotate(0deg) translateX(30%);
      -ms-transform: rotate(0deg) translateX(30%);
          transform: rotate(0deg) translateX(30%);
}

.slidebox .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(170, 170, 170, 0.4);
  padding: 10px;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.slidebox .content .text {
  -webkit-flex-basis: 60.5%;
      -ms-flex-preferred-size: 60.5%;
          flex-basis: 60.5%;
  max-width: 60.5%;
}

.slidebox .content .img {
  -webkit-flex-basis: 37.5%;
      -ms-flex-preferred-size: 37.5%;
          flex-basis: 37.5%;
  max-width: 37.5%;
}

.slidebox .content .img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 720px) {
  .slidebox {
    border-radius: 0px;
  }
  .slidebox .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .slidebox .content .text, .slidebox .content .img {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

header {
  width: 100%;
  height: 80vh;
  position: relative;
  background-size: cover;
  background-position: center center;
}

header .wrapper {
  position: absolute;
  top: 40%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1040px) {
  header {
    height: 70vh;
  }
  header .wrapper {
    top: 50%;
  }
}

main {
  max-width: 1040px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.36);
  -webkit-transform: translateY(-20vh);
      -ms-transform: translateY(-20vh);
          transform: translateY(-20vh);
  padding-top: 20px;
}

@media screen and (max-width: 1040px) {
  main {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
  }
}

.container {
  max-width: 720px;
  margin: auto;
  padding: 30px 0;
}

@media screen and (max-width: 720px) {
  .container {
    width: 100%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
  }
}

.img-full {
  width: 100%;
  height: 215px;
  background-position: center center;
  background-size: cover;
}

.split-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.split-view .box {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.split-view .box img {
  width: 100%;
  height: 100%;
}

.split-view .box .content {
  padding: 0 50px;
}

.split-view .box.text-center {
  position: relative;
}

.split-view .box.text-center .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .split-view {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .split-view .box {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .split-view .box.text-center .content {
    padding: 20px 0;
    position: static;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.cta {
  width: 100%;
  text-align: center;
  height: 180px;
}

.cta a {
  line-height: 180px;
  font-size: 26px;
}

.blue {
  background-color: #03A9F4;
}

.blue * {
  color: #fff;
}

footer {
  background-color: #434343;
}

footer .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .container * {
  color: #fff;
}

footer .container .social {
  font-size: 26px;
  margin: 26px 0;
}
