/* ***********************************************************

	Fonts

*********************************************************** */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Lato:400,600,700,900");
/* ***********************************************************

	Colors

*********************************************************** */
/* ***********************************************************

	Grid

*********************************************************** */
/* ***********************************************************

	Bootstrap

*********************************************************** */
/*------------------------------------*\
  #Flexbox
\*------------------------------------*/
/*------------------------------------*\
  #Animations
\*------------------------------------*/
/*------------------------------------*\
  #Grid
\*------------------------------------*/
.container {
  width: 100%;
  padding: 0 2.6%;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .column:last-of-type {
    margin-right: 0; }

.block, .block--grayDark, .block--gray {
  min-height: 50px;
  text-align: center; }

.block--grayDark {
  background-color: #dadbdc;
  color: #1d1d1d; }

.block--gray {
  background-color: #ecedee;
  color: #1d1d1d; }

.show--mobile {
  display: none; }

.hide--mobile {
  display: none; }

.show--mobile {
  display: flex; }

.hide--tablet {
  display: none; }

.col-sm-1 {
  padding-right: 2.5%;
  width: 8.33333%; }
  .col-sm-1:last-of-type, .col-sm-1.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-1 {
  margin-left: 8.33333%; }

.col-sm-2 {
  padding-right: 2.5%;
  width: 16.66667%; }
  .col-sm-2:last-of-type, .col-sm-2.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-2 {
  margin-left: 16.66667%; }

.col-sm-3 {
  padding-right: 2.5%;
  width: 25%; }
  .col-sm-3:last-of-type, .col-sm-3.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-3 {
  margin-left: 25%; }

.col-sm-4 {
  padding-right: 2.5%;
  width: 33.33333%; }
  .col-sm-4:last-of-type, .col-sm-4.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-4 {
  margin-left: 33.33333%; }

.col-sm-5 {
  padding-right: 2.5%;
  width: 41.66667%; }
  .col-sm-5:last-of-type, .col-sm-5.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-5 {
  margin-left: 41.66667%; }

.col-sm-6 {
  padding-right: 2.5%;
  width: 50%; }
  .col-sm-6:last-of-type, .col-sm-6.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-6 {
  margin-left: 50%; }

.col-sm-7 {
  padding-right: 2.5%;
  width: 58.33333%; }
  .col-sm-7:last-of-type, .col-sm-7.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-7 {
  margin-left: 58.33333%; }

.col-sm-8 {
  padding-right: 2.5%;
  width: 66.66667%; }
  .col-sm-8:last-of-type, .col-sm-8.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-8 {
  margin-left: 66.66667%; }

.col-sm-9 {
  padding-right: 2.5%;
  width: 75%; }
  .col-sm-9:last-of-type, .col-sm-9.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-9 {
  margin-left: 75%; }

.col-sm-10 {
  padding-right: 2.5%;
  width: 83.33333%; }
  .col-sm-10:last-of-type, .col-sm-10.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-10 {
  margin-left: 83.33333%; }

.col-sm-11 {
  padding-right: 2.5%;
  width: 91.66667%; }
  .col-sm-11:last-of-type, .col-sm-11.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-11 {
  margin-left: 91.66667%; }

.col-sm-12 {
  padding-right: 2.5%;
  width: 100%; }
  .col-sm-12:last-of-type, .col-sm-12.remove-pad {
    padding-right: 0;
    margin-right: 0; }

.offset-sm-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .container {
    padding: 0 2.5%; }

  .hide--tablet {
    display: none; }

  .show--tablet {
    display: flex; }

  .col-md-1 {
    padding-right: 2.5%;
    width: 8.33333%; }
    .col-md-1:last-of-type, .col-md-1.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .col-md-2 {
    padding-right: 2.5%;
    width: 16.66667%; }
    .col-md-2:last-of-type, .col-md-2.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .col-md-3 {
    padding-right: 2.5%;
    width: 25%; }
    .col-md-3:last-of-type, .col-md-3.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-3 {
    margin-left: 25%; }

  .col-md-4 {
    padding-right: 2.5%;
    width: 33.33333%; }
    .col-md-4:last-of-type, .col-md-4.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .col-md-5 {
    padding-right: 2.5%;
    width: 41.66667%; }
    .col-md-5:last-of-type, .col-md-5.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .col-md-6 {
    padding-right: 2.5%;
    width: 50%; }
    .col-md-6:last-of-type, .col-md-6.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-6 {
    margin-left: 50%; }

  .col-md-7 {
    padding-right: 2.5%;
    width: 58.33333%; }
    .col-md-7:last-of-type, .col-md-7.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .col-md-8 {
    padding-right: 2.5%;
    width: 66.66667%; }
    .col-md-8:last-of-type, .col-md-8.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .col-md-9 {
    padding-right: 2.5%;
    width: 75%; }
    .col-md-9:last-of-type, .col-md-9.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-9 {
    margin-left: 75%; }

  .col-md-10 {
    padding-right: 2.5%;
    width: 83.33333%; }
    .col-md-10:last-of-type, .col-md-10.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .col-md-11 {
    padding-right: 2.5%;
    width: 91.66667%; }
    .col-md-11:last-of-type, .col-md-11.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-11 {
    margin-left: 91.66667%; }

  .col-md-12 {
    padding-right: 2.5%;
    width: 100%; }
    .col-md-12:last-of-type, .col-md-12.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-md-12 {
    margin-left: 100%; } }
@media (min-width: 1024px) {
  .container {
    padding: 0 3%; }

  .show--tablet,
  .hide--tablet {
    display: flex; }

  .col-lg-1 {
    padding-right: 2.5%;
    width: 8.33333%; }
    .col-lg-1:last-of-type, .col-lg-1.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-1 {
    margin-left: 10.83333%; }

  .col-lg-2 {
    padding-right: 2.5%;
    width: 16.66667%; }
    .col-lg-2:last-of-type, .col-lg-2.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-2 {
    margin-left: 19.16667%; }

  .col-lg-3 {
    padding-right: 2.5%;
    width: 25%; }
    .col-lg-3:last-of-type, .col-lg-3.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-3 {
    margin-left: 27.5%; }

  .col-lg-4 {
    padding-right: 2.5%;
    width: 33.33333%; }
    .col-lg-4:last-of-type, .col-lg-4.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-4 {
    margin-left: 35.83333%; }

  .col-lg-5 {
    padding-right: 2.5%;
    width: 41.66667%; }
    .col-lg-5:last-of-type, .col-lg-5.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-5 {
    margin-left: 44.16667%; }

  .col-lg-6 {
    padding-right: 2.5%;
    width: 50%; }
    .col-lg-6:last-of-type, .col-lg-6.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-6 {
    margin-left: 52.5%; }

  .col-lg-7 {
    padding-right: 2.5%;
    width: 58.33333%; }
    .col-lg-7:last-of-type, .col-lg-7.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-7 {
    margin-left: 60.83333%; }

  .col-lg-8 {
    padding-right: 2.5%;
    width: 66.66667%; }
    .col-lg-8:last-of-type, .col-lg-8.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-8 {
    margin-left: 69.16667%; }

  .col-lg-9 {
    padding-right: 2.5%;
    width: 75%; }
    .col-lg-9:last-of-type, .col-lg-9.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-9 {
    margin-left: 77.5%; }

  .col-lg-10 {
    padding-right: 2.5%;
    width: 83.33333%; }
    .col-lg-10:last-of-type, .col-lg-10.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-10 {
    margin-left: 85.83333%; }

  .col-lg-11 {
    padding-right: 2.5%;
    width: 91.66667%; }
    .col-lg-11:last-of-type, .col-lg-11.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-11 {
    margin-left: 94.16667%; }

  .col-lg-12 {
    padding-right: 2.5%;
    width: 100%; }
    .col-lg-12:last-of-type, .col-lg-12.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-lg-12 {
    margin-left: 102.5%; } }
@media (min-width: 1440px) {
  .container {
    padding: 0 3.6%; }

  .col-xlg-1 {
    padding-right: 2.5%;
    width: 8.33333%; }
    .col-xlg-1:last-of-type, .col-xlg-1.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-1 {
    margin-left: 8.33333%; }

  .col-xlg-2 {
    padding-right: 2.5%;
    width: 16.66667%; }
    .col-xlg-2:last-of-type, .col-xlg-2.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-2 {
    margin-left: 16.66667%; }

  .col-xlg-3 {
    padding-right: 2.5%;
    width: 25%; }
    .col-xlg-3:last-of-type, .col-xlg-3.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-3 {
    margin-left: 25%; }

  .col-xlg-4 {
    padding-right: 2.5%;
    width: 33.33333%; }
    .col-xlg-4:last-of-type, .col-xlg-4.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-4 {
    margin-left: 33.33333%; }

  .col-xlg-5 {
    padding-right: 2.5%;
    width: 41.66667%; }
    .col-xlg-5:last-of-type, .col-xlg-5.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-5 {
    margin-left: 41.66667%; }

  .col-xlg-6 {
    padding-right: 2.5%;
    width: 50%; }
    .col-xlg-6:last-of-type, .col-xlg-6.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-6 {
    margin-left: 50%; }

  .col-xlg-7 {
    padding-right: 2.5%;
    width: 58.33333%; }
    .col-xlg-7:last-of-type, .col-xlg-7.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-7 {
    margin-left: 58.33333%; }

  .col-xlg-8 {
    padding-right: 2.5%;
    width: 66.66667%; }
    .col-xlg-8:last-of-type, .col-xlg-8.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-8 {
    margin-left: 66.66667%; }

  .col-xlg-9 {
    padding-right: 2.5%;
    width: 75%; }
    .col-xlg-9:last-of-type, .col-xlg-9.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-9 {
    margin-left: 75%; }

  .col-xlg-10 {
    padding-right: 2.5%;
    width: 83.33333%; }
    .col-xlg-10:last-of-type, .col-xlg-10.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-10 {
    margin-left: 83.33333%; }

  .col-xlg-11 {
    padding-right: 2.5%;
    width: 91.66667%; }
    .col-xlg-11:last-of-type, .col-xlg-11.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-11 {
    margin-left: 91.66667%; }

  .col-xlg-12 {
    padding-right: 2.5%;
    width: 100%; }
    .col-xlg-12:last-of-type, .col-xlg-12.remove-pad {
      padding-right: 0;
      margin-right: 0; }

  .offset-xlg-12 {
    margin-left: 100%; } }
.remove-col-pad {
  padding-right: 0; }

.fade {
  opacity: 0;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box; }

body, html {
  font: 400 16px/1.5 "Lato", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #1d1d1d;
  -webkit-font-smoothing: antialiased;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-rendering: optimizeLegibility; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }

ul {
  margin-left: 1rem; }

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

a {
  position: relative;
  text-decoration: none;
  color: inherit;
  text-shadow: 0 0 0 currentColor;
  transition: text-shadow 300ms ease-in-out,  background-color 300ms ease-in-out, color 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, bottom 300ms ease-in-out; }
  a:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -1px;
    right: 1px;
    width: 0;
    height: 0;
    background-color: transparent;
    transition: text-shadow 300ms ease-in-out,  background-color 300ms ease-in-out, color 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, bottom 300ms ease-in-out; }
  a:hover, a.active {
    color: #1d1d1d !important;
    text-shadow: .025rem 0 0 currentColor;
    transition: text-shadow 300ms ease-in-out,  background-color 300ms ease-in-out, color 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, bottom 300ms ease-in-out; }
    a:hover:after, a.active:after {
      width: 100%;
      height: 2px;
      background-color: #1d1d1d;
      transition: text-shadow 300ms ease-in-out,  background-color 300ms ease-in-out, color 300ms ease-in-out, width 300ms ease-in-out, height 300ms ease-in-out, bottom 300ms ease-in-out; }
  a:hover:after {
    bottom: -4px; }
  a.active:hover:after {
    bottom: -10px; }

a.inline-link {
  font-weight: 900; }

h1 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.3; }

