@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,700,700i&display=swap");
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.highlight {
  background-color: #efefef;
  padding: 7px 7px 7px 10px;
  border: 1px solid #ddd;
  -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  margin: 20px 0 20px 0;
  overflow: scroll;
}

code {
  font-family: 'Bitstream Vera Sans Mono','Courier', monospace;
}

.highlight .c {
  color: #586E75;
}

/* Comment */
.highlight .err {
  color: #93A1A1;
}

/* Error */
.highlight .g {
  color: #93A1A1;
}

/* Generic */
.highlight .k {
  color: #859900;
}

/* Keyword */
.highlight .l {
  color: #93A1A1;
}

/* Literal */
.highlight .n {
  color: #93A1A1;
}

/* Name */
.highlight .o {
  color: #859900;
}

/* Operator */
.highlight .x {
  color: #CB4B16;
}

/* Other */
.highlight .p {
  color: #93A1A1;
}

/* Punctuation */
.highlight .cm {
  color: #586E75;
}

/* Comment.Multiline */
.highlight .cp {
  color: #859900;
}

/* Comment.Preproc */
.highlight .c1 {
  color: #586E75;
}

/* Comment.Single */
.highlight .cs {
  color: #859900;
}

/* Comment.Special */
.highlight .gd {
  color: #2AA198;
}

/* Generic.Deleted */
.highlight .ge {
  color: #93A1A1;
  font-style: italic;
}

/* Generic.Emph */
.highlight .gr {
  color: #DC322F;
}

/* Generic.Error */
.highlight .gh {
  color: #CB4B16;
}

/* Generic.Heading */
.highlight .gi {
  color: #859900;
}

/* Generic.Inserted */
.highlight .go {
  color: #93A1A1;
}

/* Generic.Output */
.highlight .gp {
  color: #93A1A1;
}

/* Generic.Prompt */
.highlight .gs {
  color: #93A1A1;
  font-weight: bold;
}

/* Generic.Strong */
.highlight .gu {
  color: #CB4B16;
}

/* Generic.Subheading */
.highlight .gt {
  color: #93A1A1;
}

/* Generic.Traceback */
.highlight .kc {
  color: #CB4B16;
}

/* Keyword.Constant */
.highlight .kd {
  color: #268BD2;
}

/* Keyword.Declaration */
.highlight .kn {
  color: #859900;
}

/* Keyword.Namespace */
.highlight .kp {
  color: #859900;
}

/* Keyword.Pseudo */
.highlight .kr {
  color: #268BD2;
}

/* Keyword.Reserved */
.highlight .kt {
  color: #DC322F;
}

/* Keyword.Type */
.highlight .ld {
  color: #93A1A1;
}

/* Literal.Date */
.highlight .m {
  color: #2AA198;
}

/* Literal.Number */
.highlight .s {
  color: #2AA198;
}

/* Literal.String */
.highlight .na {
  color: #93A1A1;
}

/* Name.Attribute */
.highlight .nb {
  color: #B58900;
}

/* Name.Builtin */
.highlight .nc {
  color: #268BD2;
}

/* Name.Class */
.highlight .no {
  color: #CB4B16;
}

/* Name.Constant */
.highlight .nd {
  color: #268BD2;
}

/* Name.Decorator */
.highlight .ni {
  color: #CB4B16;
}

/* Name.Entity */
.highlight .ne {
  color: #CB4B16;
}

/* Name.Exception */
.highlight .nf {
  color: #268BD2;
}

/* Name.Function */
.highlight .nl {
  color: #93A1A1;
}

/* Name.Label */
.highlight .nn {
  color: #93A1A1;
}

/* Name.Namespace */
.highlight .nx {
  color: #555;
}

/* Name.Other */
.highlight .py {
  color: #93A1A1;
}

/* Name.Property */
.highlight .nt {
  color: #268BD2;
}

/* Name.Tag */
.highlight .nv {
  color: #268BD2;
}

/* Name.Variable */
.highlight .ow {
  color: #859900;
}

/* Operator.Word */
.highlight .w {
  color: #93A1A1;
}

/* Text.Whitespace */
.highlight .mf {
  color: #2AA198;
}

/* Literal.Number.Float */
.highlight .mh {
  color: #2AA198;
}

/* Literal.Number.Hex */
.highlight .mi {
  color: #2AA198;
}

/* Literal.Number.Integer */
.highlight .mo {
  color: #2AA198;
}

