/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Reset & Basics (Inspired by E. Meyers)
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

* {
  box-sizing: border-box; }

body {
  background: #fff;
  color: #6C7275;
  font-size: 16px;
  font-family: "Avenir", "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-smoothing: antialiased;
  text-size-adjust: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-out; }

body.transition {
  opacity: 0; }

h2 {
  font-size: 28px; }

h3 {
  color: #3b3e40;
  font-size: 18px; }

.container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto; }

.row {
  overflow: hidden; }

section.block {
  padding: 60px 0; }

img {
  max-width: 100%; }

.btn {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  background: #8CC740;
  text-decoration: none;
  padding: 13px 18px 11px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.5px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  border: none;
  font-family: "Avenir", "Lato", Helvetica, Arial, sans-serif;
  outline: none;
  cursor: pointer; }

.btn:hover {
  background: #a4d367; }

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

/* Nav
----------------------------------------------------------------------*/
nav li {
  display: inline; }
  nav li a {
    display: inline-block;
    padding: 0 10px; }

/* Header
----------------------------------------------------------------------*/
header {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8; }
  header h1 {
    display: inline-block; }
    header h1 a {
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      font-weight: 500;
      color: #3b3e40;
      line-height: 24px; }
  header .navbar nav {
    display: inline-block;
    float: right; }
    header .navbar nav a {
      display: inline-block;
      width: 24px;
      height: 24px;
      text-indent: -9999px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform 0.2s ease-in;
      -moz-transition: -moz-transform 0.2s ease-in;
      transition: transform 0.2s ease-in; }
    header .navbar nav a.mail {
      background: url(../img/mail@2x.png) 0 0 no-repeat;
      background-size: 24px 24px; }
    header .navbar nav a.projects {
      background: url(../img/projects@2x.png) 0 0 no-repeat;
      background-size: 24px 24px; }
    header .navbar nav a:hover {
      transform: translateY(-3px); }
    header .navbar nav a:first-of-type {
      margin-right: 20px; }

.project header {
  position: absolute;
  width: 100%;
  border-bottom: none; }
  .project header h1 a {
    color: #fff; }
  .project header nav a.mail {
    background: url(../img/mail-wh@2x.png) 0 0 no-repeat;
    background-size: 24px 24px; }
  .project header nav a.projects {
    background: url(../img/projects-wh@2x.png) 0 0 no-repeat;
    background-size: 24px 24px; }

/* Footer
----------------------------------------------------------------------*/
footer {
  padding: 60px 0;
  background: #3b3e40; }
  footer p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: inline-block;
    line-height: 24px; }
  footer nav {
    display: inline-block;
    float: right; }
    footer nav li {
      display: inline; }
      footer nav li a {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.2s ease-in;
        -moz-transition: -moz-transform 0.2s ease-in;
        transition: transform 0.2s ease-in; }
      footer nav li a.mail {
        background: url(../img/mail-wh@2x.png) 0 0 no-repeat;
        background-size: 24px 24px; }
      footer nav li a.linkedin {
        background: url(../img/linkedin@2x.png) 0 0 no-repeat;
        background-size: 24px 24px; }
      footer nav li a:hover {
        transform: translateY(-3px); }
      footer nav li a:first-of-type {
        margin-right: 20px; }

/* Home
----------------------------------------------------------------------*/
.leadin {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  color: #8CC740;
  margin-bottom: 10px;
  font-size: 14px; }

.intro .container {
  padding: 60px 0;
  border-bottom: 1px solid #e8e8e8; }

.item {
  width: 33.3%;
  float: left;
  display: block; }
  .item a {
    display: block;
    margin: 10px;
    position: relative;
    overflow: hidden; }
    .item a .layer {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(82, 129, 179, 0.9);
      text-align: center;
      color: #fff;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in;
      font-size: 24px;
      font-style: italic;
      padding-bottom: 24px; }
      .item a .layer span {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .item a img {
      width: 100%;
      display: block;
      transition: all 0.2s ease-in; }
  .item a:hover .layer {
    opacity: 1; }
  .item a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  @media screen and (max-width: 1024px) {
    .item a .layer {
      display: none; } }

.item:nth-child(3n + 1) {
  clear: left; }

@media screen and (max-width: 767px) {
  .item {
    width: 50%; }

  .item:nth-child(3n + 1) {
    clear: none; }

  .item:nth-child(2n + 1) {
    clear: left; } }
/* Nav Layer
----------------------------------------------------------------------*/
.navlayer {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #3b3e40;
  background: rgba(59, 62, 64, 0.98);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .navlayer .container {
    position: relative;
    overflow: hidden; }
  .navlayer nav {
    width: 90%;
    max-width: 600px;
    margin: 80px auto;
    text-align: center; }
  .navlayer ul li {
    display: block;
    padding: 10px 0; }
    .navlayer ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 32px;
      font-weight: 300;
      text-align: center;
      background: transparent;
      -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0; }
    .navlayer ul li a:hover {
      background: rgba(255, 255, 255, 0.1); }
  .navlayer a.close {
    position: absolute;
    top: 20px;
    right: 48px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url(../img/close-wh@2x.png) 0 0 no-repeat;
    background-size: 24px 24px; }

.overlay .navlayer {
  visibility: visible;
  opacity: 1; }
  .overlay .navlayer ul li a {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }

.overlay .navlayer ul li:nth-child(1) a {
  -webkit-transition: background 0.2s ease-in, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -moz-transition: background 0.2s ease-in, -moz-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: background 0.2s ease-in, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }

.overlay .navlayer ul li:nth-child(2) a {
  -webkit-transition: background 0.2s ease-in, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -moz-transition: background 0.2s ease-in, -moz-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: background 0.2s ease-in, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }

.overlay .navlayer ul li:nth-child(3) a {
  -webkit-transition: background 0.2s ease-in, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: background 0.2s ease-in, -moz-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: background 0.2s ease-in, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }

.overlay .navlayer ul li:nth-child(4) a {
  -webkit-transition: background 0.2s ease-in, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  -moz-transition: background 0.2s ease-in, -moz-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: background 0.2s ease-in, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s; }

.overlay .navlayer ul li:nth-child(5) a {
  -webkit-transition: background 0.2s ease-in, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  -moz-transition: background 0.2s ease-in, -moz-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: background 0.2s ease-in, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s; }

.overlay .navlayer ul li:nth-child(6) a {
  -webkit-transition: background 0.2s ease-in, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  -moz-transition: background 0.2s ease-in, -moz-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: background 0.2s ease-in, transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s; }

/* Page
----------------------------------------------------------------------*/
.project-banner {
  padding: 180px 0; }
  .project-banner h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 300; }

.project-leadin aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .project-leadin aside:last-child {
    margin-right: 0; }
  .project-leadin aside .snap {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%; }
    .project-leadin aside .snap:last-child {
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    .project-leadin aside {
      margin-right: 0;
      margin-left: 0;
      float: none;
      width: 100%; } }
.project-leadin article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 0 40px 0 0; }
  .project-leadin article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .project-leadin article {
      margin-right: 0;
      margin-left: 0;
      float: none;
      width: 100%;
      padding: 0; } }

.project-leadin article h3 {
  margin-bottom: 5px; }
.project-leadin article span {
  display: block;
  color: #787f82;
  font-style: italic;
  font-size: 14px; }
.project-leadin article p {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
@media screen and (max-width: 767px) {
  .project-leadin article {
    text-align: center;
    margin-bottom: 80px; } }
.project-leadin aside {
  text-align: center; }
  .project-leadin aside img {
    max-height: 800px; }

.mobile .snap {
  text-align: center; }
  .mobile .snap img {
    max-width: 375px;
    width: 100%; }

.full {
  background: #f4f5f6; }
  .full img {
    max-width: 100%; }

.elliott .project-banner {
  background: #0474C9 url(../img/splash/elliott-bd.jpg) center center no-repeat;
  background-size: cover; }

.profyle .project-banner {
  background: #40B54B url(../img/splash/profyle-bd.jpg) center center no-repeat;
  background-size: cover; }

.benefits .project-banner {
  background: #ca005d url(../img/splash/12b-bd.jpg) center center no-repeat;
  background-size: cover; }

.fifth .project-banner {
  background: #aa2d2a url(../img/splash/fg-bd.jpg) center center no-repeat;
  background-size: cover; }

.speak .project-banner {
  background: #8AA9B3 url(../img/splash/se-bd.jpg) center center no-repeat;
  background-size: cover; }

.speed .project-banner {
  background: #00507D url(../img/splash/speed-bd.jpg) center center no-repeat;
  background-size: cover; }

/* Contact
----------------------------------------------------------------------*/
form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
  form .field {
    margin-bottom: 10px; }
  form label {
    display: none;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  form input {
    width: 100%;
    height: 38px;
    font-size: 18px;
    font-family: "Avenir", "Lato", Helvetica, Arial, sans-serif;
    padding: 4px 8px;
    border: 1px solid gainsboro;
    -webkit-appearance: none; }
  form textarea {
    border: 1px solid gainsboro;
    width: 100%;
    font-size: 18px;
    font-family: "Avenir", "Lato", Helvetica, Arial, sans-serif;
    padding: 4px 8px;
    height: 200px;
    min-height: 200px;
    max-height: 400px;
    resize: vertical;
    -webkit-appearance: none; }
  form input:focus, form textarea:focus {
    outline: none;
    border: 1px solid #8CC740;
    box-shadow: 0px 0px 0px 1px #8CC740, 0px 0px 4px rgba(140, 199, 64, 0.4); }
  form .alert {
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    form .alert p {
      display: block;
      padding: 8px 12px;
      border-radius: 4px;
      margin-bottom: 20px; }
  form .alert.success {
    opacity: 1; }
    form .alert.success p {
      background: rgba(140, 199, 64, 0.16);
      color: #4b6d20; }

/* Resp
----------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  h2 {
    font-size: 20px; }

  section.block, .intro .container, footer {
    padding: 40px 0; }

  .project-banner {
    padding: 120px 0; }
    .project-banner h2 {
      font-size: 36px;
      text-align: center; }

  .navlayer ul li a {
    font-size: 28px; } }