h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2.6; }

h3 {
  font-size: 1.5rem;
  margin: 1rem 0; }

h4 span {
  font-weight: 400; }

p {
  line-height: 1.5;
  margin: 1rem 0; }
  p:last-of-type {
    margin-bottom: 2rem; }

nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-item-align: center;
  -webkit-align-items: center;
  -ma-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%; }
  nav ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

main {
  position: relative;
  top: 172px; }

aside {
  text-align: center;
  margin-top: 36px; }
  aside ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  aside li {
    padding: .75rem 0;
    width: 84%; }

figcaption {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #f6f6f7;
  text-align: center; }

.center-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-item-align: center;
  -webkit-align-items: center;
  -ma-flex-align: center;
  -ms-flex-pack: center;
  align-items: center; }

.global-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 1.5rem 0;
  background-color: white;
  z-index: 100; }
  .global-header .site-title {
    text-align: center; }
    .global-header .site-title span {
      color: #b7bbbd;
      display: block; }
  .global-header nav {
    padding: 12px 0 4px;
    margin: 12px 0 0;
    border-top: 2px solid #b7bbbd; }
    .global-header nav ul a {
      font-weight: 600;
      color: #8e9192;
      text-transform: uppercase;
      margin: 0 24px;
      letter-spacing: 1.1; }

.secondary-nav__title {
  font-weight: 900;
  text-transform: uppercase;
  color: #1d1d1d;
  letter-spacing: 1.1; }

.article-title {
  margin-top: 48px;
  margin-bottom: 1rem; }

.case-study__list {
  margin-bottom: 2rem; }

.samples li a,
.samples .material-icons,
.more-projects li a,
.more-projects .material-icons {
  font-size: .9rem;
  line-height: 1.5rem; }
.samples .material-icons,
.more-projects .material-icons {
  position: relative;
  top: 1px; }

.more-projects {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem; }
  .more-projects ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .more-projects ul li {
      padding: .75rem 0; }

footer {
  padding: 1.5rem 0;
  background-color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-item-align: center;
  -webkit-align-items: center;
  -ma-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  footer p:last-of-type {
    margin-bottom: 0; }
  footer p, footer a {
    margin: 0 4%; }
  footer .footer__social img {
    max-width: 24px; }

@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 2.6; }

  .global-header .site-title {
    text-align: left; }
    .global-header .site-title span {
      padding-left: 1rem;
      display: inline-block; }
  .global-header nav {
    padding: 0;
    margin: 0;
    border-top: 0; }
    .global-header nav ul {
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; }

  main {
    top: 92px; }

  aside {
    position: fixed;
    top: 0;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-item-align: center;
    -webkit-align-items: center;
    -ma-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    line-height: 1.5rem;
    text-align: left; }
    aside li {
      width: 100%; }

  .case-study__list {
    margin-bottom: 2rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .case-study__list li {
      width: 100%;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }

  .article-title {
    margin-top: 72px;
    text-align: left; }

  .samples li {
    width: 100%;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; } }

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