/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  border-top: 32px solid #252c31;
  border-left: 32px solid #252c31;
  border-right: 32px solid #252c31; }
  @media screen and (max-width: 1000px) {
    html {
      border-top: 0px solid #252c31;
      border-left: 0px solid #252c31;
      border-right: 0px solid #252c31; } }

/**
 * Basic styling
 */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  background-color: #fefefe;
  -webkit-text-size-adjust: 100%; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6, p {
  font-family: "freight-sans-pro";
  color: #5C6D7A; }

h1 {
  font-weight: 700;
  -moz-font-feature-settings: "kern=1";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  font-kerning: normal;
  font-size: 64px;
  position: relative;
  line-height: 72px;
  color: #252c31; }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 44px;
      line-height: 64px; } }

h2 {
  font-weight: 500;
  color: #5C6D7A;
  font-family: "freight-text-pro",sans-serif;
  font-size: 2.4em;
  font-style: italic; }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 24px;
      line-height: 32px; } }

h3 {
  font-weight: 700;
  color: #5C6D7A;
  font-size: 1.8em; }
  @media screen and (max-width: 800px) {
    h3 {
      font-size: 1.4em;
      line-height: 1.4em;
      padding-top: 0.4em; } }

h3.rw {
  font-size: 2.2em;
  color: #252c31;
  line-height: 1em;
  margin-top: 1em; }

h3.rw em {
  font-style: normal;
  font-family: "freight-text-pro",sans-serif;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 0.6em;
  color: #5C6D7A;
  line-height: 1.2em;
  font-weight: 500; }