/* Literal.Number.Oct */
.highlight .sb {
  color: #586E75;
}

/* Literal.String.Backtick */
.highlight .sc {
  color: #2AA198;
}

/* Literal.String.Char */
.highlight .sd {
  color: #93A1A1;
}

/* Literal.String.Doc */
.highlight .s2 {
  color: #2AA198;
}

/* Literal.String.Double */
.highlight .se {
  color: #CB4B16;
}

/* Literal.String.Escape */
.highlight .sh {
  color: #93A1A1;
}

/* Literal.String.Heredoc */
.highlight .si {
  color: #2AA198;
}

/* Literal.String.Interpol */
.highlight .sx {
  color: #2AA198;
}

/* Literal.String.Other */
.highlight .sr {
  color: #DC322F;
}

/* Literal.String.Regex */
.highlight .s1 {
  color: #2AA198;
}

/* Literal.String.Single */
.highlight .ss {
  color: #2AA198;
}

/* Literal.String.Symbol */
.highlight .bp {
  color: #268BD2;
}

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #268BD2;
}

/* Name.Variable.Class */
.highlight .vg {
  color: #268BD2;
}

/* Name.Variable.Global */
.highlight .vi {
  color: #268BD2;
}

/* Name.Variable.Instance */
.highlight .il {
  color: #2AA198;
}

/* Literal.Number.Integer.Long */
/***************/
/* MEYER RESET */
/***************/
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;
}

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

body {
  background: #fff;
  color: #333;
  font: 18px/1.4 "Muli", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  padding: 0;
}
@media screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

h1 {
  font-family: "Lora", Georgia, serif;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-size: 2rem;
}
h1 a {
  color: inherit;
}

h2 {
  font-size: 1.75rem;
  letter-spacing: -1px;
  line-height: 1.2;
}
h2 a {
  color: inherit;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.125rem;
  color: #333;
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.625rem;
  }
}
p {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  margin: 15px 0;
}

a {
  color: #068587;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active {
  color: #068587;
}

ul, ol {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 1rem 0;
  padding-left: 2rem;
}
ul li, ol li {
  padding-bottom: 0.75rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ul, ul ol, ul ul, ol ol {
  margin: 0;
}

ul ul, ol ul {
  list-style-type: circle;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

img {
  max-width: 100%;
}

::-moz-selection {
  color: #000;
  background: #eee;
}

::selection {
  color: #000;
  background: #eee;
}

.post h1 {
  margin: 4rem 0 1rem 0;
}
.post .excerpt {
  font-size: 1.375rem;
}
.post .date {
  color: #666;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0;
}
.post .header-img {
  margin: 2rem 0 1rem 0;
}
.post .publication-info {
  background: #efefef;
  margin-bottom: 3rem;
  padding: 1rem;
}
.post .entry h2 {
  margin-top: 3.5rem;
}
.post .entry h3 {
  margin-top: 1.75rem;
}
.post .entry h4 {
  margin-top: 1.5rem;
}
.post .entry p {
  line-height: 1.7;
}
.post .entry a {
  text-decoration: underline;
}
.post .entry a:hover {
  text-decoration: none;
}
.post blockquote {
  margin: 2rem;
  color: #666;
  font-size: 1.5rem;
  font-style: italic;
  quotes: "“" "”" "‘" "’";
}
.post blockquote p {
  position: relative;
}
.post blockquote p:before {
  color: #068587;
  content: open-quote;
  font-size: 6rem;
  line-height: 0;
  position: absolute;
  left: -3rem;
  top: 2rem;
}
.post figure.img-narrow {
  margin: auto;
  max-width: 550px;
}
.post figure img {
  margin-top: 1rem;
}
.post figcaption {
  color: #666;
  font-size: 0.875rem;
  font-style: italic;
  margin: 0.5rem 0 2rem 0;
}
.post .post-navigation {
  margin-top: 2rem;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
}
.post .post-navigation .button {
  margin: 1rem 0 0 0.25rem;
  width: 150px;
}

@media screen and (min-width: 640px) {
  .post .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
  }
  .post .two-columns .two-columns__list {
    border: 1px solid #ccc;
    margin: 1.5rem 0;
    padding: 1rem;
  }
  .post .two-columns .two-columns__list h3 {
    border-bottom: 1px solid #ccc;
  }
  .post .list-two-columns {
    column-count: 2;
  }
  .post .three-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1rem;
  }
}
.feed-simple .feed-item {
  border: 2px solid #068587;
  border-radius: 2px;
  display: block;
  padding: 1rem;
  margin-bottom: 1.5rem;
  transition: background 0.2s ease-in-out;
}
.feed-simple .feed-item h3 {
  font-size: 1.25rem;
}
.feed-simple .feed-item .meta-data {
  color: #666;
  font-size: 0.875rem;
}
.feed-simple .feed-item:hover {
  background: #d2e2e2;
}

