@charset "UTF-8" {
   }
/*
 * ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
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: 700; }

dfn {
  font-style: italic; }

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

mark {
  background: yellow;
  color: black; }

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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td,
th {
  padding: 0; }

/*
 * FONT CONFIGURATION
 */
@font-face {
  font-family: Avenir;
  src: url(/styles/fonts/AvenirLTPro-Light.eot);
  src: url(/styles/fonts/AvenirLTPro-Light.eot?#iefix) format("embedded-opentype"), url(/styles/fonts/AvenirLTPro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: Avenir;
  src: url(/styles/fonts/AvenirLTPro-Roman.eot);
  src: url(/styles/fonts/AvenirLTPro-Roman.eot?#iefix) format("embedded-opentype"), url(/styles/fonts/AvenirLTPro-Roman.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: Avenir;
  src: url(/styles/fonts/AvenirLTPro-Heavy.eot);
  src: url(/styles/fonts/AvenirLTPro-Heavy.eot?#iefix) format("embedded-opentype"), url(/styles/fonts/AvenirLTPro-Heavy.woff) format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: Avenir;
  src: url(/styles/fonts/AvenirLTPro-Oblique.eot);
  src: url(/styles/fonts/AvenirLTPro-Oblique.eot?#iefix) format("embedded-opentype"), url(/styles/fonts/AvenirLTPro-Oblique.woff) format("woff");
  font-weight: 400;
  font-style: italic; }
*,
:after,
:before {
  box-sizing: inherit; }

html {
    /*
   * 
   * box-sizing: border-box;
   * -webkit-font-smoothing: antialiased;
   * -moz-osx-font-smoothing: grayscale;
   */
  font-size: 35%; }
  @media (min-width:640px) {
    html {
  font-size: 40%; } }
  @media (min-width:768px) {
    html {
  font-size: 50%; } }
  @media (min-width:1920px) {
    html {
  font-size: 62.5%; } }

html.noscroll,
html.noscroll body {
  height: 100%;
  overflow: hidden; }

body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: Avenir, sans-serif; }
  body.scrollbars {
    overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600; }

strong {
  font-weight: 600; }

a {
  text-decoration: none; }

.fp-enabled .section .title {
  position: absolute; }

.carousel-cell:first-child,
.flickity-enabled .carousel-cell,
.main-next {
  display: block; }

  .main section {
    margin: 0;
    padding: 10em 12%;
        /*
     * text-align: center;
     */ }
    .main section .media {
      height: auto;
      margin: 0 auto; }
      .main section .media img {
        max-width: 90%; }
    .main section h5 {
      font-size: 2.8em;
      line-height: 1.6em;
      color: white; }
      @media (min-width: 414px) {
        .main section h5 {
      font-size: 3.4em;
      line-height: 1.5em; } }
    .main section h2 {
      font-size: 4.6em;
      color: white;
      margin: 1em 0 1em; }
    .main section p {
      font-size: 2.8em;
            /*
       * margin: 2em 0;
       */
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.6); }
      .main section p.blurb {
        color: rgba(255, 255, 255, 0.6); }
    .main section .pretitle {
      font-size: 2.2em;
      opacity: 0.4;
      text-transform: uppercase;
      text-align: center;
      font-weight: 300;
      z-index: 2;
      position: absolute;
      top: 13vw;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      line-height: 160px;
      margin: 0 !important;
      color: rgba(255, 255, 255, 0.6); }
      @media (min-width: 640px) {
        .main section .pretitle {
      top: 7.5vw; } }
      @media (min-width: 768px) {
        .main section .pretitle {
      font-size: 2.8em; } }
      @media (min-width: 1024px) {
        .main section .pretitle {
      top: 6.5vw; } }
    .main section .title {
      text-align: center;
      color: white;
      font-size: 4em;
      margin: 2em 0 1em; }
      @media (min-width: 414px) {
        .main section .title {
      top: 7.5vw;
      font-size: 4.6em; } }
    .main section .media+.title {
      margin-top: 0; }
      @media (min-width: 1024px) {
        .main section.work {
      padding: 2em 12%; } }
      .main section.work article {
        text-align: center;
        margin-bottom: 6em; }
        @media (min-width: 1024px) {
          .main section.work article {
        clear: both;
        overflow: hidden;
        position: relative;
        text-align: left;
        margin-bottom: 0; } }
        @media (min-width: 1280px) {
          .main section.work article {
        margin-bottom: 3em; } }
        @media (min-width:1920px) {
          .main section.work article {
        margin-bottom: 6em;
        padding: 3em 0; } }
          @media (min-width:1024px) {
            .main section.work article .media {
          position: absolute;
          bottom: 50%;
          -webkit-transform: translateY(50%);
          transform: translateY(50%);
          float: left;
          margin-right: 5%;
          width: 29%; } }
          .main section.work article .media img {
            width: 66%;
            margin: 0 auto; }
            @media (min-width: 1024px) {
              .main section.work article .media img {
            width: auto;
            max-width: 100%; } }
          @media (min-width:1024px) {
            .main section.work article:nth-child(even) .media {
          float: right;
          margin-left: 5%;
          right: 0;
          margin-right: 0; } }
        .main section.work article:nth-child(even) .content {
          float: left; }
        .main section.work article:last-child {
          margin-bottom: 0; }
          @media (min-width:1024px) {
            .main section.work article .content {
          width: 66%;
          float: right; } }
          .main section.work article .content p {
            margin-bottom: 3em; }
          .main section.work article .content h3 {
            color: white;
            font-size: 2.4em;
            text-transform: uppercase; }
            @media (min-width:1024px) {
              .main section.work article .content h3 {
            padding-top: 3em; } }
    .main section.contact {
      padding: 8em 12%; }
      .main section.contact .content {
        margin-bottom: 6em; }
        @media (min-width:768px) {
          .main section.contact .content {
        text-align: left;
        display: inline-block;
        width: 49%;
        vertical-align: middle;
        margin-bottom: 0; } }
        .main section.contact .content .header {
          font-size: 2.8em;
          color: rgba(255, 255, 255, 0.7);
          text-transform: uppercase;
          margin-bottom: 0.75em;
          margin-top: 0; }
        .main section.contact .content h2 {
          font-size: 5.2em;
          color: white;
          margin-top: 0;
          margin-bottom: 1.5em; }
      .main section.contact .media {
        text-align: center; }
        @media (min-width:768px) {
          .main section.contact .media {
        display: inline-block;
        width: 49%;
        vertical-align: middle; } }
        .main section.contact .media img {
          max-width: 50%; }
      .main section.contact form {
        padding-top: 32vw; }
        @media (min-width:640px) {
          .main section.contact form {
        padding-top: 22vw; } }
        @media (min-width:1024px) {
          .main section.contact form {
        padding-top: 12vw; } }
        .main section.contact form label {
          font-weight: 600;
          margin: 0 0 0.5em; }
        .main section.contact form input,
        .main section.contact form label,
        .main section.contact form textarea {
          display: block;
          font-size: 3.2em;
          color: white; }
        .main section.contact form input,
        .main section.contact form .input {
          border: none;
          width: 100%;
          font-weight: 300;
          padding-left: 0;
          padding-bottom: 15px;
          margin-bottom: 50px;
          background: transparent;
          border-bottom: 2px solid #444e62;
          margin: 0;
          -webkit-transition: border-bottom-color 0.5s ease;
          transition: border-bottom-color 0.5s ease; }
          .main section.contact form input::-webkit-input-placeholder,
          .main section.contact form .input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.4); }
          .main section.contact form input:-webkit-autofill,
          .main section.contact form .input:-webkit-autofill,
          .main section.contact form input:-webkit-autofill:hover,
          .main section.contact form .input:-webkit-autofill:hover,
          .main section.contact form input:-webkit-autofill:focus,
          .main section.contact form .input:-webkit-autofill:focus,
          .main section.contact form input:-webkit-autofill:active,
          .main section.contact form .input:-webkit-autofill:active {
            transition: background-color 5000s ease-in-out 0s;
            -webkit-text-fill-color: white !important; }
          .main section.contact form input::-moz-placeholder,
          .main section.contact form .input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.4); }
          .main section.contact form input:-ms-input-placeholder,
          .main section.contact form .input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.4); }
          .main section.contact form input::placeholder,
          .main section.contact form .input::placeholder {
            color: rgba(255, 255, 255, 0.4); }
          .main section.contact form input:focus,
          .main section.contact form .input:focus {
            outline: none;
            border-bottom-color: #758197; }
        .main section.contact form textarea {
          font-size: 3.2em;
          font-weight: 300;
          line-height: 1.3;
          resize: vertical;
          resize: none;
          margin: 0; }
        .main section.contact form .contents {
          -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
        .main section.contact form .group-half {
          position: relative;
          width: 100%;
          float: left;
          margin-bottom: 50px; }
          @media (min-width:640px) {
            .main section.contact form .group-half {
          width: 47.5%;
          margin-right: 5%; }
            .main section.contact form .group-half.last {
              margin-right: 0; } }
        .main section.contact form .group-full {
          position: relative;
          clear: left;
          padding-bottom: 1px;
          margin-bottom: 50px; }
  .main .toolkit {
    padding-top: 0;
    overflow: auto; }
    .main .toolkit article {
      padding: 0;
      margin-top: 7em;
      text-align: center; }
      @media (min-width:1024px) {
        .main .toolkit article {
      margin-top: 0;
      padding-left: 4%;
      width: 45%;
      float: left; }
        .main .toolkit article:nth-of-type(2n+1) {
          padding-left: 0;
          padding-right: 4%;
          clear: left; } }
      .main .toolkit article p {
        margin-top: 0.5em;
        font-size: 2.4em; }
      .main .toolkit article h3 {
        font-size: 2.8em;
        color: white;
        text-transform: uppercase;
        margin: 1em 0; }
        .main .toolkit article .media img {
          max-width: none;
          width: 100%; }
  .main .section {
    color: white;
    min-height: 100vh; }
    .main .section .title {
      font-size: 2.2em;
      opacity: 0.4;
      text-transform: uppercase;
      text-align: center;
      font-weight: 300;
      z-index: 2;
      position: absolute;
      top: 13vw;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      line-height: 160px; }
      @media (min-width: 640px) {
        .main .section .title {
      top: 7.5vw; } }
      @media (min-width: 768px) {
        .main .section .title {
      font-size: 2.8em; } }
      @media (min-width: 1024px) {
        .main .section .title {
      top: 6.5vw; } }
    .main .section p {
      opacity: 0.8;
      font-weight: 300;
      line-height: 1.5;
      font-size: 2.8em;
      margin-top: 1em;
      margin-bottom: 1.5em; }
    .main .section .offerings {
      list-style: none;
      text-align: left;
      padding: 0; }
      @media (min-width:640px) {
        .main .section .offerings {
      text-align: center; } }
      .main .section .offerings .service {
        line-height: 2;
        font-size: 2.8em;
        color: white;
        display: block;
        white-space: nowrap; }
        .main .section .offerings .service:before {
          content: "•";
          color: #ffdfa2;
          display: inline;
          margin: 0 0.5em 0 1em; }
        @media (min-width:640px) {
          .main .section .offerings .service {
        display: inline; } }
        .main .section .slider .description p {
          line-height: 1.5;
          font-size: 3.4em;
          margin-top: 1em;
          margin-bottom: 1.5em; }
      .main .section .slider .slide {
        width: 100%;
        position: relative; }
        .main .section .slider .slide .body {
          text-align: center;
          padding: 0 6%; }
          @media (min-width:1024px) {
            .main .section .slider .slide .body {
          padding: 0;
          width: 30%;
          position: absolute;
          top: 50%;
          left: 12%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          padding-top: 4em;
          text-align: left; } }
          .main .section .slider .slide .body h3 {
            font-size: 5.6em;
            font-weight: 600; }
            @media (min-width:640px) {
              .main .section .slider .slide .body h3 {
            font-size: 4em;
            font-weight: 400; } }
        .main .section .slider .slide .media {
                    /*
           * width: 38%;
           */ }
          @media (min-width:640px) {
            .main .section .slider .slide .media {
          position: absolute;
          top: 50%;
          right: 12%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
          @media (min-width:1024px) {
            .main .section .slider .slide .media {
          padding-top: 4em;
          position: absolute;
          top: 50%;
          right: 12%;
          width: 38%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
          .main .section .slider .slide .media img {
            width: 50%;
            margin: 0 auto;
            display: block; }
            @media (min-width:768px) {
              .main .section .slider .slide .media img {
            width: 60%; } }
            @media (min-width:1024px) {
              .main .section .slider .slide .media img {
            margin: 0;
            display: inline;
            width: 100%; } }
      .main .section .slider.body {
        display: block;
        text-align: center;
        padding: 0 6%; }
      .main .section .slider .fp-controlArrow {
        width: 46px !important;
        height: 34px;
        background: url(/images/chevron.svg) no-repeat 50%;
        background-position: contain;
        background-size: 26px 14px;
        opacity: 0.4;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .main .section .slider .fp-controlArrow:hover {
          opacity: 1; }
        .main .section .slider .fp-controlArrow.fp-next {
          border: none;
          right: 2.5%;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          display: none; }
          @media (min-width: 414px) {
            .main .section .slider .fp-controlArrow.fp-next {
          display: block; } }
        .main .section .slider .fp-controlArrow.fp-prev {
          border: none;
          left: 2.5%;
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          display: none; }
          @media (min-width: 414px) {
            .main .section .slider .fp-controlArrow.fp-prev {
          display: block; } }
    .main a.button,
    .main button.button {
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none; }
    .main a.btn-white,
    .main button.btn-white {
      background: none;
      border: 4px solid white;
      color: white;
      padding: 0.88em 1.5em 0.68em;
      font-size: 2.6em;
      -webkit-transition: border-color 0.2s linear, color 0.2s linear;
      transition: border-color 0.2s linear, color 0.2s linear; }
      .main a.btn-white:hover,
      .main button.btn-white:hover {
        color: rgba(255, 255, 255, 0.6);
        border-color: rgba(255, 255, 255, 0.6); }
    .main a.btn-orange,
    .main button.btn-orange {
      background: #db4c40;
      border: none;
      color: white;
      padding: 0.88em 0 0.68em; }
    .main a.btn-hero,
    .main button.btn-hero {
      margin: 2.5em 0 0; }
  .main .page+.page {
    padding: 10em 12%; }
  .main .services {
    background-color: #2e3449;
    text-align: center; }
  .main .work {
    background-color: #69a565;
    text-align: center; }
  .main .case-studies {
    background-color: #cd3f42;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease; }
  .main .team {
    background-color: #715aa9;
    text-align: center; }
  .main .hello {
    background-color: #0f96f2; }
  .main .contact {
    background-color: #2b354a; }
  .main .toolkit {
    background: #cb4e41; }
  .main .error {
    background-color: #cd3f42; }
  .main .hero {
    background: #85c1e6;
        /*
     * background-color: #cd3f42;
     */
    text-align: center;
    color: white;
    position: relative;
    background-size: cover;
    padding: 0 0; }
    .main .hero .media + .title {
      margin-top: 0; }
    .main .hero .wrapper {
      padding: 0 12%;
      position: absolute;
      top: 30%;
      -webkit-transform: translateY(-30%);
      transform: translateY(-30%);
      left: 0;
      right: 0;
      z-index: 1; }
    .main .hero .header {
      font-weight: 600;
      margin: 0; }
      @media (min-width: 414px) {
        .main .hero .header {
      font-size: 5.6em; } }
    .main .hero .offerings {
      display: block;
      padding-top: 4em;
      width: 80%;
      position: absolute;
      top: 45%;
      right: 10%; }
      .main .hero .offerings ul {
        list-style: none;
        text-align: left;
        padding: 0; }
        @media (min-width:640px) {
          .main .hero .offerings ul {
        text-align: center; } }
        .main .hero .offerings ul li {
          line-height: 2;
          font-size: 2.8em;
          color: white;
          display: block;
          white-space: nowrap; }
          @media (min-width:640px) {
            .main .hero .offerings ul li {
          display: inline; } }
          .main .hero .offerings ul li:before {
            content: "•";
            color: #ffdfa2;
            display: inline;
            margin: 0 0.5em 0 1em; }
    .main .hero .about {
      display: block;
      padding-top: 4em;
      width: 50%;
      position: absolute;
      top: 45%;
      right: 20%; }
      @media (min-width: 414px) {
        .main .hero .about {
      width: 65%;
      right: 10%; } }
      @media (min-width: 414px) {
        .main .hero .about {
      width: 50%;
      right: 20%; } }
      .main .hero .about ul {
        padding: 0;
        margin: 0 0 40px;
        list-style: none;
        text-align: left; }
        .main .hero .about ul li {
          padding-bottom: 0.75em;
          padding-left: 20px;
          position: relative;
          font-size: 2.5em;
          font-weight: 400; }
          .main .hero .about ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 10px;
            height: 10px;
            background-color: white; }
      .main .hero .media img {
        max-width: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .main .hero .media .logo {
                /*
         * 
         * bottom: 5%;
         * bottom: 0;
         * left: 48%;
         */
        position: absolute;
        top: -10%;
        width: 100%;
        opacity: 0.1;
                /*
         * 
         * @media (max-height: 1080px) {
         * bottom: -15%;
         * }
         */ }
    .main .hero .subtitle {
      font-size: 2.8em;
      font-weight: 400;
      margin-bottom: 0;
      margin-top: 0.5em; }
      @media (min-width:768px) {
        .main .hero .subtitle {
      font-size: 3.2em; } }
      @media (min-width:1280px) {
        .main .hero .subtitle {
      font-size: 3.4em; } }

.active .slider.body {
  display: block; }

.fp-slidesNav.bottom {
  margin: 0 auto 4.4em;
  bottom: 2.5vh; }
  .fp-slidesNav.bottom li {
    width: 1.8em !important;
    height: 1.8em !important;
    margin: 0.9em !important; }
  .fp-slidesNav.bottom a {
    opacity: 0.4; }
    .fp-slidesNav.bottom a span {
      width: 1.8em !important;
      height: 1.8em !important;
      margin: 0 !important;
      top: 0;
      left: 0;
      background: white; }
    .fp-slidesNav.bottom a.active {
      opacity: 0.8; }
    .fp-slidesNav.bottom a:hover {
      opacity: 0.6; }

/*
 * Navigation
 */
.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5% 12% 0;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: background-color 0.3s linear, bottom 0.3s linear;
  transition: background-color 0.3s linear, bottom 0.3s linear;
  pointer-events: none;
  height: 100%; }
  .nav .contact {
    vertical-align: middle;
    font-size: 2.4em;
    line-height: 2;
    margin-right: 30px;
    font-weight: 400;
    color: white;
    opacity: 1;
    display: none;
    -webkit-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear; }
    @media (min-width:768px) {
      .nav .contact {
    display: inline-block; } }
  .nav .items {
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    opacity: 0;
    text-align: center;
    margin-top: 12vh; }
    @media (min-width:1280px) {
      .nav .items {
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 76%; } }
    .nav .items > li {
      display: block; }
      @media (min-width:768px) {
        .nav .items > li {
      margin-top: 10vh;
      width: 50%;
      float: left; } }
      @media (min-width:1280px) {
        .nav .items > li {
      margin-top: 0;
      width: 25%; } }
    .nav .items .title {
      color: rgba(255, 255, 255, 0.6);
      font-weight: 400;
      text-transform: uppercase;
      white-space: nowrap;
      font-size: 2.4em; }
      @media (min-width:768px) {
        .nav .items .title {
      font-size: 1.8em; } }
    .nav .items .subnav {
      margin-top: 1em;
      margin-bottom: 8vh; }
      @media (min-width:768px) {
        .nav .items .subnav {
      margin-bottom: 0;
      margin-top: 1.5em; } }
      .nav .items .subnav li {
        font-weight: 600;
        display: block;
        margin: 0;
        margin-bottom: 0.3em;
        font-size: 5em; }
        .nav .items .subnav li a {
          color: white;
          -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
          .nav .items .subnav li a:hover {
            opacity: 0.6; }
        @media (min-width:768px) {
          .nav .items .subnav li {
        font-size: 4em; } }
        .nav .items .subnav li.social {
          padding-bottom: 8vh; }
          @media (min-width:768px) {
            .nav .items .subnav li.social {
          padding-bottom: 0; } }
          .nav .items .subnav li.social a {
            display: inline-block;
            width: 1.1em;
            margin: 0 0.25em;
            vertical-align: middle; }
  .nav .logo {
    display: block;
    position: absolute;
    left: 12%;
    pointer-events: auto;
    top: 8vw;
    width: 35px;
    height: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(90deg); }
    @media (min-width:640px) {
      .nav .logo {
    top: 3.5vw;
    width: 64px;
    height: 64px; } }
    @media (min-width:1024px) {
      .nav .logo {
    top: 3vw;
    width: 100px;
    height: 100px; } }
    .nav .logo img {
      height: 100%; }
  .nav .wrapper {
    position: absolute;
    top: 12vw;
    right: 12%;
    display: block;
    pointer-events: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0; }
    @media (min-width:640px) {
      .nav .wrapper {
    top: 7.5vw; } }
    @media (min-width:1024px) {
      .nav .wrapper {
    top: 6.5vw; } }
    .nav .wrapper .hamburger {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      outline: 0; }
      @media (min-width:1024px) {
        .nav .wrapper .hamburger {
      width: 30px;
      height: 30px; } }

.main-nav-icon {
  display: block;
  margin-top: 0;
  position: relative;
  width: 100%;
  height: 100%; }
  .main-nav-icon span {
    display: block; }
  .main-nav-icon:hover {
    cursor: pointer; }
  .main-nav-icon .bars {
    height: 100%;
    width: 100%; }
  .main-nav-icon .bar {
    width: 100%;
    height: 3px;
    background-color: white;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: left;
    transform-origin: left;
    position: absolute; }
    @media (min-width:1024px) {
      .main-nav-icon .bar {
    height: 5px; } }
  .main-nav-icon .top-bar {
    top: 0; }
  .main-nav-icon .middle-bar {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .main-nav-icon .bottom-bar {
    bottom: 0; }

.default-page .main-nav-icon .bar {
  background-color: #b6b6b6; }

.nav-open {
  pointer-events: auto;
  bottom: 0;
  background: #f16749; }
    .nav-open .main-nav-icon .bar {
      width: 23px;
      margin: 0;
      background-color: white;
      margin-left: 0; }
      @media (min-width:1024px) {
        .nav-open .main-nav-icon .bar {
      width: 34px; } }
    .nav-open .main-nav-icon .middle-bar {
      opacity: 0; }
    .nav-open .main-nav-icon .top-bar {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .nav-open .main-nav-icon .bottom-bar {
      bottom: 1px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .nav-open .hamburger:hover {
      -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 0.7; }
  .nav-open .contact {
    opacity: 0; }
  .nav-open .items {
    visibility: visible;
    opacity: 1; }

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

.noscroll .nav-open {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width:1280px) {
    .noscroll .nav-open {
  overflow-y: hidden; } }

.scrollbars {
  overflow-y: scroll;
  overflow-x: hidden; }

.fixed {
  position: fixed; }

.main-next {
  position: fixed;
  bottom: 2.5vh;
  width: 46px;
  left: 50%;
  right: 0;
  margin: auto;
  margin-left: -23px;
  margin-bottom: -10px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.4;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease; }
  .main-next.up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .main-next img {
    width: 26px;
    height: 14px;
    margin: 10px; }

footer {
  text-align: center;
  background: white;
  color: #657587;
  font-size: 1.2em;
  padding: 6em 12%; }
  @media (min-width:1024px) {
    footer {
  overflow: auto;
  text-align: left; }
    footer>div {
      margin-top: 0;
      float: left;
      width: 37%; }
      footer>div:first-child {
        width: 41%; }
      footer>div:last-child {
        width: 22%; } }
  @media (min-width:1280px) {
    footer {
  font-size: 1.1em; } }
  footer p {
    font-size: 2.5em;
    line-height: 1.6;
    margin: 0 0 0.5em; }
    footer p:last-child {
      margin-bottom: 0; }
  footer a {
    color: #657587; }
  footer>div {
    margin-top: 4em; }
    footer>div:first-child {
      margin-top: 4em; }

#map {
  width: 100%;
  height: 500px;
  opacity: 0.75; }
  #map img {
    max-width: none !important;
    background: none !important; }

.bouncy {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateY(-21px);
  transform: translateY(-21px);
  width: 100%; }

form {
  position: relative; }
  form button {
    font-size: 2.8em;
    font-weight: 600;
    width: 100%;
    margin: 0;
    -webkit-transition: background-color 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s linear;
    transition: background-color 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s linear; }
    @media (min-width:1024px) {
      form button {
    margin: 1em 0; } }