h2:after {
  content: '';
  width: 3%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 44px;
  margin-top: 4.85rem;
  background-color: #5C6D7A; }
  @media screen and (max-width: 1000px) {
    h2:after {
      width: 10%; } }
  @media screen and (max-width: 800px) {
    h2:after {
      width: 15%; } }
  @media screen and (max-width: 600px) {
    h2:after {
      width: 26%; } }

p, ul, li, a {
  font-family: "freight-text-pro",sans-serif; }

p {
  font-size: 1.4em; }

@media screen and (max-width: 1000px) {
  .home p {
    font-size: 1.2em;
    line-height: 1.2em; } }

/**
 * Links
 */
a {
  color: #2a7ae2; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #5C6D7A;
  border-left: 4px solid #cbd2d7;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #cbd2d7;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1200px - (30px * 2));
  max-width: calc(1200px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(1200px - (30px));
      max-width: calc(1200px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #5C6D7A; }

a, a:link, a:visited, a:active {
  -webkit-transition-duration: 0.33s;
  -webkit-transition-property: color, background, text-shadow, border, opacity, text-decoration, background-size, fill, -webkit-filter, clippath;
  -moz-transition-duration: 0.33s;
  -moz-transition-property: color, background, text-shadow, border, opacity, text-decoration, background-size, fill, -moz-filter;
  -o-transition-duration: 0.33s;
  -o-transition-property: color, background, text-shadow, border, opacity, text-decoration, background-size, fill, -o-filter;
  transition-duration: 0.33s;
  transition-property: color, background, text-shadow, border, opacity, text-decoration, background-size, filter;
  text-decoration: none;
  outline: none; }

/**
 * Site header
 */
.site-header {
  border-top: 0px solid #5C6D7A;
  min-height: 56px;
  padding-top: 36px;
  padding-bottom: 12px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .site-header .wrapper {
      margin-bottom: 0; } }

.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #252c31; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #5C6D7A;
    line-height: 1.5;
    font-size: 1.2em; }
    .site-nav .page-link:not(:first-child) {
      margin-left: 20px; }
    .site-nav .page-link ul {
      list-style: none; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 36px;
      right: 30px;
      background-color: #fefefe;
      border: 1px solid #cbd2d7;
      border-radius: 5px;
      text-align: right;
      z-index: 1; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 34px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #252c31; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
        .site-nav:hover .trigger li {
          display: block;
          margin-top: 1.4em; }
          .site-nav:hover .trigger li::after {
            height: 0; }
          .site-nav:hover .trigger li:first-of-type {
            margin-top: 3em; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px; } }

.trigger ul li {
  list-style: none;
  display: inline-block;
  margin-left: 2em;
  position: relative; }
.trigger li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: 80%;
  left: 0;
  background: #5C6D7A;
  display: none; }
.trigger li:hover:after {
  display: block; }

/**
 * Site footer
 */
.site-footer {
  border-top: 0px solid #cbd2d7;
  padding: 30px 0;
  background: #252c31; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.post-content .contact {
  min-height: 60vh; }

.footer-col-wrapper {
  font-size: 15px;
  color: #5C6D7A;
  margin-left: -15px;
  padding-top: 30px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }
  @media screen and (max-width: 600px) {
    .footer-col {
      text-align: center; } }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(30% - (30px / 2));
  width: calc(30% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col a:hover {
  color: white; }

.svg-icon {
  width: 1em;
  height: 1em; }

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #5C6D7A; }

.svg-icon circle {
  stroke: #5C6D7A;
  stroke-width: 1; }

@media screen and (max-width: 600px) {
  .examples *, .examples {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; } }

/*
 * Full width basic grid
 */
.half {
  width: 50%;
  float: left; }
  @media screen and (max-width: 600px) {
    .half {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: center; } }

.third {
  width: 33.333333%;
  float: left; }

.quarter {
  width: 25%;
  float: left; }

.sixth {
  width: 16.666667%;
  float: left; }
  @media screen and (max-width: 800px) {
    .sixth {
      width: 33.333333%; } }

.push-25 {
  margin-left: 25%;
  width: 50%;
  float: left; }

.push-16 {
  margin-left: 16%;
  width: 66.666667%;
  float: left; }
  @media screen and (max-width: 600px) {
    .push-16 {
      width: 33.333333%;
      margin-left: 4%;
      width: 92%; } }

/*
 * Home - case studies
 */
.full-wrap {
  position: relative;
  display: block;
  width: 100%; }

.tri {
  position: absolute;
  width: 35vw;
  left: 32.5%; }
  @media screen and (max-width: 800px) {
    .tri {
      height: 0vh; } }

@media screen and (max-width: 800px) {
  .tri img {
    display: none; } }

@media screen and (max-width: 600px) {
  .work-grid {
    margin-bottom: 3em;
    margin-top: 3em; } }

.work-grid .full-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .work-grid .full-wrap figure {
    margin-bottom: 0; }

.capacity-home {
  padding-bottom: 2em; }

@media screen and (max-width: 1000px) {
  .home .half {
    padding-top: 2em; } }
@media screen and (max-width: 600px) {
  .home .half {
    padding-left: 4% !important;
    padding-right: 4% !important;
    border-bottom: 0px solid #cbd2d7;
    padding-top: 0;
    margin-bottom: 0em; } }

.home .half:last-of-type {
  padding-left: 4%;
  padding-top: 3.2em; }
  @media screen and (max-width: 1000px) {
    .home .half:last-of-type {
      padding-right: 4%; } }
  @media screen and (max-width: 800px) {
    .home .half:last-of-type {
      padding-left: 4%;
      position: absolute;
      bottom: 0;
      padding-right: 0; } }
  @media screen and (max-width: 600px) {
    .home .half:last-of-type {
      padding-left: 4%;
      position: relative;
      bottom: 0;
      padding-right: 0;
      padding-top: 0; } }

.home .half p {
  width: 80%; }
  @media screen and (max-width: 600px) {
    .home .half p {
      margin: 0 auto; } }

.full-wrap:nth-of-type(even) > .half:first-of-type {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 3.2em; }
  @media screen and (max-width: 600px) {
    .full-wrap:nth-of-type(even) > .half:first-of-type {
      padding-top: 0em; } }

.full-wrap:nth-of-type(odd) > .half:first-of-type {
  padding-left: 4%;
  padding-right: 4%; }

@media screen and (max-width: 600px) {
  .work-grid .full-wrap figure {
    display: none; } }

.tri a {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.tri a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  cursor: default; }

.work-grid p:last-of-type {
  margin-top: 2em;
  display: block;
  padding-bottom: 4em; }
  @media screen and (max-width: 1000px) {
    .work-grid p:last-of-type {
      padding-bottom: 1em; } }

.work-grid .prove p:last-of-type {
  padding-bottom: 1em; }

.work-grid .full-wrap {
  border-bottom: 1px solid #cbd2d7;
  margin-bottom: 4em; }
  @media screen and (max-width: 1000px) {
    .work-grid .full-wrap {
      margin-bottom: 2em; } }
  @media screen and (max-width: 600px) {
    .work-grid .full-wrap {
      border-bottom: 0px; } }

.work-grid .full-wrap:last-of-type {
  padding-bottom: 0em;
  margin-bottom: 0em; }
  @media screen and (max-width: 600px) {
    .work-grid .full-wrap:last-of-type {
      border-bottom: 0px; } }

.work-link {
  border: 2px solid;
  display: inline;
  width: 100%;
  border-radius: 28px;
  margin-top: 2em;
  padding: 0.6em 1em;
  font-size: 0.8em; }

.plated-link {
  border-color: #f46262;
  color: #f46262; }

.plated-link:hover, .plated-link:focus {
  color: white;
  background: #f46262; }

.lwf-link {
  border-color: #008ac5;
  color: #008ac5; }

.lwf-link:hover, .lwf-link:focus {
  color: white;
  background: #008ac5; }

.prove-link {
  border-color: #3DB569;
  color: #3DB569; }

.prove-link:hover, .prove-link:focus {
  color: white;
  background: #3DB569; }

.coburg-link {
  border-color: #4c1d79;
  color: #4c1d79; }

.coburg-link:hover, .coburg-link:focus {
  color: white;
  background: #4c1d79; }

.capacity-link {
  border-color: #1d62f0;
  color: #1d62f0; }

.capacity-link:hover, .capacity-link:focus {
  color: white;
  background: #1d62f0; }

.bink-link {
  border-color: #00A9DA;
  color: #00A9DA; }

.bink-link:hover, .bink-link:focus {
  color: white;
  background: #00A9DA; }

.cs-odd a {
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%); }

.cs-odd a:hover {
  -webkit-clip-path: polygon(50% -100%, 200% 200%, -100% 200%);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%); }

.cs-even a {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%); }

.cs-even a:hover {
  -webkit-clip-path: polygon(-100% -100%, 200% -100%, 50% 200%);
  clip-path: polygon(-100% -100%, 200% -100%, 50% 200%); }

/*
 * Case Studies
 */
.case-study-list {
  margin-left: 0; }

.case-study-list li {
  list-style: none;
  display: block; }

.case-study-list li:nth-of-type(odd) {
  border-left: 6px #252c31 solid;
  background: #f1f1f1; }

.case-study-list li:nth-of-type(even) {
  border-left: 6px #5C6D7A solid;
  background: #fafafa; }

.case-study-list li a {
  padding: 1.4em 0 1.4em 3em;
  display: block;
  color: #5C6D7A;
  font-size: 1.2em; }

.case-study-list li:hover, .case-study-list li:focus {
  background: #f6f6f6; }

.intro-content {
  -webkit-column-count: 2;
  -webkit-column-gap: 48px;
  -moz-column-count: 2;
  -moz-column-gap: 48px;
  column-count: 2;
  column-gap: 48px;
  widows: 10;
  orphans: 10; }
  @media screen and (max-width: 600px) {
    .intro-content {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

.case-studies .wrapper img {
  margin: 3em auto;
  display: inherit; }

.cs-content {
  margin-top: 3em;
  border-top: 1px solid #e8e8e8;
  padding-top: 3em; }

/* About */
.about .sixth img {
  width: 100%;
  margin-bottom: 1em; }

.about .sixth:nth-of-type(-n+6) {
  padding-right: 24px; }

.books .sixth {
  min-height: 400px; }
  @media screen and (max-width: 800px) {
    .books .sixth {
      min-height: 480px; } }
  @media screen and (max-width: 600px) {
    .books .sixth {
      min-height: 380px; } }

.craft-beer .sixth {
  min-height: 200px; }

.bourbon .sixth {
  min-height: 300px; }
  @media screen and (max-width: 800px) {
    .bourbon .sixth {
      min-height: 550px; } }
  @media screen and (max-width: 600px) {
    .bourbon .sixth {
      min-height: 390px; } }

.wrapper {
  margin-bottom: 2em; }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.page-heading {
  padding-top: 24px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #5C6D7A; }

.post-link {
  display: block;
  font-size: 24px; }

.center {
  text-align: center; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-title h1 {
  margin-bottom: 1em; }

.post-list ul li:first-of-type {
  display: none; }

.post-list ul {
  margin-left: 0; }

.post-list li {
  list-style: none;
  display: block;
  width: 95%; }

@media screen and (max-width: 800px) {
  .post-content p, .page-heading p {
    font-size: 1.2em; } }

.post-list ul li:nth-of-type(odd) {
  border-left: 6px #252c31 solid;
  background: #f1f1f1; }

.post-list ul li:nth-of-type(even) {
  border-left: 6px #5C6D7A solid;
  background: #fafafa; }

.post-list li a {
  padding: 1.4em 0 1.4em 4em;
  display: block;
  color: #5C6D7A;
  font-size: 1.2em; }

.post-list ul li:hover, .post-list ul li:focus {
  background: #f6f6f6; }

.post-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  justify-content: space-between; }
  @media screen and (max-width: 800px) {
    .post-list {
      display: block; } }

.post-list li ul li:first-of-type {
  flex: 1;
  margin-right: 24px; }

.post-list li ul li:nth-of-type(2) {
  flex: 2; }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px;
    margin: 1em auto;
    width: 100%;
    display: block; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

.post-content h2:after {
  height: 0; }

.btw-link {
  display: block;
  margin-top: 3em;
  margin-bottom: 3em; }

.wrapper .image img {
  margin-top: 2em;
  margin-bottom: 2em; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