@media screen and (min-width: 640px) {
  .feed-simple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 2rem;
  }
}
.feed-case-study {
  margin-bottom: 3rem;
}
.feed-case-study .feed-item {
  margin-bottom: 3rem;
}
.feed-case-study .feed-item img {
  max-width: 100%;
  transition: opacity 0.2s ease-in-out;
}
.feed-case-study .feed-item h3 {
  color: #000;
  font-family: "Lora", Georgia, serif;
  margin-top: 1rem;
}
.feed-case-study .feed-item p {
  color: #666;
  margin: 0.5rem 0;
}
.feed-case-study .feed-item:hover h3 {
  text-decoration: underline;
}
.feed-case-study .feed-item:hover img {
  opacity: .6;
}
.feed-case-study .feed-item .external::after {
  background: url(/images/icons/external.png) center right no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 0.75rem;
  margin-left: 0.375rem;
  width: 0.75rem;
}

@media screen and (min-width: 640px) {
  .feed-case-study {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
  .feed-case-study .feed-item {
    margin-bottom: 1rem;
  }
  .feed-case-study .feed-item .external::after {
    height: 1rem;
    margin-left: 0.5rem;
    width: 1rem;
  }
}
.case-study .overview {
  margin: 2rem 0 4rem 0;
}
.case-study .overview__title {
  color: #068587;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.case-study .overview__summary {
  margin-bottom: 2rem;
}
.case-study .overview__summary p {
  font-size: 1.125rem;
  line-height: 1.7;
}
.case-study .overview__details ul {
  padding-left: 1rem;
}
.case-study .overview__details ul li {
  font-size: 1rem;
  padding-bottom: 0.75rem;
  margin: 0;
}
.case-study .overview__details ul li:first-of-type {
  padding-top: 0;
}

@media screen and (min-width: 640px) {
  .case-study .overview {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 4rem;
    margin: 2rem 0 4rem 0;
  }
  .case-study .overview__summary p {
    font-size: 1.25rem;
  }
}
a.button {
  border: 2px solid #068587;
  border-radius: 2px;
  color: #068587;
  display: inline-block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.1s ease-in-out, color 0.1s ease-in-out, background 0.1s ease-in-out;
}
a.button:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #068587;
}
a.button--secondary {
  border: 2px solid #333;
  color: #333;
}
a.button--secondary:hover {
  background: #333;
}

.tag {
  background: #068587;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  transition: opacity 0.3s ease-in-out;
}
.tag:hover {
  color: #fff;
  opacity: 0.5;
}

.tag-link {
  color: #068587;
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: underline;
}
.tag-link:hover {
  text-decoration: none;
}

/*********************/
/* LAYOUT / SECTIONS */
/*********************/
.wrapper-masthead {
  margin-bottom: 2rem;
}

.masthead {
  padding: 3rem 0 0.75rem 0;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  .masthead {
    text-align: center;
  }
}

.site-info {
  float: left;
}
@media screen and (max-width: 640px) {
  .site-info {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.site-name {
  margin: 0;
  color: #333;
  cursor: pointer;
  font-family: "Lora", Georgia, serif;
  font-size: 28px;
  letter-spacing: 1px;
}

.site-description {
  margin: -5px 0 0 0;
  color: #666;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .site-description {
    margin: 3px 0;
  }
}

nav {
  float: right;
  font-size: 18px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  nav {
    float: none;
    margin-top: 9px;
    display: block;
    font-size: 16px;
  }
}
nav a {
  margin-left: 20px;
  color: #333;
  text-align: right;
  font-size: 1rem;
  letter-spacing: 1px;
  padding-bottom: 2px;
}
nav a:hover {
  box-shadow: none;
  color: #333;
}
nav a.active-nav {
  color: #068587;
}
@media screen and (max-width: 640px) {
  nav a {
    margin: 0 10px;
  }
}

.wrapper-footer {
  margin-top: 5rem;
  border-top: 1px solid #ddd;
  font-size: 1rem;
}
.wrapper-footer .footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3rem 0 2.5rem 0;
}
.wrapper-footer .footer .icons {
  text-align: right;
}
.wrapper-footer .footer .icons .social img {
  margin-right: 1rem;
  vertical-align: middle;
  width: 20px;
}
.wrapper-footer .footer .icons .social:hover {
  opacity: 0.7;
}

.container {
  margin: 0 auto;
  max-width: 68rem;
  padding: 0 1rem;
  width: 100%;
}

.post .post-header, .intro {
  max-width: 750px;
}

.post .entry p, .post .entry ul, .post .entry ol, .post .entry h2, .post .entry h3, .post .entry h4, .case-study .entry p, .case-study .entry ul, .case-study .entry ol, .case-study .entry h2, .case-study .entry h3, .case-study .entry h4 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 640px) {
  .container {
    padding: 0 2rem;
  }

  .list-two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
/*********************/
/* PAGES */
/*********************/
.home-page .intro {
  margin: 3rem 0 4rem 0;
}
.home-page .intro h1 {
  font-size: 2.5rem;
}
.home-page .intro p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}
.home-page .intro p a {
  text-decoration: underline;
}
.home-page .intro p a:hover {
  text-decoration: none;
}
.home-page h2 {
  color: #068587;
  margin: 4rem 0 1rem 0;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .home-page .intro {
    border-left: 6px solid #068587;
    padding-left: 2rem;
    margin: 4rem 0 5rem 0;
  }
  .home-page .intro h1 {
    font-size: 3.5rem;
  }
  .home-page .intro p {
    font-size: 1.5rem;
  }
  .home-page h2 {
    font-size: 1rem;
    margin: 4rem 0 2rem 0;
  }
}
.feed-writing .feed-item, .feed-tag .feed-item {
  border: 6px solid #068587;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
}
.feed-writing .feed-item .meta-data, .feed-tag .feed-item .meta-data {
  color: #666;
  font-size: 0.875rem;
  margin: 0.25rem 0;
}
.feed-writing .feed-item h3, .feed-tag .feed-item h3 {
  font-family: "Lora", Georgia, serif;
}
.feed-writing .feed-item img, .feed-tag .feed-item img {
  max-width: 100%;
  transition: opacity 0.3s ease-in-out;
}
.feed-writing .feed-item img:hover, .feed-tag .feed-item img:hover {
  opacity: .6;
}
.feed-writing .feed-item div a, .feed-tag .feed-item div a {
  color: #000;
  display: inline-block;
  padding: 1rem;
}
.feed-writing .feed-item div a:hover h2, .feed-tag .feed-item div a:hover h2 {
  text-decoration: underline;
}

@media screen and (min-width: 640px) {
  .writing-page h1 {
    margin: 4rem 0 2rem 0;
  }

  .feed-tag {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .feed-writing .feed-item {
    border: none;
    box-shadow: initial;
    margin-bottom: 200px;
    position: relative;
  }
  .feed-writing .feed-item img {
    max-width: 50%;
  }
  .feed-writing .feed-item div a {
    background: #fff;
    border: 6px solid #068587;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    bottom: -50px;
    padding: 20px;
    position: absolute;
    right: 40px;
    width: 50%;
    transition: box-shadow 0.2s ease-in-out;
  }
  .feed-writing .feed-item div a:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  }
}
.about h2 {
  color: #068587;
  margin: 4rem 0 1rem 0;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.about .button {
  margin: 0 0 4rem 0.25rem;
}
.about__company {
  background: #d2e2e2;
  padding: 1rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.about__title {
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
.about__date {
  color: #666;
  margin: 0.5rem 0 1.5rem 0;
}
.about__experience {
  margin-bottom: 2rem;
}
.about__experience ul {
  margin-top: 0;
}
.about__desc {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.about__grid a {
  text-decoration: underline;
}
.about__grid a:hover {
  text-decoration: none;
}
.about__header img {
  display: none;
}

@media screen and (min-width: 640px) {
  .about h1 {
    margin: 1rem 0 2rem 0;
  }
  .about__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
  }
  .about__header img {
    align-self: center;
    display: block;
    justify-self: center;
    margin-top: 1rem;
    max-width: 65%;
    outline: 4px solid #068587;
    outline-offset: 15px;
  }
  .about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
  }
  .about__grid--full-width {
    grid-column: span 2;
  }
  .about__thirds {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
  }
}
